Exception Not Found

Display and Editor Templates - ASP.NET MVC Demystified

When dealing with objects in an MVC app, we often want a way to specify how that object should be displayed on any given page. If that object is only displayed on one page, we simply write HTML and CSS to lay out and style how that object should be

Using .NET Reflection to Map DataTables to Strongly-Typed Models

NOTE: I've got a more thorough version of this post up at Mapping DataTables and DataRows to Objects in C# using Reflection [https://www.exceptionnotfound.net/mapping-datatables-and-datarows-to-objects-in-csharp-and-net-using-reflection] . Check it out! We're in the process of converting an old ASP.NET WebForms application to MVC. For this particular project, we are

Use T4MVC to Remove Magic Strings in ASP.NET MVC Apps

Use T4MVC to remove magic strings from ASP.NET MVC routes and links.

ViewBag - ASP.NET MVC Demystified

Let's see how ViewBag works in MVC, and why it may not be such a good thing.

Building a Custom ViewEngine for ASP.NET MVC

Let's build a custom ViewEngine in ASP.NET MVC to find partial views in new, different folder locations!

Exception Not Found © 2026