C# 14 and .NET 10: Less Boilerplate, More Clarity
The latest C# release continues its quiet war on ceremony with field-backed properties, extension members, and smarter spans. Here's what matters and what doesn't.
Read more →
Posts related to dotnet
9 posts
The latest C# release continues its quiet war on ceremony with field-backed properties, extension members, and smarter spans. Here's what matters and what doesn't.
Read more →.NET 10's shebang support and file-based apps turn C# into a scripting language. No more context-switching to Python for quick scripts.
Read more →When expensive SSO was just a symptom of deeper architectural problems, we redesigned our multi-tenant system from first principles and cut costs significantly in the process.
Read more →Building realistic voxel explosion effects in Unity that break objects into their constituent cubes with physics and particle systems.
Read more →Building cross-platform image resizing middleware for ASP.NET Core using SkiaSharp before mature libraries existed.
Read more →Part 2: Adding inter-service communication to .NET Core microservices using HttpClient and custom logging services.
Read more →Building lightweight microservices with .NET Core and Nancy framework before ASP.NET Core MVC reached maturity.
Read more →This article is from 2016. Code samples may no longer work. Transactional emails can be a real bugbear for business and for marketers. They are often buried
Read more →Enabling frontend developers to work on ASP.NET Core views without writing C# by building custom middleware for Razor-only routing.
Read more →