.NET 6 Preview 3 Is Out
Recently, Microsoft announced the release of .NET 6 Preview 3. According to Microsoft Preview 3 is dedicated almost entirely to low-level performance features. Low-level performance feature improvements are not necessarily always fully appreciated by many users, but they help a lot for many apps. The majority of these improvements apply to the CLR type system directly, either making it function faster or better interplay with modern CPUs. In recent past years, there have been a few important performance trends with .NET, including using structs more liberally in libraries, and moving runtime code to C#. Both trends are visible in these changes. The release also demonstrates continued efforts on a focused set of performance strategies. For EF Core, this release includes a bunch of bug fixes and ongoing enhancements to infrastructure to support upcoming features including compiled models and temporal tables. The company recommended Visual Studio 16.10 Preview 1 and Visual...