How can we main a Class as base class,i.e not inherited further?{please Dont tell using Sealed class,any other way}
6 11921What is the minimum size (in bytes) of string data type in c#? Give its compatible data type in .NET Framework.
5 11628what is the real use of interface in c#,other than that multiple inheritance is not possible
7 30917Can we have the method in drived class with the same name which is there in base class?
TCS,
6 12173how can i display crystal report in button_click? am working with VS2005..........plz help me
1 4306how 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 7798
What are mutable and immutable types in c#?
what is be the overhead, if i use binary transmission. and will it be sent using xml text or how ?
What is the difference between an application domain and a process?
What is a generic c#?
How do destructors and garbage collection work in c#?
What is the difference between “constant” and “readonly” variables in c#?
What are circular references?
What are the Types of values mode can hold session state in web.config
What is the purpose of ienumerable in c#?
Which string method is used for concatenation of two strings in c#?
What is lazy loading c#?
What is managed code?
Is there a way to force garbage collection?
Does the variables of a private class-level inherited?
Are structs value types c#?