ASP.NET MVC 3模型绑定资源绑定、模型、资源、ASP

2023-09-02 01:32:58 作者:一輩子那都是骗傻子的

我要寻找它描述得很透彻了良好的资源如何模型绑定适用于ASP.NET MVC 3(或在较小程度上,MVC 2)和不同的方法。我一直没能找到有关此主题的任何好的资源,除了星星点点那里。网上的信息更多的是关于如何做X不是解释模型的内部是如何结合的工作。任何建议?书的建议都很好,以及。

I am looking for a good resource that describes very thoroughly how model binding works with ASP.NET MVC 3 (or to a lesser extent, MVC 2) and different approaches. I have not been able to find any good resources on this topic, except bits and pieces there. The information on the net is more about "how to do X" than explaining how the internals of model binding work. Any recommendations? Book recommendations are fine as well.

推荐答案

请看下图:

ASP.NET MVC模型绑定 - 第1部分和第2部分

ASP.NET MVC Model Binding - Part1 and Part2

http://www.$c$cproject.com/KB/aspnet/AspNetMVCModelBinding.aspx

http://www.$c$cproject.com/KB/aspnet/AspNetMVCModelBinding2.aspx

6提示ASP.NET MVC模型绑定

6 Tips for ASP.NET MVC Model Binding

http://odeto$c$c.com/blogs/scott/archive/2009/04/27/6-tips-for-asp-net-mvc-model-binding.aspx

自定义模型绑定的MVC 3与IModelBinder

Custom Model Binders in MVC 3 with IModelBinder

http://buildstarted.com/2010/09/12/custom-model-binders-in-mvc-3-with-imodelbinder/