What are logical operators in c#?
what is the index value of the first element in an array?
Perfect Example Of While And Do-While Loop In C#.Net ?
What is a delegate? Explain.
What are the examples of data types?
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 }
how do you do exception management
What namespaces are necessary to create a localized application?
2 Answers Rolta, Siebel Systems, Visual Soft,
Does c# support multiple class inheritance?
What is byte c#?
Is there any sample c# code for simple threading?
What language do desktop applications use?
What is alias in c#?