ITPUB论坛 » 开发工具和语言 » .NET软件架构与模式 » 求用VB.NET开发两曾和三层应用程序的详细解说
新一届的微软MVP评选已经开始,欢迎各位推荐!
2008-7-3 11:05 congruilan
求用VB.NET开发两曾和三层应用程序的详细解说

[b][size=4]正在了解C/S两层模式和三层模式架构,不很明白其中所用到的技术,以及如何在实际环境中加架设这两种架构,最好用VB.NET+SQL2000,如果分不够可以再加,谢谢先.[/size][/b]

2008-7-3 11:05 gangyaocn
选择最佳答案即可,你不给我就被系统贪污了。:)

2008-7-3 11:43 gangyaocn
你这个问题3言2语怎么说的清楚啊,老大.建议你先弄本书或到微软的网站了解一下.至于系统架构的设计和语言无关(当然实现要用某种特定的语言).3-tier架构可以参考微软petshop的实现(google下)。还有一篇文档可以了解下。

[url]http://msdn.microsoft.com/en-us/library/ms973279.aspx[/url]

2008-7-3 18:29 congruilan
回复 #2 gangyaocn 的帖子

老大你能不能说个大概也可以啊,这样我理解也快.

2008-7-3 23:18 gangyaocn
学习微软的企业解决方案的构建模式,中文的,了解一下先.其实3-Tier就是多了中间业务逻辑层,将系统多变的复杂业务逻辑部分抽取出来而已.中间层微软推荐两种web services和Remoting实现.


自己学习吧,呵呵.这些都是概念性的东西.最好结合例子学习

[url]http://msdn.microsoft.com/zh-cn/library/ms998494.aspx[/url]
[url]http://blog.chinaunix.net/u/15472/showart_84863.html[/url]

2008-7-4 08:14 congruilan
回复 #4 gangyaocn 的帖子

谢谢苹果老大,我先好好看看,
分已给.

老大还能不能给两个例子让我可以参考一下,
我会继续加分,尽管我的分也不多.呵呵.

2008-7-4 08:26 congruilan
[quote]原帖由 [i]gangyaocn[/i] 于 2008-7-3 23:18 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=10848240&ptid=1015858][img]http://www.itpub.net/images/common/back.gif[/img][/url]

自己学习吧,呵呵.这些都是概念性的东西.最好结合[color=Red]例子[/color]学习

[url]http://msdn.microsoft.com/zh-cn/library/ms998494.aspx[/url]
[url]http://blog.chinaunix.net/u/15472/showart_84863.html[/url] [/quote]

老大能否给两个典型的例子予我实际体会一番.
不情之请,继续加分

[[i] 本帖最后由 congruilan 于 2008-7-4 08:28 编辑 [/i]]

2008-7-4 11:19 gangyaocn
[quote]原帖由 [i]congruilan[/i] 于 2008-7-4 08:14 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=10849129&ptid=1015858][img]http://www.itpub.net/images/common/back.gif[/img][/url]
谢谢苹果老大,我先好好看看,
分已给.

老大还能不能给两个例子让我可以参考一下,
我会继续加分,尽管我的分也不多.呵呵. [/quote]

不用给分,呵呵

2008-7-4 11:23 gangyaocn
petshop 微软提供的,不过是c#写的。

[url]http://www.cnblogs.com/star250/archive/2008/06/22/1227657.html[/url]
网上分析这个例子的资料很多,可以作为一个入门的案例学习。

2008-7-4 14:01 congruilan
回复 #8 gangyaocn 的帖子

继续学习,谢谢

2008-7-4 14:42 congruilan
[quote]原帖由 [i]gangyaocn[/i] 于 2008-7-4 11:19 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=10852147&ptid=1015858][img]http://www.itpub.net/images/common/back.gif[/img][/url]


不用给分,呵呵 [/quote]


[size=4]分怎么给不出啊,呵呵,都不会操作这东西了,
再试试[/size]

2008-7-5 07:59 congruilan
[quote]原帖由 [i]gangyaocn[/i] 于 2008-7-3 11:05 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=10855535&ptid=1015858][img]http://www.itpub.net/images/common/back.gif[/img][/url]
选择最佳答案即可,你不给我就被系统贪污了。:) [/quote]


一早过来,终于把分送出去了,系统有时不正常,呵呵.

2008-7-5 12:39 ryq0000
这个不难.

2008-7-5 15:20 gangyaocn
[quote]原帖由 [i]congruilan[/i] 于 2008-7-5 07:59 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=10862018&ptid=1015858][img]http://www.itpub.net/images/common/back.gif[/img][/url]



一早过来,终于把分送出去了,系统有时不正常,呵呵. [/quote]
谢谢啊:)

2008-7-7 14:05 congruilan
[quote]原帖由 [i]ryq0000[/i] 于 2008-7-5 12:39 发表 [url=http://www.itpub.net/redirect.php?goto=findpost&pid=10864258&ptid=1015858][img]http://www.itpub.net/images/common/back.gif[/img][/url]
这个不难. [/quote]
求用VB.NET开发两曾和三层应用程序的详细解说

大庆有什么好的资料没,
分照样另外给你,

2008-7-8 15:50 stone0823
Many thanks to 大紅蘋果

页: [1]


Powered by ITPUB论坛