Skip to content

Pro Code Guide

Developer's Guide to Programming

  • Home
  • Contact
  • About
Pro Code Guide
Developer's Guide to Programming
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

Loops and Conditionals in Python

Loops and Conditionals in Python – while Loop, for Loop & if Statement

BySanjay 20 March 2025

In this article, we will learn about loops and conditionals in Python. We will learn about for loop, while loop and if statement that helps us control the flow of the program by repeating the same set of code statements…

Read More Loops and Conditionals in Python – while Loop, for Loop & if StatementContinue

Sequence Types in Python - String Type

Sequence Types in Python Programming Language – Sequential Data Types

BySanjay 20 March 2025

In this article, we will learn about sequence types in Python programming language. Sequential data types in Python are data types that are an ordered set which means that the order in which we read values from sequential data types…

Read More Sequence Types in Python Programming Language – Sequential Data TypesContinue

Data Types in Python - Int

Basic Data Types in Python Programming Language

BySanjay 20 March 2025

In this article, we will learn about basic data types in Python programming language. Data types are very important in any programming language. Choosing the right set of data types for your program has a lot to do with the…

Read More Basic Data Types in Python Programming LanguageContinue

Python Variables - Dynamic Typing

Variables in Python Programming Language – Easy to Understand Guide

BySanjay 20 March 2025

In this article, we will learn about variables in Python programming language. We will look at what are Python variables, how to declare or create variables, assign values to variables, use variables in Python code, cast variables, read data types…

Read More Variables in Python Programming Language – Easy to Understand GuideContinue

Basic Programming in Python - Indentation Error

Learn Basic Programming in Python – Detailed Guide

BySanjay 20 March 2025

In this article, we will learn about basic programming in Python i.e. features, concepts or styles of the Python programming language. Before diving deep into the basic coding in Python let’s first learn about how to code in the Python…

Read More Learn Basic Programming in Python – Detailed GuideContinue

Page navigation

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