Eric's Blog

Day to day experience in .NET
Welcome to Blogs @ IRM Sign in | Join | Help
 Search

Disclaimer

The content of this site is my own personal opinion and does not in any way represent my employer, it's subsideries or affiliates. These postings are provided "AS IS" with no warranties, and confer no rights.

This Blog

Using VS 2008 for .NET 2/3 Projects

I started to use Visual Studio 2008 for some development when it was released in Beta 2. The projects still targets .NET 2.0 and 3.0, but one nice thing with using VS 2008 is that it is possible to use some of the new compiler goodies. For example there is a new short version of writing properties.
public string Context { get; set; }
By writing a property this way I don't need to create a local variable and write the contents of the getter and setter, which saves me some time.
Published den 29 oktober 2007 15:29 by ericqu

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

No Comments

Leave a Comment

(required) 
(optional)
(required) 
Submit
Powered by Community Server, by Telligent Systems