Tag: Microsoft .NET

How to use frozen collections in C#

The FrozenSet and FrozenDictionary classes introduced in .NET 8 are immutable collections optimized for fast…

.NET 10 Preview 5 highlights C# 14, runtime improvements

The latest .NET preview release includes user-defined compound assignment operators for C# 14 and an…

C# 14 introduces file-based apps

New capability in .NET 10 Preview 4 allows developers to run a stand-alone C# file…

.NET Aspire update includes AI debugging via GitHub Copilot

.NET Aspire 9.3 also boasts dashboard improvements for resource tracing and easier access to a…

How to add user context to request traces in ASP.NET Core

User context makes life easier when tracing Http requests in ASP.NET Core applications. It’s easy…

.NET 10 Preview 4 enhances Zip processing, JIT compilation, Blazor WebAssembly

Latest preview of Microsoft’s application development platform also brings improvements for the F# language and…

Uno Platform introduces unified rendering engine

Skia rendering engine promises ‘massive’ improvements in startup times and UI rendering performance on all…

C# 14 introduces extension members

C# 14 preview in .NET 10 Preview 3 adds static extension methods, instance and static…

Microsoft .NET Aspire adds resource graph, publishers

Publishers, now in preview, are a new type of integration that help developers package and…

How to use the IServiceProvider interface in ASP.NET Core

Take advantage of the IServiceProvider interface to resolve service dependencies in ASP.NET Core and improve…