使用 ASP.NET MVC 2、StructureMap、Fluent NHibernate 和 PostgreSQL
我在一个新的网络应用程序中使用上述组合只是为了尝试学习构建新的东西来扩展我的知识。如果我做得好,我希望能够上线。我对 MVC 和其他产品还算陌生,所以我试图找到一个将所有这些内容组合在一起的好教程的链接。如果有人知道其中一个或两个将其中三个设置在一起,我将不胜感激..谢谢!
I am using the above combo in a new web app Im doing just to try to learn to build new stuff to expand my knowledge. Im hoping to go live if I do a good job.. Im kind of new at MVC and the other products so I was trying to find a link to a good tutorial that set all of these up together. If anyone knows of one or maybe 2 that set up 3 of them together I would appreciate it.. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
CodeCampServer (http://codecampserver.codeplex.com/) 使用 ASP.Net MVC 2、Structuremap 和流畅地使用 NHibernate。对于 PostgreSQL,除了配置设置之外,Fluent NHibernate 不应该有任何特殊的东西,因此任何好的 PostgreSQL 入门指南都应该可以满足您的需要。
The CodeCampServer (http://codecampserver.codeplex.com/) uses ASP.Net MVC 2, Structuremap and Fluent NHibernate together. For PostgreSQL there shouldn't be anything special for Fluent NHibernate aside from the configuration settings, so any good PostgreSQL getting started guide should do you just fine.