All posts with Tag Dotnet

Fire-and-Forget Methods in C# - Best Practices & Pitfalls

When building modern applications, there are often situations where you want to perform tasks in the background without holding up the main flow of your application. This is where "fire-and-forget" methods come into play. In C#, a fire-and-forget method allows you to run a task without awaiting its completion.

Read the whole article

Dynamic Database Connection Management in SaaS Applications with EF Core

In this blog post, we’ll explore a more efficient solution using Entity Framework (EF) Core. By dynamically changing the database connection at runtime based on the subdomain of the requestor, we can streamline our architecture and improve scalability.

Read the whole article

Coding Conventions and Naming Standards C# and SQL Server

In this blog, I’m going to share coding conventions that I adopted. It may help someone who wants to adopt rules for themselves or their team. Although coding conventions are not set in stone, and different teams may adopt different variations.

Read the whole article

An error has occurred. This application may no longer respond until reloaded. Reload x