|
|
A major benefit of the .NET Framework is that whatever language you choose to program in, everything is compiled to an identical Microsoft Intermediate Language (MSIL). As a result, the only debugger needed is the one in VS.NET, and this is as powerful as ever, with cross-language debugging of the .NET languages, scripting, SQL, Win32 native applications, and server processes.
|