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

asp.net core bundling and minification

How to Implement ASP.NET Core Bundling and Minification

BySanjay 27 October 2023

ASP.NET Core Bundling and Minification are two distinct techniques that can be used to improve page load performance for web applications. In ASP.NET Core bundling & minification is not available by default and needs to be implemented for a web…

Read More How to Implement ASP.NET Core Bundling and MinificationContinue

Top 12 ASP.NET Core Libraries

Top 12 ASP.NET Core libraries – Every developer should know

BySanjay 27 June 2021

Many developers when they start working on ASP.NET Core they have the decision to make like which libraries are they going to use to get the code done. A list of Top 12 ASP.NET Core Libraries will allow developers to…

Read More Top 12 ASP.NET Core libraries – Every developer should knowContinue

ASP.NET Core Exception Middleware

ASP.NET Core Exception Middleware Implementation

BySanjay 27 June 2021

Handling errors is one of the most important aspects of any application. ASP.NET Core Exception Middleware provides an option to implement global exception handling logic. ASP.NET Core has provided try, catch & finally block for exceptions handling. Instead of implementing…

Read More ASP.NET Core Exception Middleware ImplementationContinue

Serilog in ASP.NET Core

Setting up Serilog in ASP.NET Core – Detailed Beginner Guide

BySanjay 27 October 2023

This article will cover what is Serilog along with its concepts and how to implement Serilog in ASP.NET Core. ASP.NET Core has a built-in logging API that supports a wide variety of logging providers. Serilog is one of the most…

Read More Setting up Serilog in ASP.NET Core – Detailed Beginner GuideContinue

Polymorphism

Polymorphism in C# .NET Core – OOP Concept Detailed Explanation

BySanjay 29 July 2022

Polymorphism is one of the important building blocks in object-oriented programming techniques. Polymorphism is a greek word that means “many-shaped” and also Poly means many whereas morph means forms i.e. many forms of an object. We can say that polymorphism…

Read More Polymorphism in C# .NET Core – OOP Concept Detailed ExplanationContinue

ASP.NET Core Caching

ASP.NET Core Caching Implementation

BySanjay 27 June 2021

Caching is a technique in which frequently used data is added to some memory that makes a request to this data faster as there is no need to fetch this data from the database for each request. ASP.NET Core caching…

Read More ASP.NET Core Caching ImplementationContinue

Encapsulation

OOP Concept – Encapsulation in C# .NET

BySanjay 15 April 2022

Encapsulation is one of the important building blocks in object-oriented programming. It is a mechanism in which data and code which manipulate this data are enclosed into a single unit. This unit can be a class in c# which allows…

Read More OOP Concept – Encapsulation in C# .NETContinue

ASP.NET Core Middleware

Custom Request Pipeline with ASP.NET Core Middleware – Quick & Easy Guide

BySanjay 6 December 2021

Middleware got introduced in ASP.NET with .NET Core. ASP.NET Core Middleware allows controlling the web application request pipeline. The middleware approach got introduced to configure the ASP.NET request pipeline. Introduction ASP.NET Core Middleware is a piece of code that gets…

Read More Custom Request Pipeline with ASP.NET Core Middleware – Quick & Easy GuideContinue

Azure Storage

Azure Storage – Types in Detail

BySanjay 27 June 2021

Azure Storage is a smart storage service over cloud from Microsoft which is scalable, Highly Available, secure, and durable. Azure Storage is accessible over HTTP/HTTPS and also client libraries for a variety of languages are available. Types of Azure Storage…

Read More Azure Storage – Types in DetailContinue

Microservices Architecture

Microservices Architecture – Explained in Detail

BySanjay 27 June 2021

Microservices have become very popular due to significant benefits it provides over traditional Architecture especially in management & implementation of large complex applications. Introduction to Microservices Microservices is a type of Architecture in which application is created as multiple small…

Read More Microservices Architecture – Explained in DetailContinue

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