ASP.NET Architecture

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI

I want to know the ASP.NET Architechture.
Can anyone help me in getting that.

Regards
Satish
 
Hi satish,

The architecture of any application depends upon the sequence of execution
of the program (The invoking component is at the top and each of the
components involved in the process form layers of in architecture).
Since ASP.Net is a web application, the execution starts from the web server
and follows the entire life cycle of the aspx page.

For articles on the subject, you can refer to the link:

http://www.aspfree.com/c/a/ASP.NET/ASP.NET-Architecture-1/
http://www.aspfree.com/c/a/ASP.NET/ASP.NET-Architecture-2/

hope this was helpful to you.

regards,

Kishor.
 
Satish, I'd like to introduce you to the ASP.Net architecture. ASP.Net
architecture, this is Satish. I'll just leave you two alone now as I'm sure
you will want to get to know each other better.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
Sorry, it's Monday. Can you be more specific?

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top