.net core

Read And Modify appsettings.json File In .Net Core

In this article, we are going to learn how to modify in appsettings.json file in .Net Core. To achieve this…

3 years ago

How To Fix CORS Error In .Net MVC

CORS stands for Cross-Origin Resource Sharing. it is a mechanism that allows us to restricted resources on a web page…

3 years ago

How To Fix CORS Error In .Net Core

In this article, we are going to learn how to resolve CORS errors in .Net Core. What is CORS? CORS stands for Cross-Origin…

3 years ago

Encrypt And Decrypt File Using Key In .NET 5

In this article, we are going to learn how to encrypt and decrypt file data using key in .NET 5.…

3 years ago

Send Email Using API in .NET Core With Postman

In this article, we will learn how to send an email in ASP.Net Core Web API with Postman.

3 years ago

How To Upload , Download And Delete Files From Amazon AWS S3 Cloud Storage Using ASP.NET CORE 3.1

we will learnhow to upload, download, and delete files from amazon AWS S3 Cloud Storage using ASP.NET CORE in simple…

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

How To Upload , Download And Delete Files From Amazon AWS S3 Cloud Storage Using ASP.NET CORE 3.1

we will learnhow to upload, download, and delete files from amazon AWS S3 Cloud Storage using ASP.NET CORE in simple…

3 years ago

Check Is Enum Description Contains String Value Or Not In C#?

In my recent project I got the requirement where I have to check that given string is available in enum…

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