| Title | Posted Date |
| Which control would you use if you needed to make sure the values in two different controls Matched? | December 28, 2009 |
| How do you turn off cookies for one page in your site? | December 28, 2009 |
| What are the disadvantages of viewstate/what are the benefits? | December 28, 2009 |
| what is the difference between sortedList and Hashtable ? | December 28, 2009 |
| What are the different parameter passing techniques c# supports? | December 28, 2009 |
| What is the difference between arraylist and array classes ? | December 28, 2009 |
| what is the difference between ref and out parameters ? | December 28, 2009 |
| If all the objects of a class need to be share the same variable, how must you declare that variable ? | December 28, 2009 |
| what is the difference between a class and a interface? | December 28, 2009 |
| what is a singleton class? | December 28, 2009 |
| what is the purpose of "base" keyword in c# ? | December 28, 2009 |
| What is dynamic binding ? How is it different from static binding? | December 28, 2009 |
| What is a virtual function ? | December 28, 2009 |
| what are the differences between Datalist DataGrid and datarepeater ? | December 28, 2009 |
| I can't seem to find System.Windows.Forms.Integration, where do I find it? | December 28, 2009 |
| Can I use Windows Forms in a WPF application? | December 28, 2009 |
| Can I use user controls and third-party controls including ActiveX controls in WPF? | December 28, 2009 |
| How do I host a WPF control in a Windows Forms application? | December 28, 2009 |
| What are dependency properties? | December 28, 2009 |
| What is the class to be used for creating Rectangle, Polygon, Ellipse, Line, and Path? | December 28, 2009 |
| What''s the use of System.Windows.Controls.ContentControl? | December 28, 2009 |
| Whether XAML and WPF are same? | December 28, 2009 |
| What is Silverlight XAML? | December 28, 2009 |
| How ASP .NET different from ASP? | December 28, 2009 |
| How to manage pagination in a page? | December 28, 2009 |
| What do you mean by ActiveX components? | December 28, 2009 |
| How to create Key Pair? | December 28, 2009 |
| What is GAC? | December 28, 2009 |
| How to install a strong named assembly to GAC at command prompt? | December 28, 2009 |
| What is the error in the following command?
DROP TABLE &TABLE_NAME; | December 28, 2009 |
| What is smart navigation? | December 28, 2009 |
| How do you validate the controls in an ASP.NET page? | December 28, 2009 |
| What is the CIL representation of implicit and explicit keywords in C#? | December 28, 2009 |
| Which operators in C# provides automatic detection of arithmetic overflow and underflow conditions? | December 28, 2009 |
| What is the use of stackalloc keyword in C#? | December 28, 2009 |
| Which keyword in C# is used to temporarily fix a variable so that its address may be found? | December 28, 2009 |
| What are the different C# preprocessor directives? | December 28, 2009 |
| What is the use of GetInvocationList() in C# delegates? | December 28, 2009 |
| C# delegate keyword is derived form which namespace? | December 28, 2009 |
| What is the output of the following query?
SELECT TRUNC(1234.5678,ÃâÃÂ2) FROM DUAL; | December 28, 2009 |
| What is subnet? | December 28, 2009 |
| What are the three levels of data abstraction? | December 28, 2009 |
| What are the benefits of ADO.NET? | December 28, 2009 |
| What are the components of .NET DataProvider? | December 28, 2009 |
| What are the differences between ADO and ADO.NET? | December 28, 2009 |
| ASP.Net pages are compiled and are not interpreted. True or False. | December 28, 2009 |
| In Microsoft Windows XP, XP stands for what?
a)eXPress b)eXtra Performance
c)eXPerience d)eXtra Protection | December 29, 2009 |
| A constructor can be private. True or False | December 29, 2009 |
| Static methods can not use non static members. True or False. | December 29, 2009 |
| please provide the details where we use interface and abstract class
and How we decide whether to use interface or an abstract class. | December 30, 2009 |