ASP.NET MVC 3 – How to use EditorTemplates
There are a lot of fabulous functionalities in ASP.NET MVC. One of my favorite is the EditorTemplates. With these templates, it is possible to say “Okay, I’m gonna make an html template for this type...
View ArticleMVC 3 and Extension method : How to bind an Enum to a DropDownList
ASP.NET MVC 3 is delivered with a lot of « Helpers ». These methods help the developer to improve his productivity and the quality of his Html code. If you don’t know yet the MVC Html Helper, you can...
View ArticleMVC 3 – Organize your partial views
MVC 3 is amazing. I love how it’s working and how developpers are able to enhance its behavior. When you’re building an ASP.NET MVC3 project, you work with views. To organize and share view’s part, you...
View ArticleASP.NET MVC4 : Create a Mobile Application
If you’re not using (yet) ASP.NET MVC4 (Preview), please read this post and install MVC4. In this post, I will show you three new functionalities brought by MVC4 for mobile websites. The mobile...
View Article