| Title | Posted Date |
| MONTHS_BETWEEN date function is used for what purpose? | December 25, 2009 |
| Which option is used to drop constraints specified on the table? | December 25, 2009 |
| What is the use of DESC in SQL? | December 25, 2009 |
| Which function is used to find the largest integer less than or equal to a specific value? | December 25, 2009 |
| What is the use of CASCADE CONSTRAINTS? | December 25, 2009 |
| What is Data Model? | December 25, 2009 |
| What is the type of the algorithm used in solving the 8 Queens problem? | December 25, 2009 |
| When TimerCallback delegate is used? | December 25, 2009 |
| Which namespace is used to create a multi-threaded application? | December 25, 2009 |
| Which enumeration defines different PenCap in C#? | December 25, 2009 |
| What is the use of param keyword in C#? | December 25, 2009 |
| Which class defines different events for controls in C#? | December 25, 2009 |
| What are the different states in ASP.NET? | December 25, 2009 |
| What is the use of profiles in ASP.NET? | December 25, 2009 |
| What is the use of DataSet? | December 25, 2009 |
| What is the use of DATEPART function in SQL? | December 25, 2009 |
| What is the use of DATEDIFF function in SQL? | December 25, 2009 |
| What is the work of a constructor? | December 25, 2009 |
| Why HashTable is used? | December 25, 2009 |
| What is the base class for all .NET classes? | December 25, 2009 |
| What is an Assembly in .NET? | December 25, 2009 |
| What do you mean by properties in C#? | December 25, 2009 |
| Which method is used to delete a file in VB.NET? | December 25, 2009 |
| To reverse a string which function is used in VB.NET? | December 25, 2009 |
| What is the use of unsafe keyword in C#? | December 25, 2009 |
| Name the method in VB.NET used to define a controls color? | December 25, 2009 |
| What are the different method parameter modifiers in C#? | December 25, 2009 |
| What are the different Iteration Constructs in C#? | December 25, 2009 |
| What is the use of ?? operator in C#? | December 25, 2009 |
| What is the name of C# command line compiler? | December 25, 2009 |
| What is the use of System.Web namespace? | December 25, 2009 |
| Which namespace in .NET is used in networking programming? | December 25, 2009 |
| What does the "EnableViewState" property do? Why would I want it on or off? | December 28, 2009 |
| What is the difference between Server.Transfer and Response.Redirect? Why would I choose one over the other? | December 28, 2009 |
| Can you give an example of when it would be appropriate to use a web service as opposed to a non-serviced .NET component? | December 28, 2009 |
| Can you explain the difference between an ADO.NET Dataset and an ADO Recordset? | December 28, 2009 |
| Can you give an example of what might be best suited to place in the Application_Start and Session_Start subroutines? | December 28, 2009 |
| What are ASP.NET Web Forms? How is this technology different than what is available though ASP? | December 28, 2009 |
| Can you explain what inheritance is and an example of when you might use it? | December 28, 2009 |
| How would you implement inheritance using VB.NET/C#? | December 28, 2009 |
| What tags do you need to add within the asp:datagrid tags to bind columns manually? | December 28, 2009 |
| How do you create a permanent cookie? | December 28, 2009 |
| What is a Messaging Protocol in webservice? | December 28, 2009 |
| Which format is used When sending and retrieving a DataSet from an XML Web service? | December 28, 2009 |
| Where would you use an iHTTPModule, and what are the limitations of anyapproach you might take in implementing one? | December 28, 2009 |
| How many classes can a single .NET DLL contain? | December 28, 2009 |
| Which method do you invoke on the DataAdapter control to load your generated
dataset with data? | December 28, 2009 |
| Which template must you provide, in order to display data in a Repeater
control? | December 28, 2009 |
| What method do you use to explicitly kill a user s session? | December 28, 2009 |
| Which property on a Combo Box do you set with a column name, prior to setting the DataSource, to Display data in the combo box? | December 28, 2009 |