This is a feed of links I've run across and found interesting or noteworthy. The images, content and opinions in them are owned by their respective authors.
I’ve spent an inordinate amount of time the past half decade across multiple companies working with very large, long running enterprise systems. Especially i...
Are you using .NET and want to get into event sourcing for persisting state? Well, I have a presentation by Jeremy Miller, a maintainer of Marten. Marten is ...
Learn how ASP.NET Blazor in .NET 8 allows you to use a single powerful component model to handle all of your web UI needs, including server-side rendering, c...
.NET 8 Preview 1 is now available! Check out what's new in ASP.NET Core in this update and learn about the roadmap for ASP.NET Core in .NET 8.
Blazor United combines server-side and client-side rendering in a full-stack web programming model in ASP.NET Core 8, now available in a first preview.
The Four Tenets of Service Orientation SOA has become a well-known and somewhat divisive acronym. If one asks two people to define SOA one is likely...
GitHub Copilot is a powerful AI tool that helps you write code faster and better. Join Scott Hanselman and Mark Russinovich as they use GitHub Copilot to cre...
The Five Focusing Steps of TOC are a Process of On-Going Improvement (POOGI) as desribed in Eliyahu Goldratt's bestselling business novel THE GOAL
At Ghyston, a technique we strongly recommend for building maintainable software is to architect your application around Vertical Slices. Here we’ll explore how this architecture style works, and the benefits it has over a more traditional approach.
A full-featured starter template for dotnet new
to quickly scaffold an Asp.Net 6 Web-Api project with MongoDB as the data store. - MongoWebApiStarter/Program.cs at master · dj-nitehawk/MongoWebApiStarter