In this article, we are going to learn how to modify in appsettings.json file in .Net Core. To achieve this…
CORS stands for Cross-Origin Resource Sharing. it is a mechanism that allows us to restricted resources on a web page…
In this article, we are going to learn how to resolve CORS errors in .Net Core. What is CORS? CORS stands for Cross-Origin…
In this article, we are going to learn how to encrypt and decrypt file data using key in .NET 5.…
In this article, we will learn how to send an email in ASP.Net Core Web API with Postman.
we will learnhow to upload, download, and delete files from amazon AWS S3 Cloud Storage using ASP.NET CORE in simple…
We apply Basic Authentication in our application to prevent our API from anonymous access, only authorized users can access API.
we will learnhow to upload, download, and delete files from amazon AWS S3 Cloud Storage using ASP.NET CORE in simple…
In my recent project I got the requirement where I have to check that given string is available in enum…
We may face circumstances where we want to resolve a dependency inside a static class, but with the static class,…