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 Help Members By Posting Answers For Below Questions

Please explain what do the terms “boxing” and “unboxing” mean?

665


What are the advantages of .net core?

622


How can you instantiate a tuple?

651


How will you do redo and undo in textbox control?

653


What is garbage collection in .net? Explain the garbage collection process?

653






What are the types of assemblies in .net?

657


What is the need of OLE-automation?

738


Explain the difference between constants and read-only variables?

643


How is threading done in .net?

636


can any one tel me the complete Testing Procedure of any one simple PROJECT i mean either web/windows based application?

1550


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....

1694


What is reflection and what is it for?

666


What is smart navigation in .net?

664


What are the new features in .net core?

637


Explain what is an application domain?

598