Skip to content

Pro Code Guide

Developer's Guide to Programming

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

.NET Core

This Category is for Programming related Articles on .NET Core

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

Web API Versioning in ASP.NET Core

How to Implement Web API Versioning in ASP.NET Core – Detailed Guide

BySanjay 27 October 2023

In this article, we will learn what is Web API versioning & how to implement Web API versioning in ASP.NET Core Application. We will also explore the various options available for Web API versioning in ASP.NET Core. Web API versioning…

Read More How to Implement Web API Versioning in ASP.NET Core – Detailed GuideContinue

ASP.NET Core Hosting on IIS

ASP.NET Core Hosting on IIS on Windows

BySanjay 27 October 2023

This article will provide details about how to perform ASP.NET Core hosting on IIS for both web application and Web API. .NET Core 2.2 onwards there were significant changes in the hosting model to IIS. Prior to .NET Core 2.2…

Read More ASP.NET Core Hosting on IIS on WindowsContinue

ASP.NET Core Hosting Environment

How to configure hosting environment in ASP.NET Core

BySanjay 27 October 2023

This article will cover the ways to configure hosting environment in ASP.NET Core application based on the environment on which it is deployed as application behavior can be controlled based on the environment. The hosting environment in ASP.NET Core is…

Read More How to configure hosting environment in ASP.NET CoreContinue

Page navigation

Previous PagePrevious 1 2 3 4 5 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