企业设计模式在线学习资源
有许多资源/教程/示例可用于 OO 设计模式(例如 GoF)。是否有任何类似的在线资源/教程/示例可用于企业设计模式。 我浏览了 Martin Fowler 的网站,但它不适合初学者。 (不过,我计划购买 Martin Fowler 的有关企业模式的书。) 作为快速入门,您可以推荐一些在线资源。具体来说,我正在寻找 WCF RIA 服务中使用的模式。
谢谢。
There are numerous resources/tutorials/samples available for OO design patterns like GoF. Are there any similar resources/tutorials/samples available online for enterprise design patterns.
I went through Martin Fowler's website but it is not for the beginnners. (Though, I am planning to buy Martin Fowler's book on Enterprise patterns.)
As a quick start can you suggest some of the online resources. Specifically I am looking for patterns used in WCF RIA services.
Thank you.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
企业库可能对您有用。它是一组开源的企业构建块:
http://entlib.codeplex.com/
或者您可以购买这个,设计模式框架 4:http://www.dofactory.com/Framework/Framework。 aspx
“针对 .NET 4.0 架构师使用设计模式构建应用程序的简单易懂的指南。”
两者我都觉得非常有用。后一个链接对初学者更友好。我还建议购买“Head First Design Patterns”一书,因为它将补充设计模式框架的材料(并且是最有影响力的编程书籍之一 每个程序员都应该阅读的最具影响力的书是什么?)
Enterprise library might be useful for you. It's an open source set of enterprise building blocks:
http://entlib.codeplex.com/
Or you can buy this, Design Pattern Framework 4: http://www.dofactory.com/Framework/Framework.aspx
"An easy-to-follow guide for .NET 4.0 architects building applications with Design Patterns."
Both I find very useful. The latter link is more beginner friendly. I also recommend buying the book "Head First Design Patterns", because that will complement the material of the Design Pattern Framework (and is one of the most influential programming books What is the single most influential book every programmer should read?)
我知道这已经过时了,但我确实在 MSDN 上写了一篇 文章这个话题。在其中,我讨论了如何在利用 RIA 服务的同时发展您的应用程序以支持更高级的模式。
I know this is old, but I did write an article for MSDN on this very topic. In it, I discuss how to evolve your application to support more advance patterns while leveraging RIA Services.