Skip to content

Pro Code Guide

Developer's Guide to Programming

  • Home
  • Contact
  • About
Pro Code Guide
Developer's Guide to Programming

ASP.NET Core 3.1

ASP.NET Core Identity Roles based Authorization

ASP.NET Core Identity Roles based Authorization

BySanjay 27 October 2023

This article will get you started with what are ASP.NET Core Identity roles and the need for roles, how to enable ASP.NET Core Identity roles in MVC Application, and how to implement role-based authorization. Role-based authorization is for basic authorization…

Read More ASP.NET Core Identity Roles based AuthorizationContinue

Dependency Injection in ASP.NET Core

Dependency Injection in ASP.NET Core 3.1 – Beginner’s Guide

BySanjay 27 October 2023

This article will cover in details dependency injection in ASP.NET Core 3.1. ASP.NET Core is designed from the ground up to support the dependency injection design pattern. Dependency injection in ASP.NET Core provides a technique to create applications that are…

Read More Dependency Injection in ASP.NET Core 3.1 – Beginner’s GuideContinue

MiniProfiler in ASP.NET Core

Code Profiling using MiniProfiler in ASP.NET Core 3.1

BySanjay 27 October 2023

This article will get you started with how to enable miniprofiler in ASP.NET Core to measure the performance of your application. MiniProlifer helps you understand how your application is performing by allowing you to profile any part of code in…

Read More Code Profiling using MiniProfiler in ASP.NET Core 3.1Continue

Microservices with ASP.NET Core

Microservices with ASP.NET Core 3.1 – Ultimate Detailed Guide

BySanjay 27 October 2023

ASP.NET Core Microservices is a type of Architecture in which application is created as multiple small independent serviceable components. This article will cover in detail how to create microservices with ASP.NET Core, Serilog, Swagger UI, Health Checks & Docker containers….

Read More Microservices with ASP.NET Core 3.1 – Ultimate Detailed GuideContinue

IOptions Test Results 1

How to read Configuration using IOptions Pattern in ASP.NET Core

BySanjay 27 October 2023

In this article, we will learn about how to read configuration using IOptions Pattern in ASP.NET Core. We normally have many settings in our application that are different for each environment like third-party service URLs, database connection string, email settings,…

Read More How to read Configuration using IOptions Pattern in ASP.NET CoreContinue

ASP.NET Core Identity Claims

How to Implement ASP.NET Core Identity Claims based Authorization

BySanjay 27 October 2023

This is the second post in the series – ASP.NET Core Security. In my last post, I covered how to get started with ASP.NET Core Identity. In this article, we will learn about claims and how to implement ASP.NET Core…

Read More How to Implement ASP.NET Core Identity Claims based AuthorizationContinue

ASP.NET Core Identity

Implement ASP.NET Core Identity – Getting Started

BySanjay 27 October 2023

This article is the first in the series – ASP.NET Core Security. Here we will see what is ASP.NET Core Identity and how to get started. To understand things better we will explicitly add identity to an existing ASP.NET Core…

Read More Implement ASP.NET Core Identity – Getting StartedContinue

ASP.NET Core Security

Series: ASP.NET Core Security – Ultimate Guide

BySanjay 27 October 2023

These days web applications are vulnerable to various attacks so there is a need to secure your application so that unauthorized users are not able to access it. ASP.NET Core Security provides a various mechanism to secure you applications i.e….

Read More Series: ASP.NET Core Security – Ultimate GuideContinue

How Entity Framework Works

Entity Framework Core in ASP.NET Core 3.1 – Getting Started

BySanjay 27 October 2023

This article will be covering in detail the implementation of Entity Framework Core in ASP.NET Core Web API. We will learn about entity framework core in detail i.e. what, how & why and see how to use it in ASP.NET…

Read More Entity Framework Core in ASP.NET Core 3.1 – Getting StartedContinue

Automapper

Implement Automapper in ASP.NET Core 3.1 – Quick & Easy Guide

BySanjay 27 October 2023

In every application, there will be a need to map the object of one type to an object of another type. Automapper .NET Core is used to map these objects of dissimilar types without the need to write boring code…

Read More Implement Automapper in ASP.NET Core 3.1 – Quick & Easy GuideContinue

Page navigation

1 2 Next PageNext

© 2020-2025 Pro Code Guide

Facebook YouTube Twitter Github Email RSS
Scroll to top
  • Home
  • Contact
  • About
Search
We use cookies to ensure that we give you the best experience on our website.Ok