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's the use of system.diagnostics.process class in .net?

0 Answers  


Explain weg config settings for exception managment in asp.net?

1 Answers   C Squared Systems,


Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?

0 Answers  


when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.

1 Answers   AZTEC,


Is .net core managed code?

0 Answers  


What is interface and abstract class in .net?

0 Answers  


What is the concept of inheritance in .net?

0 Answers  


How to get the number after decimal point in .net?

0 Answers  


How to find methods of a assembly file (not using ILDASM) Reflection

1 Answers  


How do you define the lease of the object in .net?

0 Answers  


Do you know the difference between the stack and the heap?

0 Answers  


As you know read-only variables and constants have many similarities, but what is at least one way that they differ?

0 Answers  


Categories