Describe the difference between inline and code behind
which is best in a loosely coupled solution?
Answer / kirti
ASP.NET supports two modes of page development: Page logic code that is written inside runat="server"> blocks within an .aspx file and dynamically compiled the first time the page is requested on the server. Page logic code that is written within an external class that is compiled prior to deployment on a server and linked ""behind"" the .aspx file at run time.
Is This Answer Correct ? | 0 Yes | 0 No |
State some of the different languages supported by .net?
What is the use of Treeview control?
What is Entity Relationship Model in .NET?
What is garbage collection and how it works ?
What is assembly in .net?
Garbage collector thread is what kind of a thread?
in hibernate, what is dirty reading?
Is there built-in support for tracing?
Please explain what garbage collection is and how it works. Provide a code example of how you can enforce garbage collection in .net?
What is "common language runtime" (clr) in .net?
What is deferred execution vs. Immediate execution in linq?
Why you want to leave your previous company.