S#arp Architecture

允我心安 提交于 2019-12-03 16:07:19

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

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.

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.

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.

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