Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 11 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(4)
尝试一下这个很好的开始
http://www.codeproject.com/KB/architecture/ Three_tier_architecture.aspx
Try this its good to start
http://www.codeproject.com/KB/architecture/three_tier_architecture.aspx
Stackoverflow 是一个 n 层 Web 架构。通常是这样分层完成的:
视图->控制器->服务->持久化
Stackoverflow is an n-tier web architecture. It's usually done in layers like this:
view->controller->services->persistence
如果您使用 .NET,我可以推荐这本书,它对您在分层企业应用程序时可以使用的模式进行了很好的概念性概述
http://www.amazon.co。 uk/Microsoft-NET-Architecting-Applications-PRO-Developer/dp/073562609X/ref=sr_1_1?ie=UTF8&s=books&qid=1291115917&sr=8-1
If you're working in .NET I could recommend this book for a good conceptual overview of pattenrs you could use when layering an enterprise application
http://www.amazon.co.uk/Microsoft-NET-Architecting-Applications-PRO-Developer/dp/073562609X/ref=sr_1_1?ie=UTF8&s=books&qid=1291115917&sr=8-1
亲爱的 pankaj 即将创建一个单例项目,所有代码都集中在一个项目中,因此请查看单例模式
http ://en.wikipedia.org/wiki/Singleton_pattern
如果您想创建一个 3 层项目,请查看这些点
http://www.dotnetspider.com/resources/19462-Tier-Architecture-NET-Sample-Application.aspx
http://dotnetslackers.com/articles/aspnet/3-Tier-Architecture-Examples.aspx
http://social.msdn.microsoft .com/Forums/en/winformsapplications/thread/143f67c0-59fa-4a21-9e6c-d0b51e98d05c
Dear pankaj are are about to create a singleton project which all you code in one so please have a look at singleton pattern
http://en.wikipedia.org/wiki/Singleton_pattern
and if you want to create a 3 tier project please have a look at these point
http://www.dotnetspider.com/resources/19462-Tier-Architecture-NET-Sample-Application.aspx
http://dotnetslackers.com/articles/aspnet/3-Tier-Architecture-Examples.aspx
http://social.msdn.microsoft.com/Forums/en/winformsapplications/thread/143f67c0-59fa-4a21-9e6c-d0b51e98d05c