I'm amazed with performance improvements which is growing since beta 1 compared with VS.net 2003. I'd like to know what percentage of C# Express is written in managed code.
There isn't a great way to answer your question, but core components of Visual Studio remain as native. New features, as they are added, go through the choice of being added as a managed component or as native. Several important parts of Visual Studio, such as the server explorer, properties window, refactoring, and lots more are implemented as managed components in the shell.
There isn't a great way to answer your question, but core components of Visual Studio remain as native. New features, as they are added, go through the choice of being added as a managed component or as native. Several important parts of Visual Studio, such as the server explorer, properties window, refactoring, and lots more are implemented as managed components in the shell.