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 typical about a Windows process in regards to memory allocation?
How to implement datagrid in.net? How would you make a combo-box appear in one column of a datagrid? What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for datagrid methods. What is the access specifier used for that methods in the code behind file and why?
String[] a = new string[10] for(i=0; i<10; i++) { a[i] = i; } How many heap object will be created for this array. Choose the answer below. Ans: 1, 10, 11, 12
Do you know what is the difference between an abstract class and an interface?
Tell us what is a sealed class?
Can u any body send the DotNet Interview questions and answers to my mail please....... mindukuru@yahoo.com
How is .net core cross platform?
When we go for html server controls and when we go for web server controls?
Explain the difference between the while and for loop.
What is the difference between an abstract class and an interface?
What is "microsoft intermediate language" (msil)?
Tell me what is a “jagged array”?