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
What is "common language runtime" (clr) in .net?
How many types of design patterns available in .NET?
What relationship is between a process, application domain, and application?
Is .net core managed code?
Explain asp.net?
Will my .net app run on 64-bit windows?
How server form post-back works?
How is a managed code executed?
What is view state in .net?
How do you view the methods and members of a dll?
What are an object and a class?
Explain the garbage collection process?
Explain webfarm vs webgardens in .net?
How can I get at the win32 api from a .net program?
Explain what are the deferred execution and the immediate execution in linq?