mvccontrib
MVC + Repository Pattern - Still depends on Data Model?
I\'ve started a project for school in which I am using ASP.NET MVC 2 + LINQ2SQL, and a business layer so my UI doesnt interact with the DB directly. My question is this:[详细]
2022-12-28 11:24 分类:问答who's faster mvc2's Templated Helpers or mvccontrib's Input Builders
anybody knows开发者_如何学运维 which ones works faster ?The Embedded Resources of the Input Builders are servered through the WebFormView engine.When your application is set to debug=false in your web[详细]
2022-12-28 09:35 分类:问答ASP.NET MVC Futures 2 and MVCContrib 2 in the same web app / project
I have referenced both Microsoft.Web.Mvc.dll (MVC Futures 2) and MVCContrib.dll (from MVC Contrib 2), both current releases from Codeplex and I have a problem with strongly-typed RedirecToAction<>([详细]
2022-12-26 09:09 分类:问答MVC Portable Areas not working with Typed views
When using MvcContrib Portable Areas I can\'t get the strongly typed views to work. I get the error message[详细]
2022-12-26 00:47 分类:问答How is other content besides views handled with PortableAreas from the MVCContrib library?
I have seen blog entries like ASP.Net MVC Portable Areas - Part 2 that indicate that the build action for views mu开发者_StackOverflow社区st be set to Embedded Resource.[详细]
2022-12-25 23:03 分类:问答is there a difference between HttpPost AcceptPost and PostOnly attributes from mvc2 and mvccontrib
is there a difference between Htt开发者_运维知识库pPost from mvc2 and AcceptPost, PostOnly attributes frommvccontrib ?AcceptPost was implemented as HttpPost in mvc 2, and was thus removed from MVCCont[详细]
2022-12-25 09:56 分类:问答MvcContrib.CommandProcessor.RulesEngine tutorial(s)
I am studyin开发者_运维问答g the CodeCampServer. I am confused about the ASP.NET MvcContrib.CommandProcessor.RulesEngine.[详细]
2022-12-23 19:58 分类:问答How do I retrieve row ID from an MVCContrib HTML Grid?
I currently have a product view page that contains an MVCContribHTML Grid with a select link at the beginning of each row. If the select link is clicked, it takes 开发者_开发技巧me to a different page[详细]
2022-12-23 18:02 分类:问答Asp.net MVC 2, MvcContrib, and a base controller with redirect actions
I\'ve got a base controller that takes a couple generics, nothing overly fancy. public class SystemBaseController<TForm, TFormViewModel> : Controller[详细]
2022-12-23 11:33 分类:问答Is MVC Contrib Grid part of Asp.Net MVC 2.0?
Is it part of Asp.Net MVC 2.0. If not then开发者_JAVA百科 does Asp.Net MVC 2.0 ship with in built GridView support?You could use a jQuery grid with MVC .[详细]
2022-12-22 17:12 分类:问答