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 a strategy pattern? Implement it.
How can I get at the win32 api from a .net program?
What are the authentication methods in .net?
what is the keyword used for self reference?
Please explain what is the .net framework and how does it work?
What is 'Common Type System' (CTS) in .NET?
Explain soap and xml?
Is it possible implement webservices without SOAP?
What is use of ContextUtil class?
Explain the process of serialization in .NET?
What is the raise event used for?
Can you write a class without specifying namespace?