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
Write the .net syntax for 'while loop'?
What is .net debug & trace?
What is il and c#?
Please explain what is reflection and what is it for?
What is the new three features of COM+ services, which are not there in COM (MTS)
What is lambda expressions in c#?
Tell us why do we use the “using” statement?
Differentiate between managed and unmanaged code?
When should I use .net core?
Difference between abstract class and interface in .net?
What is boxing and un-boxing in .net?
Show different types of collection in .NET?
what is the keyword used for self reference?
Explain what are the deferred execution and the immediate execution in linq?
Do you know what is linq?