Tag: ASP.Net Core
Asynchronous Programming and Tasks in C Sharp
Asynchronous programming is a form of concurrent programming that enables the execution of several tasks at once It enables you to carry out multiple jobs at
LINQ – Extension Methods in Csharp and LINQ Operators
Extension methods allow us to add methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type we may
LINQ – Various components needed to create a Language Integrated Query
LINQ is an acronym that stands for "Language Integrated Query" and is pronounced "LINK” Many years ago, when C# was still a young language, the language
Glint App – A Job Portal
Glint job portal app is a web application that allows job seekers to conveniently identify and apply for their desired employment A Sneak Peek at
Space360 – An Effective Space Reservation Portal
Space360, an angular and aspnet core web application developed for reserving available spaces in on-premise organizations Our application is comprised of two
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