Exception Not Found

Consuming Web API Custom Validation in MVC using RestSharp

Let's see how to consume a custom validation scheme in Web API using FluentValidation, RestSharp, and JSON.NET. Sample project included!

Areas - ASP.NET MVC Demystified

Let's use Areas to create semi-independent sections of our ASP.NET MVC applications!

Partial Views - ASP.NET MVC Demystified

Let's see how to split our CSHTML views into reusable partial views for ASP.NET MVC.

Using the _ViewImports.cshtml File to Set Up View Namespaces in MVC 6

As of Beta 5 of ASP.NET 5, there is a new file in the Views folder of an MVC project called _ViewImports.cshtml (here's the GitHub item [https://github.com/aspnet/Announcements/issues/27]). In previous Beta versions, this file was called _GlobalImport.cshtml; even though it has been

An Overview of Tag Helpers in ASP.NET Core

I was a little hesitant about the new Tag Helpers feature coming out with ASP.NET Core and ASP.NET MVC 6 when I last wrote about it [http://www.exceptionnotfound.net/tag-helpers-in-asp-net-5/], but a few recent updates have totally changed my mind. These things are going to be awesome.

Exception Not Found © 2026