What is the difference between page-level caching and fragment caching?
which scripting is used browser by server when we use validation controls. 1.javascript 2.vbscript 3.jscript 4.perl
Explain ViewState?
What does the following SQL statement return, assuming that all tables and column names are correct? SELECT FirstName, StreetAddress FROM Employees JOIN AddressBook ON Employees.EmpID = AddressBook.EmpID a) Nothing, the JOIN syntax is wrong. b) All the records form the Employees table, and only the matching ones form the StreetAddress table. c) All the records from the StreetAddress table and only the matching records form the Employees table. d) Only the matching records from the two tables.
What is the function used for removing an event listener?
What is JIT and how is works ?
Asp.net and asp ? differences?
Give an example appropriate use forweb service as opposed to a non-serviced .NET component
What is the difference between debug and release?
Define a web service in .net?
About CLS and CTS?
8 Answers Microsoft, Syncfusion,
what is dumpbin.exe?
How you will handle session when deploying application in more than a server? Describe session handling in a webfarm, how does it work and what are the limits?