.NET Core

Authentication Using Facebook In ASP.NET Core

In this article, you can add Facebook authentication in your.net core project and use Facebook login and register in your…

3 years ago

Upload Large Excel In Angular With .Net API Using Stored Procedure

In this article, we are going to learn how to upload large excel data in angular and save that data…

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

How To Send Mail With Attachments

I write the above article to send an email with attachments. And Above code works on Asp.net Frerame work And…

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

Add Remote Virtual Scrolling In DevExtreme DataGrid

Hello Friends, In this article, we will learn how to add remote virtual scrolling in DevExtreme DataGrid with .Net API.

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