How can we main a Class as base class,i.e not inherited further?{please Dont tell using Sealed class,any other way}
6 12137What is the minimum size (in bytes) of string data type in c#? Give its compatible data type in .NET Framework.
5 11833what is the real use of interface in c#,other than that multiple inheritance is not possible
7 31128Can we have the method in drived class with the same name which is there in base class?
TCS,
6 12415how can i display crystal report in button_click? am working with VS2005..........plz help me
1 4367how 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 7863
What is enumerable in c#?
Is it possible to inline assembly or il in c# code?
What is boxing in c#?
Explain About sn.exe
Is c# and .net same?
Is c# a keyword?
What is concrete class in c# with example?
Why is it called c sharp?
What is the use of protected in c#?
What is _viewstart cshtml?
Can you declare a class or a struct as constant?
what happens if you inherit multiple interfaces and they have conflicting method names?
Explain how can I get around scope problems in a try/catch?
How to use session under class file of APP_Code folder?
Why do we need abstract class?