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
Explain me why do we use msmq?
What is strong-typing versus weak-typing? Which is preferred?
What are the similarities and difference between class and structure in .net?
Explain cas (code access security)?
What are the types of jit?
Tell me about secure socket layer? How to make use of the technology?
Do you know what is linq?
I'm having some trouble with cas. How can I troubleshoot the problem?
What is the difference between a namespace and assembly name in .net?
What is "microsoft intermediate language" (msil)?
What is assembly in .net?
Is .net core installed?
Why do we use msmq?
What is file extension of Webservices in .Net?
Can you write a class without specifying namespace?