-
Recent Posts
Recent Comments
- CodeCaster on Configuring a shared packages directory for NuGet and automatically downloading packages
- kiquenet kiquenet on Configuring a shared packages directory for NuGet and automatically downloading packages
- nico on Controller injection with Unity under ASP.NET MVC 4
- NoNamer on Remove Origin advertisements
- Myself on Remove Origin advertisements
Archives
Categories
Meta
Tags
Monthly Archives: March 2013
Posting sortable form items to an MVC controller
I wanted to allow the user to edit a list of items while also enabling the user to sort them, and to post that back in a meaningful way without parsing on the server side. This does the trick: public … Continue reading
Posted in Tech
Leave a comment
Controller injection with Unity under ASP.NET MVC 4
A lot of different manuals exist on the web explaining various portions of MVC unit testing, Entity Framework mocking and Inversion of Control (IoC) using Unity as dependency injection container. In this and hopefully future posts I’ll try to sew … Continue reading
Posted in Tech
Tagged asp.net mvc, dependency injection, Inversion of Control (IoC), mocking, unit testing, Unity
1 Comment