Describe the difference between inline and code behind
which is best in a loosely coupled solution?



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

Post New Answer

More Dot Net General Interview Questions

What is the best way to crack the certification?

0 Answers  


Tell us why do we use the “using” statement?

0 Answers  


Do you know what is .net standard?

0 Answers  


Different levels of priority provided by .net.

0 Answers  


Can we share session between ASP.Net & ASP

3 Answers   Accenture, Value Labs,






Explain assemblies in .net?

0 Answers  


How can we convert XML data into DataBase table IN .Net?

3 Answers   Indus Media, Wipro,


Do you know what's the difference between .net and laravel?

0 Answers  


Difference between Debugging and tracing in .net

1 Answers  


How to get the hostname or IP address of the server?

2 Answers  


Describe the Managed Execution Process

0 Answers  


What are the different types of remote object creation mode in .net?

0 Answers  


Categories