Skip to content

Righthand Blog

About .NET/C#, Xamarin, Flutter and other fun technologies

  • Righthand Dataset Debugger Visualizer
ASP.Net / CodeSmith / Visual Studio

Making JSON data strong typed with TypeScript and CodeSmith

Posted on: April 3, 2013March 29, 2020

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

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

Posted on: October 2, 2009March 29, 2020

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

Strong typing views in ASP.NET MVC

Posted on: April 18, 2009March 29, 2020

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 […]

Niche Blog by Fahim Murshed