ASP.NET MVC 3
Le modèle MVC (Model-View-Controller) est un principe de conception architecturale qui sépare les composants d'une application Web. Cette séparation vous permet de mieux contrôler les parties individuelles de l'application, ce qui facilite les tâches de développement, de modification et de test.
ASP.NET MVC fait partie de l'infrastructure ASP.NET. Le développement d'une application ASP.NET MVC est une alternative au développement de pages Web Forms ASP.NET ; il ne remplace pas le modèle Web Forms.
Vous pouvez obtenir la version la plus récente de l'infrastructure ASP.NET MVC à partir de la page de téléchargement d'ASP.NET MVC. Pour plus d'informations sur les nouveautés de cette version de MVC, consultez ASP.NET MVC 3 sur le site Web ASP.NET.
Notes
Une version antérieure de l'infrastructure MVC (ASP.NET MVC 2) est également disponible.Si vous travaillez avec une application écrite spécialement pour utiliser cette version de l'infrastructure MVC, vous pouvez télécharger ASP.NET MVC 2.
Organigramme des informations relatives à ASP.NET MVC 3
Nous vous suggérons de consulter la documentation dans l'ordre suivant pour en savoir plus sur ASP.NET MVC. Vous pouvez télécharger des exemples de projets complets à partir de la page ASP.NET MVC 3 Code Examples sur le site Web MSDN.
Notes
Des informations supplémentaires sont disponibles dans les articles de blog rédigés par les experts d'ASP.NET MVC.Pour plus d'informations, consultez les Articles de blog sur ASP.NET MVC plus loin dans ce document.
Articles de blog sur ASP.NET MVC 3
Les articles de blog suivants fournissent des informations supplémentaires sur l'utilisation d'ASP.NET MVC 3.
Introducing ASP.NET MVC 3 (Scott Guthrie)
Announcing ASP.NET MVC 3 (Scott Guthrie)
ASP.NET MVC 3 project with the MvcScaffolding package (Steve Sanderson)
How WebMatrix, Razor, ASP.NET Web Pages and MVC fit together (David Ebbo)
Creating an improved ASP.NET MVC 3 Html.ImageActionLink (Tobias Hertkorn)
ASP.NET MVC Diagnostics Using NuGet (Phil Haack)
Granular Request Validation in ASP.NET MVC 3 (Marcin Doboz)
Unobtrusive Client Validation in ASP.NET MVC 3 (Brad Wilson)
Integrating ASP.NET MVC 3 into existing upgraded ASP.NET 4 Web Forms applications (Scott Hanselman)
ASP.NET MVC 3: Using AppFabric Access Control Service to authenticate users (Gunnar Peipman)
ASP.NET MVC 3: New @model keyword in Razor (Scott Guthrie)
Introducing “Razor” – a new view engine for ASP.NET (Scott Guthrie)
MVC FAQ, mis à jour régulièrement (Rick Anderson)
Tips on getting your ASP.NET MVC questions answered quickly (Rick Anderson)
ASP.NET MVC 3 Tutorials (David Hayden)
Partial views in ASP.NET MVC 3 w/the Razor view engine (Rachel Appel)
How data annotations for ASP.NET MVC validation work (Rachel Appel)
Add IE 9 Pinned Sites, Dynamic Jump Lists & Notifications to MVC Razor Views (Rachel Appel)
Use MvcContrib Grid to Display a Grid of Data in ASP.NET MVC (Scott Mitchell)
Compare Attribute in ASP.NET MVC 3 (Suprotim Agarwal)
Create an ASP.NET MVC application with Windsor and NHibernate at the speed of nuget (José F. Romaniello)
The MVC3 special sauce in POP Forums (Jeff Putz)
MVC3 and MEF (Matthew Abbott)
JsonValueProviderFactory in ASP.NET MVC a3 (David Hayden)
Using Razor Pages with WebForms Master Pages (Matt Hawley)
Improved JavaScript Model Binding in ASP.NET MVC 3 (Malcolm Sheridan)
ASP.NET MVC 3: Using WebMail helper to send e-mail (Gunnar Peipman)
SessionLess Controllers in ASP.NET MVC 3 (David Hayden)
Custom Data Annotation Validator Part I : Server Code (K. Scott Allen)
Conditional Validation in ASP.NET MVC 3 (Simon Ince)
View Model versus Domain Entity Validation with MVC (Simon Ince)
Mobile Redirection for Web Applications in ASP.NET MVC (James Hughes)
Search Engine Friendly URLs in ASP.NET MVC Using Dynamic Routing and a SQL Server Database (Lars-Erik Kindblad)
How to Add MVC 3 Project Types to the Azure Cloud Service Wizard(Jason Haley)
Learn how to use Modernizr from the ASP.NET MVC3 Tools Update to store user data via HTML5 localStorage(Justin Schwartzenberger )
Silverlight 4 in an ASP.NET MVC 3 application and accessing data with JSON ((Justin Schwartzenberger )
Vidéos à propos d'ASP.NET MVC 3
Les vidéos suivantes fournissent des informations supplémentaires sur l'utilisation d'ASP.NET MVC 3.
Introduction to ASP.NET MVC 3 (pluralsight)
ASP.NET MVC Controllers (pluralsight)
ASP.NET MVC Razor Views (pluralsight)
Working with Data: Entity Framework (pluralsight)
Working with Data: Validation and Mapping (pluralsight)
JavaScript and Ajax (pluralsight)
Advanced MVC 3 (Brad Wilson)
ASP.NET MVC 3 Roundup of Tutorials, Videos, Labs, and other Assorted Training Materials (Jon Galloway)