What is an interface class? Give one example of it
No Answer is Posted For this Question
Be the First to Post Answer
Explain what a diffgram, and a good use for one Define diffgram? How it be used?
When should I use static in C#?
0 Answers SwanSoft Technologies,
List the difference between interface and abstract class?
So let's say I have an application that uses myapp.dll assembly, version 1.0.0.0. There is a security bug in that assembly, and I publish the patch, issuing it under name myapp.dll 1.1.0.0. How do I tell the client applications that are already installed to start using this new myapp.dll?
What is string pool in c#?
Can int be null c#?
How structure objects are destroyed? As GC releases only the objects in stack, and structure is a value type and stored in heap. So how structure objects are released?
Is stringbuilder faster than string concatenation c#?
Is datetime value type c#?
Why generics are used?
What is difference between dictionary and hashtable?
How can we sort an array in c#?