Returning Boolean Task from a Task Today in this article, we shall see returning Boolean Task from a Task-based method. Here we will return bool...
Continue ReadingHow to Enable C# Language Version-Guidelines
How to Enable C# language Versioning – Guidelines In this article, we will understand how to build your .NET projects targeting a specific version of...
Continue ReadingAutomapper Ignore property mapping -Guidelines
Automapper Ignore property mapping – Guidelines Today in this article we shall see how to map one object to another object using Automapper by ignoring...
Continue ReadingGit Branching Best Practices – Trunk-Based Development
Git Branching Best Practices – Trunk-Based Development Trunk-based development is a prominent source code Branching Strategy that follows a set of defined principles and best...
Continue ReadingConfiguration in ASP.NET Core
Configuration in ASP.NET Core Today in this article, we will see how to Configuration in ASP.NET Core. The configuration gives developers and administrators of applications...
Continue Reading