At last Microsoft has decided to extend the Edit & Continue feature for C# also. Many C# developers including me have been looking for this option that is available in Whidbey for VB.NET and C++, but not for C#. Thanks to Micrososft for this decision.
For people who ask what is Edit & Continue, it is a debugger feature that allows you to pause an application being debugged, make changes to the code, and then continue without a full project recompile.
Read more on this and other VS .NET 2005 features here...
No comments:
Post a Comment