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
What is gac in .net?
Explain about the features and elements present in Visual studio.NET IDE?
Is .net front end or backend?
Differences between datagrid, datalist and repeater in .net?
What is the difference between a class and an object, and how do these terms relate to each other?
What exactly is being serialized when you perform serialization in .net?
What is Flyout Design Pattern in .NET?
I am constantly writing the drawing procedures with system.drawing.graphics, but having to use the try and dispose blocks is too time-consuming with graphicsobjects. Can I automate this?
Is there built-in support for tracing?
Explain security measures exist for .net remoting in system.runtime.remoting?
How to get the number after decimal point in .net?
How do you create threading in.net?
Explain how com+ related to the dna architecture?
What is loosely coupled solution in.net?
Explain how to spawn a thread?