Learn how to send Microsoft Teams self-messages using Graph SDK in a .NET 6 console application with this step-by-step tutorial. …
Blog Posts
Explore the importance of unit testing in software development and learn how it improves code quality, saves time, and prevents catastrophic failures like the London …
After many long and painful debugging sessions, the sight of optional parameters in method declarations are accompanied by a despicable code smell the equivalent of a rotten egg, until proven otherwise. …
Designing the domain model to support multiple persistence methods such that persistence using Event-Sourcing and a CRUD model is interchangeable, or can be used side-by-side. …
How to effectively decouple the data and domain model using repositories in EF Core. …
Clean Architecture design to act as a starting point for building ASP.NET Core solutions. Abstracts away relational persistence strategies and event sourcing. …