Is there any inbuilt tool or command provided by .NET to view the code inside the assembly?
Explain what is the difference between encrypting a password and applying a hashing?
Explain about major components of the .NET framework.
What is PageIndex in DataGrid?What is the event used in the Datagrid for while moving from one page to another page in the Grid?write code for it
Hi, Requirement is: try { \\SQL Query } catch(Exception i) { print a } catch(SQLQueryException e) { \\SQL Query } Got Exception in "try" block. Which "catch" throws exception and Why??? Please provide the answer in detail.. Thanks for the help!!!
If we want to write a Windows service that cannot be paused, only started and stopped. How to accomplish that?
Explain Different kinds of methods?
Difference between abstract class and interface in .net?
Explain can 2 different applications use the same dll in gac at the same time?
What is singleton activation mode in .net?
Please explain what is the difference between odbc and ado?
Will it go to finally block if there is no exception happened?
What is Ajax design pattern in .NET?