What's New in .NET Core
Introducing .NET Core 3.1 LTS
.NET Core 3.1 is a Long Term Support (LTS) release, providing a stable and reliable foundation for your applications. This release focuses on key enhancements in areas such as performance, security, and developer productivity.
- 3.1 Release Notes for detailed feature breakdowns.
- Significant improvements in performance across various scenarios.
- Enhanced security features and updates.
- Updates to breaking changes to help with migration.
Key Features in .NET Core 3.0
.NET Core 3.0 brought a wealth of new features, including first-class support for C# 8.0, updates to WPF and Windows Forms, and the exciting integration of Blazor.
- 3.0 Explore the release notes for .NET Core 3.0.
- Discover C# 8.0 features like nullable reference types and pattern matching.
- Learn about WPF and Windows Forms updates for desktop development.
- Get started with Blazor for building interactive web UIs with .NET.
Earlier Versions & Migrations
For information on previous .NET Core releases and guidance on migrating from .NET Framework or older .NET Core versions, please refer to our comprehensive documentation.
- .NET Core Release History
- Migrating to .NET Core
- What's New in .NET Framework (for comparison)