Optimizing SQL Performance with Indexing Strategies for Faster Queries
Learn how to increase read queries in SQL databases by using indexes, explore different types of indexes, best practises and pros and cons when using indexes in SQL
Explore the recent blog posts
Learn how to increase read queries in SQL databases by using indexes, explore different types of indexes, best practises and pros and cons when using indexes in SQL
Learn about different types of left join, right join, inner join, full join, self join, cross join and union in SQL
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.
Join my community of 1000+ developers and architects.
Each week you will get 2 practical tips with best practises and architecture advice.