Newsletters

Distributed systems evolution challenges

June 19, 2022

In this issue, explore the evolution challenges of distributed systems, learn about storing dynamic user data with Entity Framework Core, dive into .NET MAUI resources, and understand C# 11's static abstract members and multicast delegate pitfalls.

The Best C# .NET Web Application Tech Stack: Choosing The Front End

June 12, 2022

This issue explores essential topics for .NET developers, including the ideal C# web tech stack, performance enhancements in .NET MAUI, testing ASP.NET Core Minimal APIs, and insights into project structure with .NET 6. Don't miss it.

Incremental ASP.NET to ASP.NET Core Migration

June 05, 2022

This issue features key insights on migrating to ASP.NET Core, effective use of Moq for mocks, running .NET on RISC-V, mastering nullable reference types, and uploading files with HttpClient in .NET 6. Dive in for valuable tips.

Waiting to never happen

May 29, 2022

This issue dives into the evolution of .NET with insights on functional programming, binary decision patterns, and performance optimizations in C#. Discover how .NET is transforming and enhancing development.

Asynchronous programming in C#

May 22, 2022

This issue dives into asynchronous programming in C#, migrating MR.Gestures to .NET MAUI, using SQL Server Cursors with Entity Framework Core, and exploring regex improvements in .NET 7. Discover practical insights for your development journey.

Building a Stack Overflow browser as a VS extension

May 15, 2022

In this issue, explore the upcoming Blazor enhancements in .NET 7, create a Stack Overflow browser extension, and learn about multi-tenant apps with EF Core. Plus, discover timeout handling in C# and biometric authentication in .NET MAUI.

Which .NET Design Pattern is Best For Your Next Project

May 08, 2022

In this issue of Daily Tech, explore the best .NET design patterns, learn about improving ASP.NET Core with real customer feedback, and dive into C#'s Dictionary implementation. Plus, discover how to effectively use background services in ASP.NET Core.

Long-running tasks in a monolith ASP.NET core application

May 01, 2022

In this issue, explore key insights on handling long-running tasks in ASP.NET Core, enhancing C# code quality with Roslyn, and improving test observability with Fixie and Seq. Plus, discover async event handling in WPF and a practical guide to .NET memory management.

Taking .NET MAUI for a spin

April 24, 2022

This issue explores the evolution of .NET MAUI, offers tips to enhance your .NET APIs, and introduces a new IEnumerable Debugger Visualizer. Plus, discover alternative memory management strategies and a free eBook on Infrastructure as Code.

Speed up logging in .NET

April 17, 2022

This issue features insights into .NET logging improvements, an exploration of interfaces, validation rules for .NET MAUI, C# 11 lowercase type warnings, and a fresh approach to analyzing .NET solutions with Roslyn APIs.

Value types and exceptions in .NET profiling

April 10, 2022

In this issue, explore the final chapter on .NET profiling, dive into TimeZoneInfo challenges in .NET 6, learn ModelState validation in ASP.NET Core, and discover how to conditionally add middleware. Plus, understand the anti-corruption layer for data mapping.

Avoiding distributed transactions with the reservation pattern

April 03, 2022

This issue explores the promise of .NET MAUI with Blazor, the reservation pattern for distributed transactions, a simple web crawler in .NET Core, ASP.NET authentication schemes, and middleware order in .NET 6.

Unit tests for legacy systems with .NET 6

March 27, 2022

In this issue, explore practical strategies for upgrading legacy .NET systems, enhancing Go To Definition in Roslyn, building minimal APIs, managing PII, and understanding the performance benefits of sealed classes.

Deep dive into WPF layouting and rendering

March 20, 2022

This issue features a deep dive into WPF layout and rendering, an intro to .NET 6 middleware, insights on the new Task.WaitAsync() API, and highlights from .NET 7 Preview 2. Plus, explore Live Unit Testing for real-time feedback.

Adding authentication and authorisation to ASP.NET Core web applications

March 13, 2022

This issue covers essential topics for .NET developers: from adding user authentication in ASP.NET Core to exploring PriorityQueue in .NET 6. Plus, learn about optimizing code trimming and the key differences between performance and scalability.

Modelling workflows with Finite State Machines in .NET

March 06, 2022

This issue dives into essential .NET topics, from modeling workflows with finite state machines to leveraging HTTP/3 for performance. Plus, explore code sharing strategies for ASP.NET and advanced user claims techniques.

Making illegal states unrepresentable

February 27, 2022

This issue explores intriguing concepts in software development, from making illegal states unrepresentable to implementing safe encryption methods. Discover the power of OneOf in C#, interactive notebooks in .NET 6, and self-referencing attributes.

Range & Index — C#8 features under the radar

February 20, 2022

This issue features insights on under-the-radar C# 8 features, the new bang bang operator, .NET 7 Preview highlights, unit testing async WPF ICommand, and a personal retrospective on 20 years with .NET.

What is the cost of casting in C#?

February 13, 2022

In this issue, explore the cost of casting in C#, the massive release of ImageSharp 2.0.0, tips for configuring OpenTelemetry in ASP.NET Core, performance gains from migrating to .NET 6, and a complete guide to .NET 6's minimal APIs.

Colors in .NET: In-depth guide

February 06, 2022

In this issue, explore the latest features in Telerik UI for Blazor, discover color manipulation in .NET, dive into ASP.NET Core authentication, and learn about Protocol Handlers for web apps. Plus, uncover batch querying with Marten.