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

OWASP Top 10 - Broken Access Control in ASP.NET Core

Broken Access Control in ASP.NET Core – OWASP Top 10

BySanjay 27 October 2023

In this article we will learn about what is the broken access control in ASP.NET Core, why is it important, and which vulnerabilities are covered under broken access control in ASP.NET Core. We will also learn about how attackers can…

Read More Broken Access Control in ASP.NET Core – OWASP Top 10Continue

File Upload in ASP.NET Core

File Upload in ASP.NET Core 6 – Detailed Guide

BySanjay 27 October 2023

In this article, let’s learn about how to perform file upload in ASP.NET Core 6. The file for upload can be of any format like image (jpg, BMP, gif, etc), text file, XML file, CSV file, PDF file, etc. We…

Read More File Upload in ASP.NET Core 6 – Detailed GuideContinue

Feature Flags in ASP.NET Core CSharp

Microsoft Feature Management – Feature Flags in ASP.NET Core C# – Detailed Guide

BySanjay 27 October 2023

In this article, we will learn about what are feature flags their use along with benefits and how to use these feature flags in the ASP.NET Core application. We will also explore how we can make use of available feature…

Read More Microsoft Feature Management – Feature Flags in ASP.NET Core C# – Detailed GuideContinue

Async Web API with ASP.NET Core

Creating an Async Web API with ASP.NET Core – Detailed Guide

BySanjay 27 October 2023

In this article, we will learn about the basics of async programming with its benefits in Web API, why do we need async API and also look at how to build an Async Web API with ASP.NET Core 6. We…

Read More Creating an Async Web API with ASP.NET Core – Detailed GuideContinue

Asynchronous Programming

Asynchronous Programming in .NET Core C# – using async & await

BySanjay 27 October 2023

In this article, we will learn about the details of asynchronous programming with code examples i.e. what is async programming, how is it different from sync programming, how to implement it in .NET Core C# using async & await, when…

Read More Asynchronous Programming in .NET Core C# – using async & awaitContinue

Build Resilient Microservices (Web API) using Polly in ASP.NET Core

Build Resilient Microservices (Web API) using Polly in ASP.NET Core

BySanjay 27 October 2023

In this article, we will learn about how to implement Fault Tolerance in Microservices i.e. build resilient Microservices (Web API) using Polly in ASP.NET Core. By implementing fault tolerance in Microservices we ensure that the entire system is not affected…

Read More Build Resilient Microservices (Web API) using Polly in ASP.NET CoreContinue

Repository Pattern in ASP.NET Core & Unit of Work

Repository Pattern in ASP.NET Core with Adapter Pattern

BySanjay 27 October 2023

In this article, we will learn about Repository Pattern in ASP.NET Core along with Unit of Work Pattern & also learn about why & how to combine Repository Pattern with Adapter Pattern for better implementation & testability of data access…

Read More Repository Pattern in ASP.NET Core with Adapter PatternContinue

Redirect Method - ASP.NET Core

5 Methods to Redirect a Request in ASP.NET Core – Detailed Guide

BySanjay 27 October 2023

In ASP.NET Core applications it is possible to redirect to a specific URL in several different ways. In this article, we will learn about these techniques and the code required to redirect a request in ASP.NET Core There will always…

Read More 5 Methods to Redirect a Request in ASP.NET Core – Detailed GuideContinue

OAuth2 and OpenID Connect in ASP.NET Core

Secure Applications with OAuth2 and OpenID Connect in ASP.NET Core 5 – Complete Guide

BySanjay 27 October 2023

This article covers details about how to secure your ASP.NET Core 5 application i.e. how to secure Web Application & Web API using modern standards like OAuth2 and OpenID Connect in ASP.NET Core. It is important to secure your applications…

Read More Secure Applications with OAuth2 and OpenID Connect in ASP.NET Core 5 – Complete GuideContinue

Implement Unit Testing in ASP.NET Core

Implement Unit Testing in ASP.NET Core 5 Application – Getting Started

BySanjay 27 October 2023

This article will get you started with unit testing in the ASP.NET core application. We will start with creating an ASP.NET Core based application with math operation service and implement xUnit.net to automate testing of the operations available in this…

Read More Implement Unit Testing in ASP.NET Core 5 Application – Getting StartedContinue

Page navigation

1 2 3 … 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