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

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

Jul 26

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

By Syed Haroon

Mar 31

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

By Syed Haroon

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

Apr 18

Linguistics for Azure Storage Services

Introduction The storage accounts give a unique namespace for your storage data that is accessible from anywhere in the globe via http or https Data in your

By Syed Haroon

Nov 30

What’s new in Visual Studio 2022

Visual Studio is one the most popular IDE (Integration Development Environment) where you can code, debug, compile and deploy your NET applications It has more

By Suhas Parameshwara

Nov 15

Azure-Backup On-Premises using MARS agent

Azure Backup provides automatic storage management with unconstrained scalability and recovery Azure Backup also provides application-consistent backups,

By Syed Haroon

Dec 21

Pattern Matching In C#

Pattern matching is one of the coolest things that was introduced in C# 70 It evolved in a smarter way and in C# 90 it became more powerful We already write

By Suhas Parameshwara