Explain how can you debug your .net application?
What can we do with asp.net?
What does this do? sn -t foo.dll
What is web configuration file and how to use in web application
1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?
Explain the difference between debug.write and trace.write?
What is the lifespan for items stored in ViewState?
How do cookies work? Give an example of their abuse.
Is session server side or client side?
Difference between abstract factory pattern and factory method pattern in .NET with example.
3 Answers ACS, IBM, Keane India Ltd,
What is the use of ASP.NET routing?
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.
How to implement role based security in asp.net mvc? : Asp.Net MVC