Similar articles
DotNetShoutout - Latest published stories
Dynamic Views in ASP.NET MVC 2
One of the new features introduced in C# 4.0 is the dynamic keyword. So far I haven’t had much use for it, but lately I’ve discovered that it can be very useful when designing ASP.NET MVC views. It ...
ASP.NET Weblogs
ViewBag dynamic in ASP.NET MVC 3 - RC 2
Earlier today Scott Guthrie announced the ASP.NET MVC 3 - Release Candidate 2. I installed the new version right after the announcement since I was eager to see the new features. Among other cool feat...
ASP.NET Weblogs
ASP.NET MVC 2 and why Dynamic Area is not supported
In my previous post, I mentioned that Area is one of the thing that the coming ASP.NET MVC2 needs heavy enhancements (I also created an Issue in CodePlex). The idea was, Area should have dynamic regis...
ASP.NET Weblogs
Using Ninject with ASP.NET MVC 2
My favorite dependency injector, Ninject, has ascended to v2! I like this framework because it's small and doesn't have a bunch of external dependencies. It does take a little extra work to get it rol...