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
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
Iterate through an enumeration (Enum) in C#

Iterate through an enumeration (Enum) in C#

In the C# language, the enum type (aka enumeration) is a user-defined value type used to represent a list of named integer constants. Enums are really useful when you want to […]

ASP.NET , C#Posted on: October 18, 2021October 18, 2021
NUnit Testing Framework Guide – That()

NUnit Testing Framework Guide – That()

nUnit is an open-source unit testing framework for the .NET Framework and Mono. By using nUnit you can test your Services, but also your Controllers, Actions, etc. It was initially […]

ASP.NET , Web APIPosted on: March 31, 2021April 1, 2021
Adding DbContext to .NET Core Web API

Adding DbContext to .NET Core Web API

What is DBContext? DbContext or the Entity Framework Database Context file is the most important Entity Framework class because this class serves as the translator between the database tables and […]

ASP.NET , Entity FrameworkPosted on: March 29, 2021March 29, 2021
ASP.NET Core 3.0 not showing on Visual Studio 2019

ASP.NET Core 3.0 not showing on Visual Studio 2019

.NET Core 3.0 which is the latest .NET Core version is currently in Preview and can be used with Visual Studio 2019 which is also in Preview. So, after you […]

ASP.NETPosted on: June 6, 2019April 1, 2021
Error: The antiforgery token could not be decrypted

Error: The antiforgery token could not be decrypted

If you are deploying a .net core application to a hosting provider and you are getting this issue: System.InvalidOperationException: The antiforgery token could not be decrypted. —> System.Security.Cryptography.CryptographicException: The key […]

ASP.NETPosted on: August 26, 2018April 1, 2021

Posts pagination

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