advertisement
Login | Register   
  Include Code  Search Tips
TODAY'S HEADLINES  |   ARTICLE ARCHIVE  |   TIP BANK
Browse DevX
Partners & Affiliates
advertisement
advertisement
advertisement
advertisement
 

C# to Get Edit-and-Continue in VS 2005

The much-loved debugging feature, edit-and-continue, will find its way not only back to VB next year, but to C# as well. .NET programmers, such as DevX Executive Editor A. Russell Jones, are excited not only to use E&C in C# but to head off the language-partisan arguments that had lain ahead.  


advertisement
n Monday morning, S. "Soma" Somasegar, Microsoft's corporate vice president for the developer division, made the unexpected announcement, via his official MSDN-hosted Web log (http://blogs.msdn.com/somasegar/), that C# will get the much-loved edit-and-continue (E&C) feature in Visual Studio 2005. While it has been known for some time that E&C would be brought back to VB.NET in the upcoming 2005 version of the language, until today, Microsoft had said E&C would not be in C#.

For those who came to .NET from languages other than VB.NET, E&C was one of the most popular features of classic VB, allowing programmers to alter code while debugging applications. Without E&C, the debugging process requires one to stop the application, alter the code, recompile, restart the application, and then navigate through it to reach the altered point in the runtime. Unfortunately, Microsoft left this productivity feature out of the original and subsequent point update releases of VB.NET, but has long promised that it will return next year in the next major version—the release of the .NET framework 2.0 and Visual Studio 2005.


It's quick, easy and you get access to all the articles on DevX.
This registration/login is to allow you to read articles on devx.com.
Already a member?



A. Russell Jones is the Executive Editor of DevX.
advertisement