Master Configuration in ASP.NET Core With The Options Pattern
Explore how to manage asp.net core configurations using Option Patterns: IOptions, IOptionsSnapshot and IOptionsMonitor
Explore the recent blog posts
Explore how to manage asp.net core configurations using Option Patterns: IOptions, IOptionsSnapshot and IOptionsMonitor
Learn how to map objects in .NET using various techniques and libraries and explore what is the best way to map objects in .NET in 2024
Learn what C# attributes are, how to set attribute properties, and how to configure where attributes can be applied
Discover how to write elegant code in C# by using switch expressions. This guide provides shows how switch expressions can simplify your code and improve readability. Learn through practical examples and start writing more elegant and maintainable code today.
Change Tracker is the heart of EF Core, that keeps an eye on entities that are added, updated and deleted. Learn how Change Tracker works, how entities are tracked, and how to attach existing entities. Enhance your application's performance with tracking techniques.
Explore a detailed guide on implementing Cross-Origin Resource Sharing (CORS) in ASP.NET Core, including configuring policies, middleware order, and handling CORS in different scenarios.
Exception handling allows to gracefully manage errors, ensuring applications remain stable and user-friendly under unforeseen circumstances. This guide provides a comprehensive look at exception handling in C#, covering everything from basic try/catch blocks to throwing custom exceptions.
EF Core allows to customize a model mapping using fluent API, data annotations, seperate configuration classes and attributes. Learn more about all these options in this blog post full with code examples
Understanding transaction isolation levels in SQL is crucial for maintaining data integrity and performance in databases. This blog post explores the various isolation levels, their impact on data consistency and system performance, and how to implement them with code examples.
Join my community of 1800+ developers and architects.
Each week you will get 2 practical tips with best practises and architecture advice.