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
How do you create empty strings in c#?
Explain how do you directly call a native function exported from a dll?
What is a partial class in c#?
What is difference between a constant and read-only in C#?
What do multicast delegates mean?
Define c# delegate?
Is it possible to have different access modifiers on the get/set methods of a property?
What is activator c#?
Can class be protected in c#?
What is byte c#?
What is use of list in c#?
How to implement an object pool in c#.net.
Is array ienumerable c#?
Can var be null c#?
Why to use “using” in c#?