Quantcast
Channel: Righthand's blog - CodeSmith
Browsing all 3 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

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 SomeAction() { ... return...

View Article



The slides and code from my “Making asp.net mvc applications strong typed”...

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 by using its free DXCore...

View Article

Image may be NSFW.
Clik here to view.

Making JSON data strong typed with TypeScript and CodeSmith

The situationImagine 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 say there is an ASP.NET MVC application...

View Article
Browsing all 3 articles
Browse latest View live


Latest Images