Skip to content

Pro Code Guide

Developer's Guide to Programming

  • Home
  • Contact
  • About
Pro Code Guide
Developer's Guide to Programming
ML.NET – Machine Learning with .NET Core – Beginner’s Guide

ML.NET – Machine Learning with .NET Core – Beginner’s Guide

BySanjay 27 October 2023

This article will get you started with the fundamentals of Machine Learning and how to get started with Machine Learning with .NET Core i.e. ML.NET. We will even learn different concepts of Machine learning with a brief overview. Introduction to…

Read More ML.NET – Machine Learning with .NET Core – Beginner’s GuideContinue

Cookie Authentication in ASPNET Core

Implement Cookie Authentication in ASP.NET Core – Detailed Guide

BySanjay 27 October 2023

This article will get you started with implementing cookie authentication in ASP.NET Core applications. Cookie authentication allows you to have your own login/register screens & custom logic for user-id/password validation without the need to use ASP.NET Core Identity. This is…

Read More Implement Cookie Authentication in ASP.NET Core – Detailed GuideContinue

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

SignalR in ASP.NET Core

Build Real-time Web Applications with SignalR in ASP.NET Core 6 C#

BySanjay 27 October 2023

In this article, we will learn about what are real-time web applications & how to build real-time web applications using SignalR in ASP.NET Core C#. As part of this article for demonstration of SignalR implementation in ASP.NET Core, we will…

Read More Build Real-time Web Applications with SignalR in ASP.NET Core 6 C#Continue

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

Page navigation

Previous PagePrevious 1 … 4 5 6 7 8 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