Explain the .NET architecture.

Answer Posted / davamani

The architecture of any application depends upon the
sequence of execution
of the program. Since ASP.Net is a web application, the
execution starts from the web server
and follows the entire life cycle of the aspx page

Is This Answer Correct ?    13 Yes 24 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is managed code in .NET?

636


Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?

532


What tags do you need to add within the asp:datagrid tags to bind columns manually.

1476


What is RCW (Run time Callable Wrappers)?

1949


What is connection pooling and how do you make your application use it?

559






What are the similarities and difference between class and structure in .net?

517


When displaying fonts, what is the difference between pixels, points and ems?

557


What is the single responsibility principle?

559


Explain the .net framework overview?

571


Can a try block have more than one catch block?

600


Can a dll be changed to an exe?

572


Can "this" be used within a static method?

562


What is a formatter in .net?

568


How do you turn off cookies for one page in your site? Give an example.

494


How does the generational garbage collector in the .net clr manage object lifetime? What is non-deterministic finalization?

549