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 application
In this article, you can add Facebook authentication in your.net core project and use Facebook login and register in your application
In this article, we are going to learn how to upload large excel data in angular and save that data using .net API and stored procedure.
In this article, we are going to learn how to resolve CORS errors in .Net Core. What is CORS? CORS stands for Cross-Origin Resource Sharing.
In this article, we are going to learn how to encrypt and decrypt file data using key in .NET 5.
We use the same key to encrypt the data and with the same key, we can decrypt the data, which means a single key is required for encryption and decryption.
I write the above article to send an email with attachments. And Above code works on Asp.net Frerame work And also Work on Asp.Net Core FrameWork And You can see In the video I get my Email Credential from the AssConfig.js file for privacy issue so please appreciate and thanks
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 steps.
Hello Friends, In this article, we will learn how to add remote virtual scrolling in DevExtreme DataGrid with .Net API.
This article will explain how to create your own Custom Authorization Class and retrieve the values. It will apply to all APIs in that controller, or you can use it to each API independently.
We apply Basic Authentication in our application to prevent our API from anonymous access, only authorized users can access API.