Migrations In Entity Framework Core
Entity Framework Core is an ORM (object-relational mapper) that can be used to access data from various data sources. Entity Framework was the initial framework that was part of the classic .NET Framework (predecessor of .NET Core).
Document Processing using Telerik UI for ASP.Net
Telerik document processing provides a .Net core support library for the different files format. In many, application users need the files, documents for processing at that time this library supports to fulfill the user needs.
Configuring Okta as IdP with Spring Security using SAML
This blog is about how to build a Spring Boot application that leverages Okta’s Platform API for authentication via SAML. Get more insights about Security Assertion Markup Language
How to integrate Google Authenticator in ASP.Net MVC Project?
What is Google Authenticator? Google Authenticator is an OpenSource mobile security Application that is based on two-factor authentication (2FA).
Implement Health Checks in ASP.Net Core
Health checks are a crucial part of any distributed system. Especially in the world of micro services, it is important to understand if the service is running healthy or not.
Custom payment form using Stripe elements?
Stripe Elements is a predefined UI component that can be used to create a custom payment form that will gather a customer’s card details without handling sensitive data in a secure way.
How to integrate OpenEdge Payment in a .Net project?
OpenEdge is a payment entryway that accepts credit card payments. OpenEdge provides payment process services to businesses in a secured and PCI-compliant manner.
How to integrate DocuSign in a .Net project?
DocuSign is an eSignature technology that provides a way to sign the document electronically. The features of DocuSign include user identity management and authentication services.
Quill Text-Editor Implementation in ASP.NET
Quill is a free, open-source modern rich text editor built for the modern web application. With its descriptive API and modular configuration, it is completely customizable to fit any need.
How to build and run ASP.NET Core web app in Docker?
Build the ASP.NET Core web app. Create a docker file similar to the following commands to build the ASP.NET web app. Read more