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
What does stateless mean?
How is .net able to support a lot of languages?
What are the two main parts of the .net framework?
Difference between value type & reference types ?
Explain me how does linq work?
What are the namespace available in .net?
How ccw (com callable wrapper) and rcw (runtime callable wrappers) works?
what is the meaning silverligt control
What is Flyout Design Pattern in .NET?
Explain what is heap and what is stack?
What is delegation in .net?
What is reflection and what is it for?
What is view state in .net?
Explain the features that are common to all .Net languages.
Explain the different types of proxy patterns?