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's the use of system.diagnostics.process class in .net?
Explain weg config settings for exception managment in asp.net?
Explain what is an interface and what is an abstract class? Please, expand by examples of using both. Explain why?
when web.config file is being called or referenced?tell me about the searialized procedure followed in page loading.
Is .net core managed code?
What is interface and abstract class in .net?
What is the concept of inheritance in .net?
How to get the number after decimal point in .net?
How to find methods of a assembly file (not using ILDASM) Reflection
How do you define the lease of the object in .net?
Do you know the difference between the stack and the heap?
As you know read-only variables and constants have many similarities, but what is at least one way that they differ?