Explain the .NET architecture.
Answer Posted / aarti ashar
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 ? | 78 Yes | 44 No |
Post New Answer View All Answers
How to load the contents of an xml file into an xmldocument object?
What is close method? How its different from finalize and dispose?
What is lazy initialization?
What does jit compilation do in .net?
Explain what inheritance is, and why it's important?
Is .net is a language?
How many design patterns can be created in .net?
Explain how to load the contents of an xml file into an xmldocument object?
Which dll is required to translate xml to sql in internet information server (iis)?
How viewstate is being formed and how it is stored on client in .net?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What is connected and diconnected database ?
Explain about .net?
Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?
What is a web service in .net?