Why does my windows application pop up a console window every time I run it?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between CreateObject() and GetObject()?
Differentiate between method overriding from method overloading with its functionality?
What is the difference between array and list in c#?
What is lazy loading entity framework?
Why do we use struct in c#?
explain the features of static/shared classes.
WHAT IS THE EXACT USE OF INTERFACE(DONT TELL USE FOR MULTIPLE INHERITANCE)
Suppose two interfaces have same method, so how will you implement these methods in derive class?
How do you generate documentation from the C# file commented properly with a command-line compiler?
List some of the classes used by system.data namespace?
From a versioning perspective, what are the drawbacks of extending an interface as opposed to extending a class?
What’s thread.sleep() in threading ?