Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
One of my favorite features within Visual Studio 2005 is Edit and Continue. Although, only available within Windows Forms, it’s still a great feature. It was one of the things that I missed the most from Visual Studio. Here is a short video that can be viewed here that talks a look at how it can be used.
<View Edit and Continue Video>
Comments
- Anonymous
August 14, 2005
It's even cooler! EnC is available in both C# and VB.Net (and actually any 3rd party language +debugger could implement an EnC capable IDE), and is available for all sorts of apps, not just Winforms. For example, you can use EnC in a C# console app (post beta 2).
Here's more about the CLR's APIs for supporting EnC: http://blogs.msdn.com/jmstall/archive/category/9558.aspx