Replace Conditional Statements (IF/ELSE Or SWITCH) With Factory

Tools Used for development Visual Studio 2019 Long condition statement In the below code snippet we can see a skill set which is suitable for…

Integrating AutoMapper in ASP.NET Core

Tools Used for development Visual Studio 2019 What is AutoMapper? AutoMapper in C# is a mapper between two objects. That is, AutoMapper is an object-object…

“SOLID” with a Simple Example

"SOLID" are five basic principles that help to create good software architecture. "SOLID" is an acronym. S - SRP (Single responsibility principle) O - OCP (Open closed principle)…