The situation Imagine a scenario where you have a JSON service that returns data and you’d like to have it strongly typed on javascript powered client side. Let’s […]
.net / asp.net mvc / CodeRush / CodeSmith / DXCore / DXCore plugin / Presentation / Visual Studio / VS 2008
Posted on:
The slides and code from my “Making asp.net mvc applications strong typed” presentation
Yesterday I held a presentation (as the part of Bleeding Edge 2009 conference) on how to make ASP.NET MVC applications strong typed by using CodeSmith and CodeRush (actually […]
.net 3.5 / asp.net mvc / CodeSmith
Posted on:
Strong typing views in ASP.NET MVC
Did you ever wonder why do you have to write code like: public ActionResult SomeAction() { … return View("SomeView", model); } instead of this beauty: public ActionResult […]