使用OO构建Web应用程序 [英] Building a web application with OO

查看:79
本文介绍了使用OO构建Web应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在研究使用Object

Oriented技术构建Web应用程序。我在

MSDN网站上找到了优秀的模式部分,但除此之外我找不到任何好的,具体的例子。我知道微软真的推动了.NET框架和C#的OO,但对于

web东西,我发现很好的例子稀疏。任何人都可以提供一些链接到

文章,白皮书,网站等,可能会很好地概述构建基于OO的Web应用程序所涉及的

技术?我在ASP.NET上看了

,但除了以数据为中心的Web应用程序之外什么也没找到,其中

不是我想要的。


谢谢


尼克。

I am doing some research into building web applications using Object
Oriented techniques. I have found the excellent patterns section on the
MSDN site, but other than that I cannot find any good, concrete examples. I
know Microsoft are really pushing OO with the .NET Framework and C#, but for
web stuff I am finding good examples sparse. Can anyone offer some links to
articles, whitepapers, sites etc that maybe give a good overview of the
techniques involved with building an OO based web application? I have looked
on ASP.NET but found nothing other than data-centric web applications, which
isnt what I want.

Thanks

Nick.

推荐答案

.NET框架本身非常OO。你可以在面向对象的方式中使用它,包括继承许多类和方法。例如:
http://msdn.microsoft.com/library/de...bjectmodel.asp

同样适用于ASP的整个对象模型.NET:
http://msdn.microsoft.com/library/de...mberstopic.asp


每个页面都是一个使用的类以非常面向对象的方式:
http://msdn.microsoft.com/library/de...bjectmodel.asp


-

我希望这会有所帮助,

Steve C. Orr,MCSD,MVP
http://Steve.Orr.net

雇用top-notc h开发人员参加 http://www.able-consulting.com



" Nick" < FR ** @ here.there>在消息中写道

新闻:%2 **************** @ TK2MSFTNGP10.phx.gbl ...
The .NET framework itself is very OO. You can use it in object oriented
ways, including inheriting from many of the classes & such:
http://msdn.microsoft.com/library/de...bjectmodel.asp

Ditto for the whole object model of ASP.NET:
http://msdn.microsoft.com/library/de...mberstopic.asp

And every page is a class that is used in very object oriented ways:
http://msdn.microsoft.com/library/de...bjectmodel.asp

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://Steve.Orr.net
Hire top-notch developers at http://www.able-consulting.com


"Nick" <fr**@here.there> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
我是使用面向对象技术对构建Web应用程序进行一些研究。我在MSDN网站上找到了优秀的模式部分,但除此之外我找不到任何好的,具体的例子。
我知道微软真的推动了.NET框架和C#的OO,但是对于网络资源来说,我发现了很好的例子。任何人都可以提供一些链接
到文章,白皮书,网站等,可能会很好地概述构建基于OO的Web应用程序所涉及的技术?我在ASP.NET上看了
,但除了以数据为中心的Web应用程序之外什么也没找到,
这不是我想要的。

谢谢

尼克。
I am doing some research into building web applications using Object
Oriented techniques. I have found the excellent patterns section on the
MSDN site, but other than that I cannot find any good, concrete examples. I know Microsoft are really pushing OO with the .NET Framework and C#, but for web stuff I am finding good examples sparse. Can anyone offer some links to articles, whitepapers, sites etc that maybe give a good overview of the
techniques involved with building an OO based web application? I have looked on ASP.NET but found nothing other than data-centric web applications, which isnt what I want.

Thanks

Nick.



我使用的VB.NET现在真的是OO,性能和C#一样好。


最好的例子在这里:


非常基本
http://www.asp101.com


更高级
http://aspnet.4guysfromrolla.com/

-Max

" Nick" ; < FR ** @ here.there>写了
I use VB.NET which is truely OO now and performs just as well as C#.

Best examples are here:

Very basic
http://www.asp101.com

More advanced
http://aspnet.4guysfromrolla.com/

-Max
"Nick" <fr**@here.there> wrote
我正在研究使用Object
Oriented技术构建Web应用程序。我在MSDN网站上找到了优秀的模式部分,但除此之外我找不到任何好的,具体的例子。
I am doing some research into building web applications using Object
Oriented techniques. I have found the excellent patterns section on the
MSDN site, but other than that I cannot find any good, concrete examples.






I


我认为你应该回去学习.NET Framework。查看

..NET Framework基类库。 .NET完全是关于OO的,所以找到OO的地方并不是什么问题,而是理解整个

架构。例如,网页本身是可编程的,b $ b b的可继承对象。

" Nick" < FR ** @ here.there>在消息中写道

新闻:%2 **************** @ TK2MSFTNGP10.phx.gbl ...
I think you should go back and learn about the .NET Framework. Look at the
..NET Framework Base Class Libraries. .NET is all about OO, so it''s not a
matter of finding where OO is used, it''s a matter of understanding the whole
architecture. For example, the web page itself is a programmable,
inheritable object.
"Nick" <fr**@here.there> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
我是使用面向对象技术对构建Web应用程序进行一些研究。我在MSDN网站上找到了优秀的模式部分,但除此之外我找不到任何好的,具体的例子。
我知道微软真的推动了.NET框架和C#的OO,但是对于网络资源来说,我发现了很好的例子。任何人都可以提供一些链接
到文章,白皮书,网站等,可能会很好地概述构建基于OO的Web应用程序所涉及的技术?我在ASP.NET上看了
,但除了以数据为中心的Web应用程序之外什么也没找到,
这不是我想要的。

谢谢

尼克。
I am doing some research into building web applications using Object
Oriented techniques. I have found the excellent patterns section on the
MSDN site, but other than that I cannot find any good, concrete examples. I know Microsoft are really pushing OO with the .NET Framework and C#, but for web stuff I am finding good examples sparse. Can anyone offer some links to articles, whitepapers, sites etc that maybe give a good overview of the
techniques involved with building an OO based web application? I have looked on ASP.NET but found nothing other than data-centric web applications, which isnt what I want.

Thanks

Nick.



这篇关于使用OO构建Web应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆