What is the difference between session.abandon() vs clear()?
What are the differnt types of handler in ASP.NET?
what is DLL Hell and how it is solved in .NET? please explain clearly??
code for "For every 5days system has to create 1text file with the corresponding date and it has to store in c-drive" by using web applications
Write a code snippet to implement the indentation in json in web api.
calling result set one procedure to anothar procedure in sql2000
Is LINQ performance wise better or using sqlcommand?
How can you send an email message from an asp.net web page?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
Explain Session state management options in ASP.NET.
What is the difference between the asp and asp.net?
Explain server-side scripting and client-side scripting.
What is role-based security in asp.net?
Explain exception handling in .net.
what is the difference between response.write() and response.output.write()?