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
Understanding the Differences between Singleton, Scoped, and Transient Service Lifetime in .NET

Understanding the Differences between Singleton, Scoped, and Transient Service Lifetime in .NET

To understand the difference between Singleton, Scoped, and Transient service lifetimes it is important to understand the life cycle of Dependency Injection. The life cycle of Dependency Injection (DI) refers […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: January 18, 2023January 18, 2023
A Step-by-Step Guide to Configuring Entity Framework in Your .NET Web API Project

A Step-by-Step Guide to Configuring Entity Framework in Your .NET Web API Project

Entity Framework (EF) is an Object-Relational Mapping (ORM) framework that enables developers to interact with databases in a more efficient and convenient way, rather than having to write raw SQL […]

ASP.NET , Asp.NET MVC , C# , DATABASES , Entity Framework , SQL , Web APIPosted on: January 16, 2023January 17, 2023
Static vs Non-Static Classes in C#: Understanding the Differences and Use Cases

Static vs Non-Static Classes in C#: Understanding the Differences and Use Cases

In C#, a class is a blueprint for creating objects, providing initial values for member variables or properties, and implementations of member methods or functions. A class can have fields […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: January 13, 2023January 16, 2023
Predicate vs Func in C#

Predicate vs Func in C#

In C#, a predicate is a delegate (a type that refers to a method) or a lambda expression that takes a single parameter and returns a Boolean value indicating whether […]

ASP.NET , C#Posted on: January 11, 2023January 11, 2023
Null-coalescing operator in C#

Null-coalescing operator in C#

You can use the null-coalescing operator (??) to provide a default value for a nullable type or reference type. The null-coalescing operator returns the left-hand operand if it is not […]

ASP.NET , C#Posted on: January 9, 2023January 9, 2023
Array vs ArrayList in C#

Array vs ArrayList in C#

In C#, an Array is a collection of items that are stored in a contiguous block of memory. It is a fixed size, meaning that you must specify the size […]

ASP.NET , C#Posted on: January 8, 2023January 8, 2023
Top 5 array methods in C# with examples

Top 5 array methods in C# with examples

An array in C# is a collection of variables that are stored together in a contiguous block of memory. Arrays are used to store multiple values in a single object, […]

ASP.NET , C#Posted on: January 7, 2023January 7, 2023
Migrate from ASP.NET Core 5.0 to 6.0

Migrate from ASP.NET Core 5.0 to 6.0

This article explains to update an existing ASP.NET 5 project to ASP.NET 6. I am going to use a fully-functional .NET 5 MVC application to show how you can do it step by step.

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: August 6, 2022January 7, 2023
CONST vs READONLY in C#

CONST vs READONLY in C#

const and readonly are two very useful keywords in C# that as a .NET developer you might see in any real-world application. When used within the same class, these keywords […]

C#Posted on: October 22, 2021October 22, 2021

Posts pagination

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