MVC 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 ArticleClean Code by Robert C.Martin : Exercice in C#
Few weeks ago, I posted about Clean and Meaning code. One of my favorite programming book is “Clean Code – A Handbook of Agile Sofware Craftsmanship” by Robert C.Martin (or “Uncle Bob”). In case you...
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 ArticleMicrosoft BUILD : Windows 8, Visual Studio 11 and ASP.NET MVC4
Last week, Microsoft has presented Windows 8 during the BUILD event,. I will not explain all the new functionalities presented in the event. A lot of people and website have published articles about...
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 ArticleEverything you wanted to know about Unit Testing in .NET
Part One – Questions about Unit Test What is a unit test? In theory … “Unit testing is a method by which individual units of source code are tested to determine if they are fit for use. A unit is the...
View ArticleBook Review : “The Clean Coder” by Robert C. Martin
I love books. And particularly books which talk about my job and one of my favorite activities: Development. In the “Book” section of this blog, you will find some books I really loved. Today, I’d like...
View ArticleChoose the best WCF Binding
A really quick post just to share a MSDN page I found after some research. I see a lot of questions on StackOverflow about what type of WCF binding is the best. Of course there is no quick answer. You...
View ArticleEffectuer une requête Http avec WinRT (Metro)
Depuis début Mars 2012, Windows 8 et Visual Studio 11 sont disponibles en téléchargement gratuit (En version Consumer Preview). C’est l’occasion de tester la nouvelle API de développement pour les...
View ArticleTout savoir (ou presque) sur le Behaviour Driven Development (BDD)
Il y a maintenant plus d’un an, je suis arrivé sur un projet qui, je le pense, a profondément changé ma façon de voir le monde du développement. De nombreuses techniques, liées à l’agilité, m’ont fait...
View Article