.NET Core 5.0

How To Add Google Authentication In .Net 5.0

In this article, we are going to learn how to apply google base authentication in .Net 5.0 Let us understand…

3 years ago

CRUD Operations With .Net 5.0 In Angular 13

In this article, we are going to learn how to perform CRUD operations in Angular 13.

3 years ago

Custom Authorization In .NET Core 5.0

This article will explain how to create your own Custom Authorization Class and retrieve the values. It will apply to…

3 years ago

Basic Authentication In .NET Core 5.0

We apply Basic Authentication in our application to prevent our API from anonymous access, only authorized users can access API.

3 years ago

Use Dependency Injection In Static Class With .Net Core

We may face circumstances where we want to resolve a dependency inside a static class, but with the static class,…

3 years ago