View Variables In .NET MVC
This article discuss the View Variables, such as ViewData, ViewBag, TempData and Session in MVC
Unit Test (1) --- Basic
This article will discuss Unit Test issues.
Pass Data Across Views In .NET MVC
In this article, you will learn how to pass data across views in MVC.
Unit Test (2) --- TSQLT
This article will discuss TSQLT Unit Test.
Design Pattern (5), Dependency Injection
This article discusses Dependency Injection. This article series covers Design Patterns, starting with MVC. This specific article ...
Entity Framework (11), with .Net Core Ra...
This article is discussing Entity Framework with .Net Core Razor Pages Code-First.
Design Pattern (5-4), Dependency Injecti...
This article will be an implementation of Dependency Injection for a MVC app.
Entity Framework (12), with New .Net Cor...
This article discuss the new .Net Core MVC entity framework, code first module.
DbContext Register and Lifetime
This article discusses DbContext and its lifetime
Entity Framework (11-1), with .Net Core ...
This is a discussion for Entity Framework Razor, the second part.
Entity Framework (13), with .Net Core Co...
This is a summary article to discuss .Net Core Entity Framework Code First Approach.
Unit Test (4) --- Code Coverage
This article is to discuss Code Coverage for unit testing.