what is a constructor? What is a destructor?
Is dll a library?
How big is a 64 bit integer?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!
What is the purpose of the integer parse method the decimal parse method?
Trace the O/p for a program on inheritance and Polymorphism. 3 classes A,B,C A with two methods public virtual SomeMethodA public virtual SomemoreMethodA B:A overide SomeMethodA C:B new Method SomeMethodA override SomeMoreMethodA main method { b new instance of B b.SomeMethodA b.SomeMoreMethodA b1 new instance of C b1.SomeMethodA b1.SomeMoreMethodA }
What is difference between array and list?
How can we convert XML Data to DataBase Table in C#.Net?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
Describe two uses of the “using” statement during the operation of c#?
What is the use of regex in c#?
What is inheritance in csharp?
For methods inside the interface why can’t you specify the accessibility modifier?