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
Difference between Value type & reference types ? and give the example in .Net?
What is the use of list in c#?
What are classes in c#?
Is c# good for games?
How to sign an assembly with strong name?
Why do we use ienumerable in c#?
What can I create with c#?
What is overloading in c#?
Write a program in c# to find the angle between the hours and minutes in a clock?
Can a struct inherit from an interface in c#?
Why we use extension methods in c#?
Can you instantiate a struct without using a new operator in c#?
What is default value of decimal c#?
What is the use of 'using' statement in c#?
Why do we need constructor?