Category: CSharp
Building MVC Application via Code First Approach
Using Code First, we create POCO classes first, and then create a database from these classes A useful feature of this code is when you don't have a database
Authentication in ASP.NET Core Web API
Authentication is the act of providing assertion, such as the identity of a computer system user In simpler terms, authentication is the process of
Things You Need To Know About Authorization
Authorization is the process of defining access rights/privileges to resources, which is connected to information security in general and computer security in
All about Json Web Token based Authentication
JSON WEB TOKEN Authentication is basically the process of verifying who the user is In order to authenticate the user , JWT (JSON Web Token) came into picture
Database First Approach in Asp.Net Core MVC with EF Core
A database is an organized collection of structured information, or data, typically stored electronically in a computer system There are several types of
Global Information Tracker (Git) – Workflow and Terminologies
Git-Introduction Git is a free and open-source distributed version control system that can handle everything from tiny to extremely large projects quickly and