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 is the use of gacutil.exe?
What is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
What is alias ? Is it used in .Net ?
What is namespace in .net?
Can a try block have more than one catch block?
Explain what is the difference between a class and an object?
what will do to avoid prior case?
What is the difference between constants and read-only variables?
How can you instantiate a tuple?
What is concurrency? How will you avoid concurrency when dealing with dataset?
Define marshling?
Why do we use msmq?
Explain asp.net?
What is the difference between "using system.data;" and directly adding the reference from "add references dialog box"?
What are the properties of ADO.NET?