by C-Metric | Nov 2, 2020
What are Microservices? Microservices are a software architecture design pattern in which applications are composed of small, independent modules that communicate with each other using well-defined contracts. Each microservice focuses on a single concept. Why...
by C-Metric | May 27, 2020
Authorized.net Integrate Payment Gateway within Asp.net MVC – Accept Hosted Accept Hosted: Accept Hosted is a mobile-optimized payment form hosted by Authorize.Net. It enables you to use the Authorize.Net API to submit payment transactions while maintaining SAQ-A...
by C-Metric | Apr 20, 2020
Digital Signatures in C# • Digital signature is a way to ensure that the person who uses the electronic data, document and information is an authorized person. • Digital signature is a stamp user places on the data that is unique to him/her and is very difficult to...
by C-Metric | Jan 1, 2020
What is Role Based Authentication In ASP.NET MVC? Role Based Authentication is Membership and Role providers. These providers allows us to define Roles, Users and assign roles to users which helps us to manage Authorization. But with an increase in social networking...