• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Use full version of VS2005 or 2010 Express?

Obsoleet

Platinum Member
I'm getting into building a website in C#, and I have a full copy of VS2005.. should I use this over 2010Express? I'm not really wanting to buy my own full copy of VS at this time (I got '05 from a MS promotion some years ago), any real reason or bad habits I'd build up using 05?

Looking at Visual Web Developer 2010, it should compile from what I can see.
 
Last edited:
The IDE has been changed. Both generate same output. Moving up causes a new project and solution file to be built that is incompatible with the older version. But, it does make a backup.

Newer version may provide capabilities with appropriate .NET interfaces. Depends on how MS handles the 2005 updates
 
Last edited:
I would suggest either VS11 Beta or VS2010 Express. The functionality of the newer versions of the .NET Framework are worth having at your disposal. With VS2005 you're locked down to v2.0, meaning no WCF or MVC or LINQ? Yuck.
 
Back
Top