Table of contents
Open Table of contents
.Net Conf 2021
.NET Conf 2021 is a free virtual developer event organized by the .NET community and Microsoft. to learn about the newest developments across the .NET platform, open source, and dev tools.
Key Takeaways as a C# web developer
- Official release of .NET 6🡕 and all the things you can do with it.
- Unified platform across browser, cloud, desktop, IoT, and mobile apps, all using the same .NET Libraries and the ability to share code easily.
- Performance improvements🡕 across the board results in decreased execution time, latency, and memory use.
- Visual Studio 2022🡕 with major performance improvements
- C# 10 features🡕 like global using directives, implicit using, file-scoped named spaces, new lambda capabilities and numerous performance improvements.
- Hot Reload 🔥 is my favorite feature enables me to code & debug simultaneously. Its a big change in productively.
- Minimal APIs🡕 introduced in ASP.NET Core to simplify the getting started experience and improve the performance of HTTP services.
- Blazor components🡕 can now be rendered from JavaScript🡕 and integrated with existing JavaScript based apps.
Agenda
- What’s new in C# 10
- Enterprise-grade Blazor apps with .NET 6
- Introduction to .NET MAUI
- What’s New in F# 6
- Speed up your .NET development with Hot Reload
- Testing tools for .NET and cross-platform apps
- Supercharge your Productivity with Roslyn and AI
- Minimal APIs in .NET 6
- ASP .NET Core MVC & Razor Pages in .NET 6
- Next-generation Blazor components with .NET 6
- What’s New in EF Core 6
- Upgrading from .NET Framework to .NET 6
- Build cross-platform native apps with .NET MAUI and Blazor
- Secure minimal APIs with .NET 6 and Microsoft Identity
- NET Everywhere - Windows, Linux, and Beyond
Keep Learning!