Exception Not Found

Are programmers afraid of losing control over their code?

In our organization, like a lot of others, we have three levels of programmers: developers, senior developers, and lead developers. I am one of the lead developers, and in that capacity I am responsible for divvying up tasks amongst my team of eight developers, conducting code reviews, implementing team standards,

ModelState in ASP.NET MVC

Dive into the MVC ModelState and learn how it represents values submitted to an action and validation errors found in said values. Sample project included!

A CheckBoxList in ASP.NET MVC

Let's build the CheckBoxList control from WebForms in ASP.NET MVC!

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

The Programmer's Plague: Fighting the Spread of Arrogance

There is a plague amongst our peers, silently infecting our coworkers and our friends. We cannot see it or feel it. We must strive to keep it at bay, for its infection is hard to notice and even harder to treat. It is constantly watching for signs of weakness, for

Exception Not Found © 2026