2010
Architecture Guide: ASP.NET MVC + N-tier + Entity Framework and Many More
by ms_michelUn article très complet qui explique comment architecturer une petite application de gestion de documents en ASP.NET MVC
Tekpub MVC 2.0 Starter Site
by ms_michelUn projet "tout prêt" pour démarrer une application ASP.NET MVC 2 dans les meilleures conditions possibles, complété par une formation gratuite de 80 minutes sur TekPub.
Cargo Booking Application en ASP.NET MVC
by ms_michelThomas Jaskula se lance dans le portage sous .NET de l'application Java "Cargo Booking Application" pour montrer ce qui est important à prendre en compte pour appliquer de bonnes pratiques de développement et obtenir une application capable de répondre aux exigences attendues.
MSDN Magazine Digital Downloads
by ms_michelLes archives des revues MSDN Magazine téléchargeables au format PDF depuis janvier 2003.
2009
12 ASP.NET MVC Best Practices
by ms_michelSimone Chiaretta (un des deux auteur de Beginning ASP.NET MVC) nous propose ce qu'il considère comme de bonnes pratiques pour développer des applications MVC.
Design Patterns en C#
by ms_michelUne série d'articles sur l'utilisation de différents modèles de conception en C#
MSDN Magazine: Design Patterns
by ms_michelLa table des matières de tous les articles consacrés aux modèles de développement logiciels dans MSDN Magazine
Stack Overflow Inspired Knowledge Exchange
by ms_michel (via)Une série d'articles pour expliquer comment créer une application inspirée de StackOverflow.
Is WebForms the VisiCalc of Web Development?
by ms_michelLes WebForms ont été créées pour permettre aux développeurs WinForms d'évoluer et de passer au développement web sans avoir à repartir de zéro. Huit ou dix ans après, il est temps de viser plus haut.
What is Unit Testing?
by ms_michelUn article qui explique ce que sont les tests unitaires et pourquoi il faut les utiliser.
Pex - Automated White box Testing for .NET
by ms_michel (via)Pex finds interesting input-output values of your methods, which you can save as a small test suite with high code coverage. Pex performs a systematic analysis, hunting for boundary conditions, exceptions and assertion failures, which you can debug right away.
La signature électronique avec .Net
by ms_michelCe tutoriel a pour but d'expliquer le principe de la signature électronique et comment mettre en place la signature XML à l'aide des fonctionnalités du .NET Framework.
2007
MonoDevelop 1.0 Beta
by ms_michel (via)MonoDevelop 1.0 Beta 1 (0.16) has been released. MonoDevelop is a GNOME IDE primarily designed for C# and other .NET languages.
ELMAH (Error Logging Modules and Handlers)
by ms_michelAn application-wide error logging that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.
2006
Free Download: MSDN Library May 2006 Edition
by ms_michel & 1 other (via)For the first time, we're making the MSDN Library freely available for download from Microsoft Downloads. Previously, the Library was only available for download to MSDN subscribers. The current download is the May 2006 Edition and future editions will also be available when we release them.
MSDN – Centre de développement Web
by srcmax & 3 othersJe te propose de découvrir ASP .NET 2.0, c'est trop cool !
2005
Setting up an ASP.NET Website Development environment using Visual Studio .NET, Subversion and Windows XP
by ms_michel (via)The aim of this ebook is to give a developer a complete set of steps that will allow them to setup their own isolated development environment for developing websites with ASP.Net. This environment includes the ability to debug web applications locally, source control integration and publishing to a development server.