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 |
What is the root class in .net?
If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is the difference between a debug and release build?
What is the concept of inheritance in .net?
Explain attributes in dot net?
Explain the top .net class that everything is derived from?
What is Assembly manifest? what all details the assembly manifest will contain.
What exactly is being serialized when you perform serialization in .net?
How will you load an assembly which is not referenced by current assembly?
How do you create threading in.net?
What is the advantage of .net?
What is garbage collection in .net? Explain the garbage collection process?