...

/

What Is Different About Modern .NET?

What Is Different About Modern .NET?

Learn about the evolution of modern .NET: modularity, performance, and transformative changes.

Modern .NET is modularized compared to the legacy .NET Framework, which is monolithic. It is open source, and Microsoft makes decisions about improvements and changes transparently. Microsoft has made significant efforts to enhance the performance of .NET.

Press + to interact
Deconstructing modern .NET and legacy .NET
Deconstructing modern .NET and legacy .NET

It is smaller than the previous version of .NET Framework due to the removal of legacy and non-cross-platform technologies. For example, workloads such as Windows Forms and Windows Presentation Foundation (WPF) can be ...