OneSignal Integration in .NET Core
In this article, We will learn how to send the sms using the OneSingle in .net core
In this article, We will learn how to send the sms using the OneSingle in .net core
In this article, we will learn how to load custom JS and CSS files on a component using React.js
In this article, we will learn how to get and set multiple checkboxes values using React.js.
Checkboxes are shown as a square box that is ticked (checked) when activated or deactivated (unchecked).
In this article, we are going to learn what is differences between IDENTITY and SEQUENCE. IDENTITY property is only for a particular table it cannot use among multiple tables because it is a column property.
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.
CORS stands for Cross-Origin Resource Sharing. it is a mechanism that allows us to restricted resources on a web page that is requested from another domain that is outside the domain from where the first resource was served.
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.
This article will explain how to create your role base custom authorization. Custom Authentication Filter run before any filter or action method run. Custom Authentication confirms if the user is valid or invalid.
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.
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.