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 |
Is there built-in support for tracing?
What is data type and how many types of data types are in .NET ?
State some of the different languages supported by .net?
What is assembly in .net?
How many types of generations are there in a garbage collector?
Can we have same method with same name and signature using partial classes
Explain the main components in .net?
What’s different between process and application in .net?
When would you use .NET Remoting and when Web services?
Explain the difference between the while and for loop. Provide a .net syntax for both loops?
What are two different types of remote object creation mode in .net?
What is il in vb.net?