In this issue, we dive deep into ASP.NET Core with performance improvements in version 7, enhancing controller design, caching strategies, and efficient data deletion methods. Stay tuned for a broader range of topics next time.
In this issue, explore the convergence of .NET technologies, tackle nullable reference types in Razor Pages, and learn about high-performance URI template resolution. Plus, discover how to automate versioning for .NET apps.
This issue dives into .NET best practices, covering performance boosts with sealed classes, testing business logic in Event Sourcing, and insights on handling UnreachableExceptions in .NET 7. Explore clean code principles too.
This issue explores essential .NET insights, from creating secret endpoints in your APIs to taking your ASP.NET Core site down for maintenance. Plus, discover best practices for NuGet packages and improvements in C# 11.
This week’s issue covers essential topics: explore rate limiting in web apps, speed up NServiceBus pipelines, validate .NET 6 configuration objects, use GC.KeepAlive in async methods, and authenticate .NET MAUI apps with MSAL.NET.
This issue dives into the power of async/await in ASP.NET Core, best practices for handling nulls, and the latest enhancements in C# 11 and .NET 7. Discover useful insights for improving your coding practices.
This week’s newsletter explores exciting C# 11 features, including list patterns and static abstract members. Plus, discover how to secure ASP.NET Core APIs with multiple identity providers and dive into Trie data structures.
In this issue, explore best practices for handling errors in Blazor, learn about asynchronous operations serialization in C#, and discover how to build a C# scripting engine for games using .NET 6. Plus, dive into C# lambda discards and scoped initializers.
This issue features a design patterns library for software engineering, insights on using System.Random safely in .NET, thoughts on C# quirks, new NuGet dependency tracking in Visual Studio, and a guide to Durable Entities in Azure Functions.
This issue features insights on .NET 7 performance improvements, a deep dive into Async/Await mechanics, effective gRPC error handling in ASP.NET Core, tackling broken access control vulnerabilities, and a new visual extension for Visual Studio.
This week's newsletter dives into the history of Microsoft Azure, explores debugging Entity Framework Core migrations, and highlights C# 11 features. Plus, learn about using CancellationTokens and strongly typed middleware in ASP.NET Core.
This issue features exciting developments in Entity Framework 7 with new bulk operations, tips for managing X509Certificate2 safely, and techniques for handling .NET dependencies and chunking data effectively.
In this issue, discover a lightning-fast .NET distributed cache, explore .NET 7 Preview 7 updates, tackle Azure DevOps pipeline merges, delve into C# monkeypatching, and learn about resilient workflow orchestration.
In this issue, explore why function pointers struggle with instance methods, compose effective business logic, and tackle async/await cancellation in C#. Plus, learn about LINQ with engaging sketches and discover a free eBook on database management.
This issue explores key topics in .NET development, including asynchronous programming intricacies, profiler-driven development strategies, and the benefits of C# 11's generic attributes and union types. Dive in for insights.
This issue features essential tips for C# developers, including tricks for LINQPad, understanding IAsyncEnumerable in Razor components, and insights into nullability in C#. Plus, learn about Display Templates and managing .NET Twitter bots.
In this issue, explore customizing controls in .NET MAUI, dive into PersistentDictionary for data storage, learn about rate limiting in .NET, and understand stack vs. heap in C#. Enhance your C# skills with IEnumerable and lazy evaluation.
In this issue, explore the latest in .NET with insights on Blazor in .NET 7, modern distributed tracing, running ASP.NET Core on Linux, Minimal API validation with FluentValidation, and mastering thread marshalling in Reactive Programming.
This week’s newsletter explores innovative techniques in .NET 6, from speeding up logging to leveraging middleware analysis. Dive into the best C# tech stack and learn about nondestructive mutation in records.
This issue highlights key insights on performance considerations with LINQ, consuming anonymous types in .NET 6, observing HTTP requests, and understanding feature flags. Plus, discover a unique approach to testing with Ogooreck.