Skip to content

  • HOME
  • ASP.NET
    • C#
    • Entity Framework
    • Web API
    • ASP.NET MVC
  • JAVASCRIPT
    • Angular
  • COURSES
    • LinkedIn Learning
    • Pluralsight
    • Teachable
    • Udemy
    • YouTube
  • YOUTUBE
    • Angular – Beyond Fundamentals
    • Angular with Firebase
    • Asp.Net MVC with .NET 3.1
    • Asp.Net MVC with .NET 5
    • Asp.Net Web API with .NET 5
    • Blazor – The Big Picture
    • C# – Beginner to Advanced
    • Hangfire – Background Processing
  • Social Media App – Assets
Implementing Health Checks in .NET Applications

Implementing Health Checks in .NET Applications

Once an application is deployed to production, ensuring its reliability and availability becomes essential. This is especially true for modern applications that are distributed, built with microservices, and deployed using […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: July 5, 2025July 5, 2025
Containerizing Your .NET Application with Docker

Containerizing Your .NET Application with Docker

A container is a lightweight, standalone, executable package that includes everything needed to run a piece of software: the code, a runtime, system tools, system libraries, and settings. Think of […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: June 29, 2025June 29, 2025
Building Background Services with IHostedService in .NET

Building Background Services with IHostedService in .NET

Background services are long-running processes that operate independently of the main application flow. They perform tasks in the background without blocking user interactions or requiring immediate responses. Background services are […]

ASP.NET , Asp.NET MVC , C# , Web APIPosted on: June 20, 2025June 20, 2025
Understanding and Customizing the ASP.NET Core Middleware Pipeline

Understanding and Customizing the ASP.NET Core Middleware Pipeline

Middleware is one of the most important concepts in ASP.NET Core because it plays a crucial role in handling requests and responses, allowing developers to control the request pipeline. But […]

ASP.NET , Asp.NET MVC , C# , Web APIPosted on: October 18, 2024October 18, 2024
API Versioning in .NET: A Guide to URL, Query, Header, and Media Types

API Versioning in .NET: A Guide to URL, Query, Header, and Media Types

API Versioning is a technique that allows you to create multiple versions of your app or APIs, ensuring that changes (such as new features or breaking updates) don’t disrupt existing […]

ASP.NET , C# , Web APIPosted on: September 30, 2024September 30, 2024
Add Sign in with Google in Your ASP.NET App: Step-by-step Tutorial

Add Sign in with Google in Your ASP.NET App: Step-by-step Tutorial

Google Authentication is a secure third-party login provider that you can use in your apps, including ASP.NET applications. Using third-party login providers allows users to use their existing credentials instead […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: April 11, 2024April 11, 2024
Blazor, JavaScript, and Interpolation

Blazor, JavaScript, and Interpolation

ASP.NET Blazor is a free and open-source web framework developed by Microsoft that allows you to build interactive web UIs with C# and HTML. It is a component-based framework, where […]

ASP.NET , C# , JAVASCRIPTPosted on: March 9, 2024March 9, 2024
ASP.NET MVC: Models, ViewData, ViewBag, and TempData Explained

ASP.NET MVC: Models, ViewData, ViewBag, and TempData Explained

In ASP.NET MVC, efficiently passing data between controllers and views is crucial for robust application development. This blog explains the four primary methods for data transfer, highlighting their uses and […]

ASP.NET , Asp.NET MVC , C#Posted on: January 31, 2024April 17, 2024
Securing Asp.Net Applications

Securing Asp.Net Applications

When it comes to securing ASP.NET applications, or any application in general, authentication and authorization play key roles. Authentication is the process of verifying a user’s identity. It checks if […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: January 10, 2024January 12, 2024
Data vs Task Parallelism in C#

Data vs Task Parallelism in C#

Parallelism is an important concept in programming because it divides tasks and allocates those tasks to separate threads for processing. In .NET/C# for parallelism you can use the System.Threading and […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: April 14, 2023April 14, 2023

Posts pagination

Page 1 Page 2 … Page 4 Next page
Theme Twelve Blog by Kantipur Themes