Our great sponsors
-
You should read the proposal thread as it discusses this to some extent https://github.com/dotnet/runtime/issues/67209. Immutable does not simply mean read-only but it means that we can mutate the underlying data structure, yet each mutation spawns a logically independent object for the programmer. The Immutable library is optimized for this purpose just as a truly functional language must optimize for this. The new frozen libs are optimized for read only access.
-
ASP.NET Core
ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
It's so niche it's probably only getting merged because asp.net core team found it useful.
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Related posts
- Blazor wasm app really slow in Edge and Chrome on mobile
- Should I prefer IHostedService over Task.Run(...)?
- WASM Threading and exception support is coming to C#
- When it comes to microservices, do you put each microservice in it's own git repository, or use a monorepo? If the same, how do you handle multiple services in the same repo? Keen to hear your thoughts
- Where I can find Microsoft.Extensions.Hosting.Host.CreateDefaultBuilder(string[] args) source code?