Welcome to MSDN Blogs Sign in | Join | Help

February 2009 - Posts

C# 3.0 Automatic Property

C# introduces a number of syntactic sugar, including Automatic Property link . A question was asked, why is this useful, what is the advantage of this approach compared to exposing the field as public field? The advantage of the automatic property is
Posted by HelloWorld | 10 Comments

How to Add Command Line Support with Your .MSI

One of the requirements in building setups was to allow the Operations team to execute the .msi file from the command line. GUI is not for expert! :) If you are familiar with Visual Studio setup, each of the UI element has a property, and you pass this
Posted by HelloWorld | 3 Comments

Fixing the Issue that Does Not Exist

I spent some time planning on improvements that I wanted to do on one of our project. I reviewed the code that I notice a place where I think I could improve the performance by avoiding locking. So I wrote the code, and tested it, works great, the new
 
Page view tracker