What is the difference between delegates and events in c#?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between // comments, /* */ comments and /// comments?
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 inheritance and an example in vb.net and c# of when you might use it?
When do you absolutely have to declare a class as abstract (as opposed to free-willed educated choice or decision based on UML diagram)?
What are the differences between a class and a struct?
What are the keywords used to pass parameters to the base class and how do I invoke other constructors.
What do you mean by winforms in c#?
What are the types of delegates in c#?
Can you explain template pattern?
What is a nested type. Give an example?
What is a callback c#?
What are logical operators in c#?