Skip to content

Learn by doing

dotNet;How? – Learn what you need to know about .NET and more

  • 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
  • UDEMY COUPON
  • Social Media App – Assets
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
The Benefits of Using Generic Classes and Methods in C#

The Benefits of Using Generic Classes and Methods in C#

In C#, the term “generic” refers to a type that is not limited to a specific data type. A generic type is declared by including a type parameter, represented by […]

ASP.NET , Asp.NET MVC , C# , Entity Framework , Web APIPosted on: January 31, 2023January 31, 2023
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
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
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

Posts pagination

Previous page Page 1 Page 2


Subscribe on LinkedIn
Theme Twelve Blog by Kantipur Themes