How can we main a Class as base class,i.e not inherited further?{please Dont tell using Sealed class,any other way}
6 12145What is the minimum size (in bytes) of string data type in c#? Give its compatible data type in .NET Framework.
5 11847what is the real use of interface in c#,other than that multiple inheritance is not possible
7 31135Can we have the method in drived class with the same name which is there in base class?
TCS,
6 12423how can i display crystal report in button_click? am working with VS2005..........plz help me
1 4368how to store the value in textbox using delegates if we have two user control. the value will be called from one user control to another user control. Loading and unloading will be done through delegates.
1 7869
Explain the serialization in .net
What is class method c#?
What is console writeline in c#?
How do I open the console window?
What is the difference between out and ref in c#?
What is the use of xmlserializer?
What is the execution entry point for a c# console application?
Define interface class in c#?
How to generate strong name key file or which command is used to generated strong name key file?
Difference between directcast and ctype.
What are All kind of access specifiers for a class and for methods
What are the fundamental principles of oo programming?
What is .net console?
What is managed or unmanaged code?
What is the difference between System.console.WriteLine() and System.console.Write() function?example?