ASP.NET MVC 3 and NHibernate Scaffolding

前端 未结 2 556
后悔当初
后悔当初 2021-02-10 06:13

I found this article [http://blog.stevensanderson.com/2011/01/13/scaffold-your-aspnet-mvc-3-project-with-the-mvcscaffolding-package/], which explains how to use MVC Scaffolding

相关标签:
2条回答
  • 2021-02-10 06:55

    I've seen a project, that tried to implement templates for NHibernate and MVC scaffolding, but according to this thread it seems to be closed.

    0 讨论(0)
  • 2021-02-10 07:08

    I think the post on Overriding T4 Templates from the same series should tell you all you need to know to switch to a repository template based on NHibernate. If you end up implementing your own, please post them somewhere :)

    0 讨论(0)
提交回复
热议问题