Exception Not Found

Injecting Services into MVC Views With ASP.NET Core

I've been exploring ASP.NET Core 1.0 [https://www.exceptionnotfound.net/tag/asp-net-core-1-0/] for a little while now, and every step I take reinforces my opinion that Core is going to be a huge step forward for ASP.NET developers. However, in my eagerness to share all the stuff

Getting Started with ASP.NET Core Dependency Injection

I've lately been feeling my way around getting an actual, production-ready ASP.NET Core [http://www.asp.net/core] app developed, and one of the features I've really been digging (one of many [https://www.exceptionnotfound.net/tag/asp.net-core-1.0/]) is native support for Dependency Injection (DI). DI is

Setting Up Dependency Injection in Web API with StructureMap

Up until recently I hadn't really used any Dependency Injection (DI) [https://en.wikipedia.org/wiki/Dependency_injection] frameworks in my ASP.NET projects, largely due to them being rather intimidating to set up the first time. I mean, I barely grasp the concept of DI, so the thought of

Exception Not Found © 2026