Describe the difference between inline and code behind
which is best in a loosely coupled solution?
Answer Posted / 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 |
Post New Answer View All Answers
Please explain what do the terms “boxing” and “unboxing” mean?
What are the advantages of .net core?
How can you instantiate a tuple?
How will you do redo and undo in textbox control?
What is garbage collection in .net? Explain the garbage collection process?
What are the types of assemblies in .net?
What is the need of OLE-automation?
Explain the difference between constants and read-only variables?
How is threading done in .net?
can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?
object is physical and class is logical..here class is not occupying any memory as our definition of class but i got a question then the class where it stores if it is not occupying any memory....
What is reflection and what is it for?
What is smart navigation in .net?
What are the new features in .net core?
Explain what is an application domain?