Performance Improvements in .NET 8, ASP.NET Core, and .NET MAUI | .NET Conf 2023

Search for a command to run...

.NET 8 introduces support for publishing ASP.NET Core applications to native AOT for lightning-fast startup times & small, self-contained, native executables & containers. This session will provide an overview of when you might want to consider publi...

This is my notes for the .NET Configuration In Depth | .NET Conf 2023 What is Configuration Settings Retry Times Queue Length Feature Flags Per User Percentage Secrets Connection String When the Configuration is Applied Compile Time ...

Source Generators are part of Roslyn feature that automatically generates code during the compilation process. Why Source Generators Alternatıve to Reflection It is compile time not runtime Unblock AOT trimming It is just code Demo The code ...

This is the summary of the presentation. No Architecture Pros Little or no abstraction Quick to build early - go from nothing deployed Potential for performance due to tight coupling & less abstraction Cons As the size of the system increases ...
