Repository
Repository di dennisdoomen
Examples of async/await for the presentation
My blog
Crowd sourced database of the Microsoft community on Bluesky.
Middleware to handling commands over HTTP; typically used in CQRS applications.
A template for a .NET 8 vertical slice architect with VueJs and React frontends
A set of coding guidelines for C# up to v14, design principles, layout rules and Agent Skills for improving the overall quality of your code development.
Reports diagnostics for C# coding guidelines that are not already covered by Resharper.
dotnet is the official home of .NET on GitHub. It's a great starting point to find many .NET OSS projects from Microsoft and the community, including many that are part of the .NET Foundation.
A battle-tested starter kit for building open-source and internal NuGet libraries using "dotnet new", born from half a billion downloads
Examples of how to refactor unit tests
Example of Event Sourcing in .NET Core
☢️ Fallout — The C#/.NET Build System
The AKEless Build System for C#/.NET
Fluent Assertions is a set of .NET extension methods that allow you to more naturally specify the expected outcome of a TDD or BDD-style test. We currently use it in all our internal and client projects, and it is used in many open-source projects. It runs on .NET 4.0, 4.5, 4.6, CoreClr, .NET Native, Windows 8.1, Silverlight 5, Windows Phone 8.0 and UWP. It supports the unit test frameworks MSTest, MSTest2, NUnit, XUnit, MBUnit, Gallio, NSpec and MSpec.