Browse by Tags

All Tags » STRONGLY TYPED MVC HELPERS (RSS)

Fluent Html Helpers In Asp.Net MVC by SeanMcAlinden

I’ve been spending a fair amount of time recently developing client side controls for use with the Asp.Net MVC framework and have realised that they are great place to make use of the fluent interface pattern. Now I realise that a lot of people shy away...

ASP.Net MVC Embedded Resource Helper Class by SeanMcAlinden

Getting embedded resources such as JavaScript, CSS and image files is a little bit more difficult when using the ASP.Net MVC framework as most of the useful methods for this will not work. The only reliable way I have found it to invoke the GetWebResourceUrlInternal...

Strongly Typed ASP.Net MVC Helpers by SeanMcAlinden

I've put together a short tutorial on creating ASP.Net MVC Helper Controls that use lambda expressions to strongly type the model, property and value parameters. Although the ASP.Net MVC helpers are really useful, the one major drawback for me is having...
More Posts