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
Using Refresh Token in Asp.Net Core Web API Project
A refresh token is a special token that lets the user to refresh the access token without asking the user to login again A refresh token will be generated with
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
Devops and How does it perform and practices- Walkthrough
The new name for Microsoft Visual Studio Team Services is Azure DevOps (VSTS) It is seen as a promising technology for managing the application lifetime Azure
What is HTML5 and Why Is It Important?
HTML5 is a markup language that first appeared in January 2008 Since then, two significant organisations have been active in the development of HTML5 The World
SDLC Models Versus Devops – Why we choose Devops
Introduction: The phrase Software Development Lifecycle (SDLC) refers to the multi-step process that begins with source code and progresses through software
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