佳文推荐:25个优秀的 ASP.NET MVC教程及文章
上一篇 / 下一篇 2009-09-10 07:02:00 / 精华(3) / 置顶(3) / 个人分类:ASP.NET MVC
/ /
佳文推荐:25个优秀的 ASP.NET 教程及文章
推荐 朱先忠
This is official learning site about Microsoft ASP.NET MVC. Here you can find lots of tutorials and videos that will help you to learn ASP.NET MVC.
Script. and CSS Management in ASP.NET MVCKazi Manzur Rashid posts an article consisting of two parts in which he tells about script. and CSS mangement in ASP.NET MVC . Her you can read thefirstandsecondpart.
Free ASP.NET MVC NerdDinner Tutorial Now in HTMLScott Guthrie published a PDF and HTML Versions of NerdDinner tutorial which covers all basic concepts of this technology and demonstrates how to build ready ASP.NET MVC applications.
Upgrading the default ASP.NET MVC project with IoC and the Unity Controller FactoryKevin Hoffman tells about using the IoC and Unity Controller Factory in ASP.NET MVC projects.
Setting up a minimal ASP.NET MVC project in Visual StudioIn this post Michiel van Oosterhout will walk through the required steps to create a project that contains the minimal amount of configuration and code to get ASP.NET MVC running. In the course of this post you will get a better understanding of Routing and the MVC framework.
File Uploads in ASP.NET MVCJustin Etheradge tells about handling files uploads in ASP.NET MVC.
Integrating and ASP.NET MVCIn this article Tim Heuers shows how to integrate Silverlight with ASP.NET MVC projects.
Scripting ASP.NET MVC Views Stored In The DatabaseAn interesting two-part(First part,Second part) article about optimizing URLS in ASP.NET MVC.
ASP.NET MVC Best PracticesIn this series of articles Kazi Mansur shares some of the best practices/guideline in developing ASP.NET MVC applications
13 ASP.NET MVC extensibility points you have to knowOne of the main design principles ASP.NET MVC has been designed with is extensibility. Everything (or most of) in the processing pipeline is replaceable so, if you dont like the conventions (or lack of them) that ASP.NET MVC uses, you can create your own services to support your conventions and inject them into the main pipeline. This post shows 13 extensibility points that every ASP.NET MVC developer should know, starting from the beginning of the pipeline and going forward till the rendering of the view.
5 Blogs ASP.NET MVC Developers Should Be FollowingA list of blogs about ASP.NET MVC.
Walkthrough: full example of using MvcContrib grid with datatableIn this post Steve Sanderson explain what Lightweight Test Automation Framework does and how you can use it with ASP.NET MVC.
Free Chapter of Beginning ASP.NET MVC 1.0 - Testing ASP.NET MVC ApplicationsSimone Chiaretta announces the availability of chapter 9 of Wrox Beginning ASP.NET MVC 1.0 book about Testing ASP.NET MVC Applications and shares some good news about the release date of the book.
Modifying the default unit tests for an ASP.NET MVC project to use MoqOne more interesting article from Kevin Hoffman about using the Moq test in ASP.NET MVC projects.
ASP.NET MVC and jQueryUsing jQuery Grid With ASP.NET MVCPhil Haack shows how usejQuery grid element with ASP.NET MVC.
Editing in jqGrid with ASP.NET MVCEric Schoneveld continues previous tutorial AND shows how toad editing abiolity to jQuery grid.
Asp.Net MVC + jQuery == trueAnother tutorial about using the jQuery in ASP.NET projects from Andreas Ohlund.
ASP.NET MVC Tip: Turn on compile-time View CheckingThis article shows how to enable compile-time View checking for ASP.NET MVC projects.
Creating A Tabbed Menu Control For ASP.NET MVCA simple tutorial about creating tabbed menu in ASP.NET MVC applications.
ASP.net MVC and JQuery Cascading Dropdown listImagine that you have an E-Commerce site and you would like the user to drill down into the attributes of a product to help the user find exactly what they need. You display a dropdown list of product colors. Each time a user selects a new color, a dropdown list displaying products available in that color is populated. In this demo, I've created a small application demonstrating on how to use ASP.net MVC 1.0 framework and JQuery to complete the task.
jQuery Search box and Asp.net MVC
热门源码