Aug 10

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

By Sridhar

Aug 10

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

By Methran

Aug 8

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

By John Edelbert

Aug 10

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

By Deebika

Aug 10

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

By Gowtham

Mar 21

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

By Syed Haroon