ASP.NET MVC - Curated .NET Articles & Tutorials

Curated .NET news, articles, and tutorials about ASP.NET MVC, drawn from .NET News Daily issues.

38 curated issues

Implementing Localization in ASP.NET

When I first started implementing localization in ASP.NET Core MVC, I thought it would be a small feature.

Featured in Issue #452 May 10, 2026

Issue also covered: ASP.NET Core, C#, .NET Framework, EF Core, GitHub, GitHub Copilot, Performance, Visual Studio

Read this issue →

ASP.NET MVC vs Razor Pages: When to Use Which

ASP.NET MVC vs Razor Pages compared — when each pattern fits best, with practical guidance for choosing the right approach for your ASP.NET Core project.

Featured in Issue #494 July 10, 2026

Issue also covered: ASP.NET Core, Authorization, Azure, Clean Architecture, CQRS, C#, Domain-Driven Design, Design Patterns

Read this issue →

Getting Inherited Controller Routes to work in ASP.NET Core

By default ASP.NET applies Controller Attribute Routes on concrete types. If you create a Controller class, the class and its routes are automatically recognized by ASP.NET during the startup process....

Featured in Issue #492 July 08, 2026

Issue also covered: Application Insights, ASP.NET Core, .NET Aspire, Authentication, Authorization, AutoMapper, Azure, Azure DevOps

Read this issue →

Migrating a Legacy Razor + JavaScript Frontend to React and TypeScript, One Component at a Time

Most articles about React migrations start from a clean, modern setup. Real enterprise apps rarely look like that. This is the story of…

Featured in Issue #490 July 06, 2026

Issue also covered: AOT, ASP.NET Core, .NET Aspire, Authentication, Azure, Benchmarking, Clean Architecture, C#

Read this issue →

Mastering .NET Interviews – Part 5: ASP.NET Core

Master ASP.NET Core interviews! Learn about middleware, DI, configuration, hosting, and key differences from MVC.

Featured in Issue #487 July 01, 2026

Issue also covered: ASP.NET Core, .NET Aspire, Azure, C#, Design Patterns, .NET 10, .NET Core, .NET Framework

Read this issue →

How to Set a Default Value in ASP.NET DropDownList (Static and Dynamic)

Learn how to set a default value in ASP.NET DropDownList for both static and dynamic data sources. Step-by-step guide with code examples to bind grids based on selected values.

Featured in Issue #485 June 29, 2026

Issue also covered: ASP.NET Core, .NET Aspire, Authentication, Authorization, Azure, Azure Functions, Clean Architecture, C#

Read this issue →

Human Resource Management System in ASP.NET Core MVC

Build a Human Resource Management System (HRMS) in ASP.NET Core MVC. Covers setup, authentication, Admin, and Employee modules for efficient HR operations.

Featured in Issue #484 June 26, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, Benchmarking, Blazor, Clean Architecture, C#, Design Patterns

Read this issue →

Human Resource Management System in ASP.NET Core MVC – Part 3

Complete your ASP.NET Core MVC HRM with role-based dashboards, insightful reports, and robust deployment strategies for enterprise readiness.

Featured in Issue #483 June 25, 2026

Issue also covered: ASP.NET Core, Authorization, Azure, Azure Functions, Clean Architecture, C#, .NET 10, .NET Core

Read this issue →

Human Resource Management System in ASP.NET Core MVC – Part 2

Build an ASP.NET Core MVC Human Resource Management System. This article covers Leave Requests, Payroll, and Recruitment modules.

Featured in Issue #481 June 23, 2026

Issue also covered: ASP.NET Core, Authorization, Azure, C#, .NET Core, JWT, OpenAI, Redis

Read this issue →

Building an Inventory & Order Management System in ASP.NET Core (Setup & Core Features) Part 1

Build an ASP.NET Core Inventory & Order Management System. Part 1 covers project setup, core features like Product, Category, Supplier, and Customer CRUD.

Featured in Issue #480 June 22, 2026

Issue also covered: ASP.NET Core, Azure, Blazor, C#, Design Patterns, .NET 10, .NET Core, EF Core

Read this issue →

ASP.NET MVC to ASP.NET Core Migration NuGet Packages: Modernization Guide

A guide for CTOs, architects, and engineering leaders planning legacy modernization. Find out which NuGet packages can be upgraded, replaced, removed, or redesigned based on real-world migration exper...

Featured in Issue #478 June 18, 2026

Issue also covered: ASP.NET Core, .NET Aspire, Authentication, Azure, Benchmarking, Blazor, Clean Architecture, C#

Read this issue →

Complete Guide to HTML Helpers in ASP.NET MVC

Master ASP.NET MVC development with HTML Helpers! This guide covers all essential helpers, from form creation to validation, with clear examples and best practices. Simplify your Razor views!

Featured in Issue #426 April 03, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, Blazor, Clean Architecture, C#, Design Patterns, .NET 10

Read this issue →

Return Types in ASP.NET MVC

Master ASP.NET MVC return types! Learn about ActionResult, ViewResult, JsonResult, FileResult, and more with practical examples. Build better web applications!

Featured in Issue #421 March 27, 2026

Issue also covered: ASP.NET Core, Azure, .NET Core, .NET Framework, GitHub Actions, Performance, RabbitMQ, Security

Read this issue →

Our .NET App Was Leaking Memory — And One Line of Code Took Down Production

At 2:47 PM on a Tuesday, a Slack message popped up:

Featured in Issue #406 March 06, 2026

Issue also covered: ASP.NET Core, Azure Functions, Clean Architecture, C#, .NET Core, Security

Read this issue →

WebForms Core in ASP.NET MVC: Bringing Server Command Architecture to Modern Web

WebForms Core technology is an innovative framework designed to bring the event-driven programming model of classic WebForms to modern web…

Featured in Issue #402 March 02, 2026

Issue also covered: ASP.NET Core, Azure, CQRS, C#, Docker, MediatR, OpenAI, Performance

Read this issue →

ASP.NET MVC vs ASP.NET Core MVC

Confused about ASP.NET MVC vs. ASP.NET Core MVC? This guide breaks down the key differences: platform support, performance, project structure, configuration, and more! Learn which is right for you.

Featured in Issue #393 February 17, 2026

Issue also covered: AOT, ASP.NET Core, C#, .NET 10, .NET 8, .NET 9, .NET Core, EF Core

Read this issue →

Displaying Large amounts of Records in ASP.NET Core MVC

Master displaying large datasets in ASP.NET Core MVC! Learn efficient techniques like Razor tables, AJAX partials, and server-side DataTables for optimal performance.

Featured in Issue #378 January 27, 2026

Issue also covered: ASP.NET Core, Authentication, Azure, Clean Architecture, C#, Design Patterns, .NET 10, .NET Core

Read this issue →

Custom Validator in ASP.NET Core MVC (Beginner-Friendly)

Target audience: Absolute beginners learning ASP.NET MVC / ASP.NET Core MVC

Featured in Issue #370 January 15, 2026

Issue also covered: ASP.NET Core, Azure DevOps, Clean Architecture, C#, Domain-Driven Design, .NET 10, .NET Core, EF Core

Read this issue →

Modernize ASP.NET MVC Razor UI with AWS Transform

Modernize ASP.NET MVC Razor UI with AWS Transform

Featured in Issue #353 December 23, 2025

Issue also covered: AOT, ASP.NET Core, Azure Functions, Clean Architecture, C#, .NET Core, EF Core, Kubernetes

Read this issue →

Migrating ASP.NET MVC to Minimal APIs: Handling Authentication, Filters, and Best Practices

Disclaimer: This article was generated with AI assistance based on real-world migration experience from a production ASP.NET Core MVC API…

Featured in Issue #318 November 04, 2025

Issue also covered: ASP.NET Core, Azure, Clean Architecture, C#, .NET 10, .NET Core, EF Core, MediatR

Read this issue →

How to Troubleshoot Errors in a .NET MVC Website

Learn how to troubleshoot errors in a .NET MVC website using debugging techniques, IIS logs, custom error handling, remote debugging, and third-party tools like Application Insights, ELMAH, and NLog. ...

Featured in Issue #315 October 30, 2025

Issue also covered: Application Insights, ASP.NET Core, AutoMapper, Azure, Clean Architecture, CQRS, C#, Dapper

Read this issue →

Difference between ASP.NET MVC, C#, and ASP.NET Core

Understand the key differences between C#, ASP.NET MVC, and ASP.NET Core. This guide clarifies their roles in web development, highlighting C# as a programming language, ASP.NET MVC as a legacy Window...

Featured in Issue #309 October 22, 2025

Issue also covered: Application Insights, ASP.NET Core, Azure, Clean Architecture, C#, Domain-Driven Design, Docker, .NET 9

Read this issue →

Partial View vs ViewComponent in ASP.NET MVC/Core – A Complete Guide

Unlock the secrets of Partial Views and ViewComponents in ASP.NET MVC/Core! This guide dives deep into their differences, exploring usage, performance, and best-use cases. Learn when to use each for o...

Featured in Issue #279 September 08, 2025

Issue also covered: ASP.NET Core, Azure, C#, .NET Core, EF Core, .NET MAUI, Performance, Security

Read this issue →

Preventing SQL Injection in ASP.NET MVC, ASP.NET Core MVC, and Web API Applications

Protect your ASP.NET MVC, ASP.NET Core, and Web API apps from SQL Injection! Learn practical C# strategies, parameterized queries, and secure coding practices to prevent data breaches and ensure robus...

Featured in Issue #277 September 04, 2025

Issue also covered: ASP.NET Core, Azure, CQRS, C#, .NET 10, .NET Core, EF Core, GitHub Copilot

Read this issue →

ASP.NET MVC Cheatsheet – A Beginner-Friendly Guide

ASP.NET MVC Cheatsheet – A Beginner-Friendly Guide

Featured in Issue #258 August 08, 2025

Issue also covered: ASP.NET Core, Blazor, C#, .NET Core, EF Core, GitHub Copilot, JWT, Performance

Read this issue →

🔥 How to Consume Web API in ASP.NET MVC Using HttpClien

https://www.c-sharpcorner.com/article/how-to-consume-web-api-in-asp-net-mvc-using-httpclien/

Featured in Issue #253 August 01, 2025

Issue also covered: ASP.NET Core, Azure, C#, .NET 9, GitHub Copilot, Performance, SQL Server, Visual Studio Code

Read this issue →

Understanding .NET MVC

https://www.c-sharpcorner.com/article/understanding-net-mvc/

Featured in Issue #246 July 23, 2025

Issue also covered: ASP.NET Core, .NET Aspire, Blazor, Clean Architecture, C#, Domain-Driven Design, Docker, .NET 10

Read this issue →

Caching in ASP.NET MVC (.NET 10) A Comprehensive Deep Dive

https://medium.com/@Adem_Korkmaz/caching-in-asp-net-mvc-net-10-a-comprehensive-deep-dive-e531e0195bd8

Featured in Issue #238 July 11, 2025

Issue also covered: ASP.NET Core, Azure, C#, EF Core, GitHub Copilot, OpenAI, Performance, Visual Studio Code

Read this issue →

Basic Auth in ASP.NET MVC Web API Using C#.NET

https://www.c-sharpcorner.com/article/basic-auth-in-asp-net-mvc-web-api-using-c-sharp-net/

Featured in Issue #237 July 10, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, C#, .NET Core, EF Core, JWT, .NET MAUI

Read this issue →

Build a RESTful Student Info API with ASP.NET MVC & C#.NET

https://www.c-sharpcorner.com/article/build-a-restful-student-info-api-with-asp-net-mvc-c-sharp-net/

Featured in Issue #236 July 09, 2025

Issue also covered: ASP.NET Core, Authentication, AutoMapper, Azure, C#, .NET Core, EF Core, .NET MAUI

Read this issue →

ASP.NET MVC

https://medium.com/write-a-catalyst/asp-net-mvc-8e0a0217ca10

Featured in Issue #189 May 05, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, Azure DevOps, .NET 10, .NET Framework, EF Core, gRPC

Read this issue →

ASP.NET MVC INSTALLATION & PROJECT STRUCTURE

https://medium.com/@vyshnavkrishnap2020/asp-net-mvc-installation-project-structure-445b4aa903e5

Featured in Issue #182 April 24, 2025

Issue also covered: ASP.NET Core, Blazor, .NET 9, .NET Core, .NET Framework, EF Core, GitHub Copilot, .NET MAUI

Read this issue →

ViewDifference Between ViewData, ViewBag, and TempData in ASP.NET MVC

https://medium.com/@shreyans_padmani/viewdifference-between-viewdata-viewbag-and-tempdata-in-asp-net-mvc-e4d26df5e895

Featured in Issue #164 March 31, 2025

Issue also covered: ASP.NET Core, Blazor, C#, Design Patterns, .NET 8, .NET Core, EF Core, ML.NET

Read this issue →

Design Patterns for Scalable ASP.NET MVC Applications

https://www.csharp.com/article/design-patterns-for-scalable-asp-net-mvc-applications/

Featured in Issue #138 February 21, 2025

Issue also covered: ASP.NET Core, Authentication, Azure, Azure Functions, Cosmos DB, C#, Design Patterns, Docker

Read this issue →

Related topics