
The core of .NET
- Common Language Runtime (CLR )
- Controls code written for .NET
- Based on Component Object Model (COM) without the drawbacks of COM
- Created to eventually replace runtime layers of COM and COM+
- Critical to create integration of COM/COM+ and CLR for a smooth transition
- Visual Basic.NET and C# use CLR to create .NET applications
- Visual Studio.NET