Articles in this series
What is Quartz.NET There are many ways to schedule background jobs, but two are particularly well-known. Quartz and Hangfire. I talked about Hangfire...
Welcome Note It is my pleasure to welcome you to the first episode of Waseem’s .NET Weekly newsletter and thank you very much for...
Logging is the most important part of development, for figuring out the issues we need to add logging in our application especially if an issue is...
Use of AsNoTracking For read only queries e.g. (GetAll,GetById etc.) use AsNoTracking , when we use it entities are not tracked for change so it...
We have been using the interfaces for years and we know that interfaces are just contracts and the class that inherits them must implement all methods...