What is Partial class? What purpose we use it?
Answer Posted / raja
Visual Studio uses partial classes to separate auto-generated code from user-generated code. For example, in the Windows Form application
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why is xml called extensible?
What are strings in c#?
What is lambda expression in c#?
Why abstract class is not instantiated in c#?
What is assembly and dll in c#?
What is singleordefault?
What can we do to handle multiple exceptions?
Why we use methods in c#?
What is iqueryable and ienumerable in c#?
What is difference between event and delegate in c#?
What is the difference between ienumerable and enumerable?
What is difference between arraylist and list in c#?
Is there hashmap in c#?
What's the difference between a static method and a non static method c#?
What is helper method in c#?