Common Type System (CTS) in .NET
In this article, We will discuss the Common Type System in .NET
In this article, We will discuss the Common Type System in .NET
In this article, we will explore how to validate Asp.net MVC Application Using Fluent Validation.
If you want to do simple validation in our asp.net MVC application then Data Annotation is good but when it comes to applying complex validation to manage it with Data Annotation is a little bit difficult.
for complex validation it is good to use FLuent Validation.
We’ll learn how to build a DLL (library) and how to utilize it in another project in this lesson.
This is used to get a card token and make your other API calls .this is secure
When you don’t want to set and pass card or bank details to your backend then you can use the accept Js functionality. using this you can perform any type of authorize.net payment functionality without using any type of security details, bank details, and card details in your code
In this article, we are going to implement Single Sign-On (SSO) in ASP.NET MVC.