Category: C# Corner

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 Razor Pages Code-...

This article is discussing Entity Framework with .Net Core Razor Pages Code-First.

Design Pattern (5-4), Dependency Injection, MVC Demo

This article will be an implementation of Dependency Injection for a MVC app.

Entity Framework (12), with New .Net Core MVC Code-Firs...

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 Razor Pages Cod...

This is a discussion for Entity Framework Razor, the second part.

Entity Framework (13), with .Net Core Code-First Summar...

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.