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
Tuples in C#: Organize Data with Ease & Efficiency

Tuples in C#: Organize Data with Ease & Efficiency

Per definition, Tuples are a data structure that provides an easy way to represent a single set of data in C#. They were first introduced in .NET Framework 4.0 specifically […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: April 4, 2023April 4, 2023
Building Your First Minimal API in .NET

Building Your First Minimal API in .NET

Minimal API is a new feature introduced in ASP.NET Core 6.0 that simplifies the process of building HTTP APIs. It’s a lightweight, opinionated framework that allows developers to create APIs […]

ASP.NET , C# , Web APIPosted on: March 27, 2023March 27, 2023
Query Filters in Entity Framework Core: Applying Global Filters to Queries

Query Filters in Entity Framework Core: Applying Global Filters to Queries

Query filters in Entity Framework Core provide a way to apply a global filter to all queries for a given entity. When a query filter is defined, it is automatically […]

ASP.NET , Asp.NET MVC , C# , DATABASES , Entity Framework , Web APIPosted on: March 9, 2023March 9, 2023
Accelerate Your Builds with Visual Studio 2022 V17.5

Accelerate Your Builds with Visual Studio 2022 V17.5

In a recent Twitter thread, Drew Noakes from Microsoft announced some really great features that were added to Visual Studio 2022 – V 17.5. They are all great, but especially one […]

ASP.NET , Asp.NET MVC , AWS , Azure , C# , CLOUD , Entity Framework , GIT , Web APIPosted on: February 27, 2023February 27, 2023
HTTP PUT vs HTTP PATCH in .NET Web API: Which Method to Use for Updating Resources?

HTTP PUT vs HTTP PATCH in .NET Web API: Which Method to Use for Updating Resources?

HTTP methods are an essential part of the Hypertext Transfer Protocol (HTTP), which is the primary protocol used for communication between web servers and web clients. There are several HTTP […]

ASP.NET , Asp.NET MVC , C# , Web APIPosted on: February 26, 2023February 26, 2023
The Role of Dictionaries in C#: Efficient Key-Value Storage

The Role of Dictionaries in C#: Efficient Key-Value Storage

Dictionaries in C# are a type of collection that allows you to store key-value pairs, where each key is associated with a value. Key-value pairs are commonly used to represent […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: February 19, 2023February 19, 2023
Implementing API Rate Limiting in .NET Web APIs

Implementing API Rate Limiting in .NET Web APIs

Throttling is the process of limiting the rate at which requests are made to an API. In a .NET Core API, you can limit API calls by implementing throttling. There […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: February 14, 2023June 22, 2025
The Power of Asynchronous Programming in C#

The Power of Asynchronous Programming in C#

Asynchronous programming is a programming model that allows you to write code that can run concurrently without blocking the main thread. To better understand this definition, let’s talk about a […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: February 9, 2023February 9, 2023
Exception Handling in C#: Prevention and Management of Runtime Errors

Exception Handling in C#: Prevention and Management of Runtime Errors

Exception handling is a mechanism in C# that allows you to handle runtime errors and prevent your program from crashing. It allows you to catch errors, diagnose the problem, and […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: February 6, 2023February 6, 2023
The Importance of Lists in C# Programming

The Importance of Lists in C# Programming

Lists in C# are important data structures that allow developers to store, manage, and manipulate collections of items. They do provide a dynamic, resizeable, and strongly-typed alternative to arrays. But, […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: February 3, 2023February 3, 2023

Posts pagination

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