Building a Robust .NET 5 CRUD API with Angular and Entity Framework

In this article, we will create a .NET 5 Web API and Angular application to perform CRUD operations with the help of Entity Framework Core. To demonstrate CRUD operation with .NET 5 Web API, we will use sample Product data. What is .NET Web API? .Net Web API is a framework for building, and consuming HTTP-based … Read more

What is Secret Manager in ASP.Net Core?

This article explains how to hide confidential information for an ASP.NET Core app on a development machine. We will learn about Secret Manager in .NET Core. As we know, the ASP.Net Core application comes with appsettings.json file. This file contains basic configurable information about the project. Some developers store database connection strings with passwords and … Read more

How to Effectively Implement Dependency Injection in .NET 5?

In this article, we will see how to implement Dependency Injection in .NET 5? Although, this implementation will be same for .NET Core 2.1 and .Net Core 3.1. To demonstrate Dependency Injection, I have used .NET 5 with Visual Studio 2019. What is Dependency Injection? Dependency Injection (DI) is a design pattern that can assist … Read more

How to Build .NET 5 Web API in Visual Studio 2019?

In this blog, we will create a .NET 5 Web API in Visual Studio 2019. What is .NET 5? The new version i.e. .NET 5 is one of the major releases after .NET Core 3.1. It was released in November 2020. Microsoft, dropped the word “Core” from the name to indicate that this is the future of … Read more

How to create .NET 5 API in Visual Studio Code?

In this blog, we will learn “How to create .NET 5 API using Visual Studio Code?“ What is .NET 5? This version of .NET is one of the major releases after .NET Core 3.1. It was released in November 2020. Microsoft, dropped the word “Core” from the name to indicate that this is the future of … Read more

RSS
YouTube
YouTube
Instagram