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
Is it possible to have different access modifiers on the get/set methods of a property?
What is value c#?
Why to use lock statement in c#?
What is parse method in c#?
Explain about generics in c#.net?
Can we override constructor in c#?
What is the difference between static class and singleton class in c#?
What is singleordefault c#?
Why do we use readonly in c#?
What is access specifier in c#?
How does the lifecycle of Windows services differ from Standard EXE?
Is c# and c same?
What is msil in c#?
Is comparator a functional interface?
What is access modifier in c#?