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 reflection in microsoft .net context?
State some of the different languages supported by .net?
What is marshling?
What is the difference between override and overload in a method?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
What is difference between .net and .net core?
Compare & contrast rich client (smart clients or windows-based) & browser-based web application
What are data types in .NET?
Explain the difference between garbage collections in .net 4.0 and earlier versions?
Can you create instance of a class which has private constructor?
How to manage pagination in a page using .net?
Is .net a language?
Explain .NET architecture?
Explain the use of activex control in .net?
What do the terms “boxing” and “unboxing” mean?