关键词 mvc - 网页 (67 条记录)
Introduction to Dependency Injection Using StructureMap
|
| Dependency injection is a process of supplying an external dependency to a component. In this article we will learn how to use StructureMap as our dependency injection container. |
| 关键词: asp.net mvc asp.net mvc Dependency Injection StructureMap |
| http://www.highoncoding.com/Articles/656_Introduction_to_Dependency_Injection_Using_StructureMap.aspx - 摘要 |
HighOnCoding: Get high on ASP.NET articles, videos, podcasts and more!
|
| everal months ago I wrote a multiple choice exam application using the WebForms framework. The idea revolved around displaying questions and choices to the user and giving them the ability to select the correct answer. |
| 关键词: asp.net mvc asp.net mvc framework |
| http://highoncoding.com/Articles/645_Creating_Multiple_Choice_Exam_Application_Using_ASP_NET_MVC_Framework.aspx - 摘要 |
Sparse Thoughts on ASP.NET MVC Controllers
|
| In this article, Dino Esposito focuses on the core part of the ASP.NET MVC framework - the controller - and shares some considerations about the ideal structure it should have as a class and its intended role. |
| 关键词: asp.net mvc controller structure class action extension |
| http://dotnetslackers.com/articles/aspnet/Sparse-Thoughts-on-ASP-NET-MVC-Controllers.aspx - 摘要 |
CRUD operations with ASP.NET MVC
|
| Lately I have been trying to use ASP.NET MVC on new web projects. One main reason is just to get familiar with it and understand it as I understand ASP.NET web forms. |
| 关键词: Ricardo D Sanchez business blog technology blog software blog startup entrepreneur .net developer software programmer software architect mvc asp.net asp.net mvc |
| http://ricardodsanchez.com/archive/2009/10/20/crud-operations-with-asp.net-mvc.aspx - 摘要 |
[VS2010] ASP.NET MVC with Action Filters - 流星的隨筆記事~☆- 點部落
|
| 什麼是Action Filters呢?action filter是一種屬性,能夠讓你在執行特定的Controller Action或是Controller內所有的Action之前,先去執行一些必要的步驟。例如:發表文章前必需檢查登入狀態。 |
| 关键词: vs2010 asp.net mvc asp.net mvc action filters |
| http://www.dotblogs.com.tw/alonstar/archive/2010/01/19/13100.aspx - 摘要 |
Injecting Dependencies into an IAuthorizationFilter in ASP.NET MVC Framework - Custom ControllerActionInvoker
|
| I received a number of questions regarding how to inject the IAuthorizationService into the CustomAuthorizeAttribute I mentioned in the previous post: Custom Authorization in the ASP.NET MVC Framework and Authorize Attribute |
| 关键词: Injecting Dependencies IAuthorizationFilter ASP.NET MVC |
| http://davidhayden.com/blog/dave/archive/2009/04/10/InjectingDependenciesIAuthorizationFilterCustomControllerActionInvoker.aspx - 摘要 |
asp.net mvc 流程初探 - 学海无涯 - 博客园
|
| 在知道asp.net mvc 流程之前,必须知道完整的http请求在asp.net framework中的处理流程: HttpRequest-->inetinfo.exe->ASPNET_ISAPI.DLL-->Http Pipeline-->ASPNET_WP.EXE-->HttpRuntime-->HttpApplication Factory-->HttpApplication-->HttpModule--> |
| 关键词: asp.net mvc 流程初探 |
| http://www.cnblogs.com/laiwen/archive/2009/03/04/1402862.html - 摘要 |
【翻译】ASP.NET MVC中你必须知道的13个扩展点 - 麒麟.NET - 博客园
|
| ScottGu在其最新的博文中推荐了Simone Chiaretta的文章13 ASP.NET MVC extensibility points you have to know,该文章为我们简单介绍了ASP.NET MVC中的13个扩展点。Keyvan Nayyeri(与Simone合著了Beginning ASP.NET MVC 1.0一书)又陆续发表了一些文章,对这13个扩展点分别进行深入的讨论。我将在以后的随笔中对这些文章逐一进行翻译,希望能对大家有所帮助。 |
| 关键词: ASP.NET MVC ASP.NET MVC 13 扩展 |
| http://www.cnblogs.com/kirinboy/archive/2009/06/01/13-asp-net-mvc-extensibility-points-you-have-to-know.html - 摘要 |
ASP.NET MVC扩展之IControllerFactory和IActionInvoker - Dean Coates ::: Dean.Net - 博客园
|
| 本文从IControllerFactory和IActionInvoker角度对ASP.NET MVC进行扩展。 |
| 关键词: ASP.NET MVC 扩展 IControllerFactory IActionInvoker Asp.Net MVC |
| http://www.cnblogs.com/deanme/archive/2009/06/26/1511544.html - 摘要 |
ASP.NET MVC Domain Routing
|
| Ever since the release of ASP.NET MVC and its routing engine (System.Web.Routing), Microsoft has been trying to convince us that you have full control over your URL and routing. |
| 关键词: asp.net mvc asp.net mvc routing Domain |
| http://blog.maartenballiauw.be/post/2009/05/20/ASPNET-MVC-Domain-Routing.aspx - 摘要 |

