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
Tell about your technical profile ?
What is assembly in .net?
What does il do?
Do you know the difference between the stack and the heap?
Explain about managed heap?
Explain security measures exist for .net remoting in system.runtime.remoting?
What is reflection and what is it for?
Explain how to manage pagination in a page using .net?
How many types of design patterns available in .NET?
What is Event - Delegate? clear syntax for writing a event delegate
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
Can "this" be used within a static method?
Write the .net syntax for 'while loop'?
Explain what is mutex?
What is misl?