This site is just here to let me goof around with different technologies for my learning pleasure.
OK, so here's what I'm doing right now with the site.
Made some more changes recently. I have really become comfortable with using NuGet to manage dependencies in my apps, and this app is no different.
I have also become very fond of using Ninject to enable Dependency Injection.
And, finally, using the Ninject.MVC3 extensions package from NuGet let me get rid of my home-rolled IDependencyResolver implementation. This last part makes for some well-factored, easy to maintain code. Thanks all!
