S#arp Architecture

馋奶兔 提交于 2019-12-09 12:53:44

问题


Can someone share their experiences with s#arp architecture. we have decided to follow mvp pattern for the project. Is this okay to go with it ? The size of the project is medium. we are going to follow the tdd and ddd.

Can anybody explain how to use this architecture means explain about the layers. we don't have enough time to go through with entire documentation. if anybody expalin particle with small example in short.

please help me out!!!

Thanks, Milind


回答1:


The S#arp Architecture combines ASP.NET MVC with other frameworks and tools like

  • NHibernate 2.0.1
  • NHibernate.Validator
  • Fluent NHibernate and
  • Castle Windsor (IoC).

It also makes use of the T4 templating engine of Visual Studio to create view scaffolds. So you could also ask yourself whether you would like to use these tools, libraries and frameworks in your project.

Frankly, if you don't have the time to read the S#arp documentation, then building a project on top of it is probably not a good idea. One could also say the S#arp arch doesn't hide the complexity of each of the above library and framework from you, so you have to be prepared to look into each of these as well.

The S#arp documentation and the enclosing sample app explains the purpose and structure of the different layers quite well.




回答2:


The S#arp Architecture project home page links to an active discussion group. I suggest you browse the group messages and ask any questions you have there.




回答3:


S#arp Architecture is a neat combination of some other neat tools, but you really need to take the time to go through the documentation and some examples. The time you spend reading and learning is a lot less than the time you'll spend refactoring and bug-fixing if you don't study.



来源:https://stackoverflow.com/questions/792733/sarp-architecture

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!