Home

| RSS

Happy New Year

I wish all readers of One .Net Way a very Happy New Year. Let 2009 be an year of learning. I know it will be for me.

[ More ] January 2nd, 2009 | No Comments | Posted in News |

LINQPad with Intellisense

I had a look at LINQPad few months ago when I wrote about how you can use this tool to view generated LINQ To SQL Queries. There is not doubt that LINQPad comes in as a very handy tool when writing LINQ queries. But writing queries in LINQPad has not been that easy. Until Now!
LINQPad [...]

[ More ] December 23rd, 2008 | No Comments | Posted in Programming |

Remove Duplicate Lines From A Text File Using LINQ

A question was posted on c-sharpcorner forums asking how you would remove duplicate lines from a text file. It got me thinking about how this problem could be addressed using LINQ. Before I get into the solution, here is the problem statement.
The problem
I am trying to remove duplicate lines from a text file. To [...]

[ More ] December 12th, 2008 | 1 Comment | Posted in Programming |

The Era of Cloud Computing Consultant

CCC stands for Cloud Computing Consultant. There, I have said it. This is my contribution to acronyms-land. I have also cleverly designed it to minimize RSI which I am sure will be appreciated. You only have to use one key to type the acronym. If you ever come across the term Cloud Computing Consultant [...]

[ More ] December 4th, 2008 | 6 Comments | Posted in Programming |

Google Chrome Gains Market Share

According to Market Share Google Chrome has 1% of browser market share. I am sure I must be a part of that statistics because I have Chrome installed on one of machines, and I think of it as just another browser. Although integrating search into address bar is a clever feature but again it is [...]

[ More ] December 3rd, 2008 | 1 Comment | Posted in News |

Amazon Launches Microsoft Branded Store

Amazon has launched a Microsoft Branded Store where you can browse through all Microsoft Press and other Microsoft related books. I am an Amazon addict and this has just given me one more excuse to spend more time on the site. I’m now waiting for them to sell Microsoft T-shirts and novelty items.

[ More ] November 20th, 2008 | 2 Comments | Posted in News |

Dynamic Sort With LINQ To SQL

Sometime ago I wrote a post showing how to do dynamic sort with LINQ. That approach worked well with LINQ To Objects. Today I spotted a question on the forums where Levi asked a question about doing dynamic sorts with LINQ To SQL. My earlier approach will work once all the data is retrieved on [...]

[ More ] November 19th, 2008 | 9 Comments | Posted in Programming |

A Look At Microsoft .NET 3.5 Certification Exams

For those interested in pursuing certification(s) on .NET Framework 3.5, Microsoft has released a set of exams for various .Net 3.5 technologies. I often get asked about these exams and how to study for them. In this post I will try to answer the first part. This post lists all currently available .Net 3.5 exams [...]

[ More ] November 19th, 2008 | No Comments | Posted in Programming |

Enum Support With LINQ To SQL And SqlMetal

As a programmer I love my enums. I find code written using enums to be more readable than without them. However, there has been and there still is a disconnect between lookup tables in a database and enums in code. One has to restore to some creative trickery to get them working in harmony. Recently [...]

[ More ] November 18th, 2008 | 2 Comments | Posted in Programming |

Microsoft Online Services Goes Live

Microsoft Online Services is out of Beta and ready for prime time. List of products offered through online services is impressive. You can either go for BPOS (Business Productivity Online Standard Suite) which includes Exchange Online, SharePoint Online, Office Communications Online and Office Live Meeting. Or you can subscribe for individual products such as CRM, [...]

[ More ] November 18th, 2008 | No Comments | Posted in News |

Free Microsoft Software For Startups

For many startups one of the biggest hurdles is money. The cost of software cannot be justified. Thus attraction towards open source. Microsoft has taken care of this problem by launching a program called BizSpark. You can enroll yourself if you are a startup with less than one million USD in revenue and less [...]

[ More ] November 6th, 2008 | No Comments | Posted in News |

Writing Visual Studio 2010 Shell In WPF Reflects Confidence

Where are we today?
Since its inception as Avalon I have dedicated countless hours to the technology we now know as WPF. I can probably say that I am one of the few people who have worked on WPF at a commercial level at least in Australia. This is because the number of projects using WPF [...]

[ More ] November 5th, 2008 | No Comments | Posted in Programming |