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 is RPC? What is the use of it?
What is JIT and how is works?
Please tell us what is the difference between override and overload in a method?
Explain how to rename a table using sql queries?
Should I implement finalize on my class? Should I implement idisposable?
What should you do to store an object in a viewstate?
Using activex control in .net?
1 mor thing guyz....can i go for C# directly without C++ /JAVA knowledge for dot net ..???
Write the .net syntax for 'while loop'?
What are an object and a class?
Explain about major components of the .NET framework.
What is the difference between a namespace and assembly name in .net?