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.
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
In this session, learn how to build a secure and automated data lake using AWS Lake Formation. Also learn how to set up periodic sales data and ingest into t...
Examples and Tutorials of Event Sourcing in .NET. Contribute to oskardudycz/EventSourcing.NetCore development by creating an account on GitHub.
Search service, price service, risk service – when you model them as services, you end up with a tangled web of dependencies between them and almost all the ...