473,322 Members | 1,401 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

Class Diagram

A.M
Hi,

I am looking for a Diagram that visually shows how
System.Web.HttpApplication class contains System.Web.UI.Page classes and how
they interact together. I am trying to underestand the class architecture of
ASP.NET.

Can anybody refer me to a link or resource related to that ?

Any help would be apprecited,
Ali


Nov 18 '05 #1
5 2092
Hi,

these articles will tell these things to you:

ASP.NET Http Runtime
http://msdn.microsoft.com/asp.net/de...ttpruntime.asp

Page lifecycle
http://msdn.microsoft.com/asp.net/de...bjectmodel.asp
--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist

"A.M" <IH*******@sapm123.com> wrote in message
news:ub***************@TK2MSFTNGP11.phx.gbl...
Hi,

I am looking for a Diagram that visually shows how
System.Web.HttpApplication class contains System.Web.UI.Page classes and
how
they interact together. I am trying to underestand the class architecture
of
ASP.NET.

Can anybody refer me to a link or resource related to that ?

Any help would be apprecited,
Ali

Nov 18 '05 #2
A.M
Thank you. They are nice articles. I am still looking for some visual
diagrams.
"Teemu Keiski" <jo****@aspalliance.com> wrote in message
news:%2****************@TK2MSFTNGP10.phx.gbl...
Hi,

these articles will tell these things to you:

ASP.NET Http Runtime
http://msdn.microsoft.com/asp.net/de...ttpruntime.asp
Page lifecycle
http://msdn.microsoft.com/asp.net/de...bjectmodel.asp

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist

"A.M" <IH*******@sapm123.com> wrote in message
news:ub***************@TK2MSFTNGP11.phx.gbl...
Hi,

I am looking for a Diagram that visually shows how
System.Web.HttpApplication class contains System.Web.UI.Page classes and
how
they interact together. I am trying to underestand the class architecture of
ASP.NET.

Can anybody refer me to a link or resource related to that ?

Any help would be apprecited,
Ali


Nov 18 '05 #3
Hi Ali,
Thank you for using Microsoft Newsgroup Service. My name is Steven, and
I'll be assisting you on this issue.
From your description, you are looking for some Visual Diagrams such as
Class Diagram or Flow Diagram to illustrate the ASP.NET architecutre and
the way how those ASP.NET runtime components(HttpRuntime,
..HttpApplication,....HttpHandler..) interact with each other?

If there is anything I misunderstood, please feel free to let me know.

Based on my research, there are many tech articles discussing with the
ASP.NET runtime and some of the runtime components separately just as the
ones Teemu provided. Also, it seems that few of them provide some detailed
visual diagram. So I've searched some pattern discussion tech articles on
these topics and here is some of my findings:

#THE factory pattern in ASP.NET architecture
http://www.msdnaa.net/Resources/display.aspx?ResID=2207
#inside IIS and ASP.NET
http://www.theserverside.net/article...aspx?l=IIS_ASP

#Exploring the Factory Design Pattern
http://msdn.microsoft.com/library/de...us/dnbda/html/
factopattern.asp

There're several Visual Diagrams in them, and most of them illustrate the
ASP.NET runtime components and relation ship from the Pattern area, hope
they are helpful to you.
Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #4
Thanks for links
--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist, Steven! They are useful for
me as well. :-)

"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:r0**************@cpmsftngxa07.phx.gbl...
Hi Ali,
Thank you for using Microsoft Newsgroup Service. My name is Steven, and
I'll be assisting you on this issue.
From your description, you are looking for some Visual Diagrams such as
Class Diagram or Flow Diagram to illustrate the ASP.NET architecutre and
the way how those ASP.NET runtime components(HttpRuntime,
.HttpApplication,....HttpHandler..) interact with each other?

If there is anything I misunderstood, please feel free to let me know.

Based on my research, there are many tech articles discussing with the
ASP.NET runtime and some of the runtime components separately just as the
ones Teemu provided. Also, it seems that few of them provide some detailed
visual diagram. So I've searched some pattern discussion tech articles on
these topics and here is some of my findings:

#THE factory pattern in ASP.NET architecture
http://www.msdnaa.net/Resources/display.aspx?ResID=2207
#inside IIS and ASP.NET
http://www.theserverside.net/article...aspx?l=IIS_ASP

#Exploring the Factory Design Pattern
http://msdn.microsoft.com/library/de...us/dnbda/html/
factopattern.asp

There're several Visual Diagrams in them, and most of them illustrate the
ASP.NET runtime components and relation ship from the Pattern area, hope
they are helpful to you.
Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #5
A.M
These links are greate. Thanks, Ali

"Steven Cheng[MSFT]" <v-******@online.microsoft.com> wrote in message
news:r0**************@cpmsftngxa07.phx.gbl...
Hi Ali,
Thank you for using Microsoft Newsgroup Service. My name is Steven, and
I'll be assisting you on this issue.
From your description, you are looking for some Visual Diagrams such as
Class Diagram or Flow Diagram to illustrate the ASP.NET architecutre and
the way how those ASP.NET runtime components(HttpRuntime,
.HttpApplication,....HttpHandler..) interact with each other?

If there is anything I misunderstood, please feel free to let me know.

Based on my research, there are many tech articles discussing with the
ASP.NET runtime and some of the runtime components separately just as the
ones Teemu provided. Also, it seems that few of them provide some detailed
visual diagram. So I've searched some pattern discussion tech articles on
these topics and here is some of my findings:

#THE factory pattern in ASP.NET architecture
http://www.msdnaa.net/Resources/display.aspx?ResID=2207
#inside IIS and ASP.NET
http://www.theserverside.net/article...aspx?l=IIS_ASP

#Exploring the Factory Design Pattern
http://msdn.microsoft.com/library/de...us/dnbda/html/ factopattern.asp

There're several Visual Diagrams in them, and most of them illustrate the
ASP.NET runtime components and relation ship from the Pattern area, hope
they are helpful to you.
Steven Cheng
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
by: DanielESFA | last post by:
Hey again :) Was wondering if there's a (free) program out there that'll convert my header files to a UML class diagram. I know that Visual Studio will do it, but I don't have that. I have...
4
by: Eduardo Bezerra | last post by:
Hi, Is there a convention to represent a class template in a UML class diagram ? Best regards, Eduardo
1
by: alex | last post by:
Moving existing asp.net 1.1 app to 2.0 and using VS2005 I have noticed: 1) Class View window display ONLY name spaces and classes located in the new folder App_Code. 2) Using "Add New Item" on...
4
by: thoducng | last post by:
Hi all: I want to create a class diagram, similar to MFC class diagram published long ago. I don't need a UML model, all I need is a class named and inheritance relationship. My classes are in...
3
by: Alberto | last post by:
I have the professional version of visual studio 2005 and I'd like to know if I can create associations between classes in the classes diagram. Thank you.
3
by: Lee Crabtree | last post by:
Are there any tools that will take an existing assembly and generate a class hierarchy from it? It seems like the kind of thing that would be possible with reflection, but I don't know enough...
1
by: Jennifer Jazz | last post by:
My question is regarding the mapping of Class diagram to the C++ coding. There are 3 realtions in Class diagram 1) Assosication 2) Composition 3) Aggregation (Weak Composition). ...
0
by: Tony Johansson | last post by:
Hello! I try to use the class diagram feature in VS 2005 but the drawing is different se below. If I have an Interface that "implement" two other interface these vill be shown with arrows...
1
by: name08 | last post by:
hi everyone... i am making a class diagram and want to store the information of class diagram in an XML file....can anyone please tell me how do i store the association,aggreagation,inheritance...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.