PinnedAutomapper in .NET CoreWe will create a project in .NET Core using dotnet cli and will use visual studio code as the IDE.May 3, 2021May 3, 2021
Adding Serilog as a service to Generic Host .NET8After going through multiple documents, I’ve consolidated all the learning and created a simple program to use Serilog with the .NET 8…Oct 4Oct 4
2 ways to handle exception with c#’s Task.WhenAllException handling in asynchronous is bit of a tedious job. Here, we will look 2 ways to handle it properly.Dec 19, 2023Dec 19, 2023
2 ways to create a Task in C#Task is a unit of work which is being executed on a separate thread by the scheduler.Dec 15, 2023Dec 15, 2023
Generic MethodsGenerics is important in most of the OOP language. It provides type safety, reusability and prevents heavy operations of boxing & unboxing.Oct 31, 2023Oct 31, 2023
MVC Website from .NET Core Empty ProjectWe will going to create a simple MVC web application from the empty template provided by visual studio. Open visual studio and select…Oct 31, 2023Oct 31, 2023
SLO, Error Rate, Error BudgetA brief explanation of the key concepts of the SRE (Site Reliability Engineering)Sep 6, 2023Sep 6, 2023
Garbage Collection C#Garbage collection is a background process which runs deterministically and cleans unreferenced managed objects from the memory.Jan 10, 2023Jan 10, 2023