Exception Not Found

The ASP.NET Core 1.0 Glossary

With the RTM release of ASP.NET Core 1.0 [http://www.asp.net/vnext] scheduled to happen in early 2016 [https://github.com/aspnet/Home/wiki/Roadmap], there's been a lot of new terminology floating around the Microsoft space. Having attended a couple [http://www.exceptionnotfound.net/anglebrackets-day-one-wrapup-mvc-project-design-and-interviews/] of

Getting RabbitMQ Installed on a Windows Machine

We're looking at using RabbitMQ [https://www.rabbitmq.com/] as a messaging queue for our new big service application, and I (as the lead developer [http://www.exceptionnotfound.net/being-a-better-lead-developer/]) have been charged with getting this installed and running on my Windows machine. I'm writing this mostly so I can

Areas - ASP.NET MVC Demystified

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

Inside the Mind of the Tech Conference Speaker

I attended the AngleBrackets [https://anglebrackets.org/]/DevIntersection [https://www.devintersection.com/] tech conference in Las Vegas this week (as I did earlier this year [http://www.exceptionnotfound.net/anglebrackets-day-one-wrapup-mvc-project-design-and-interviews/] ). It was a fantastic experience as always, and I highly recommend that developers of all skills and ages attend conferences,

Using T4 Templates to Generate Enums From Database Lookup Tables

The major project we've been working on had a non-unusual requirement: take these SQL database tables and convert them to enumerations we can use over a service. A quick Google search found some code that did exactly what we wanted, so of course we (ok, I) copied-and-pasted that code into

Exception Not Found © 2026