What is the partial class in C# What is the use of partial
class in C#?
Answer Posted / rajeev sharma
When we are working in our pages and supppose we need to
make relation for access some thing from the class.Partial
class is best one.
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is different between Implicit conversion and Explicit conversion in C#?
What all details the assembly manifest will contain?
What is the syntax for calling an overloaded constructor within a constructor?
What is data reader in c#?
What is collection of classes in c#?
What is threading in c# with example?
What are the different ways of method can be overloaded?
What are delegate methods?
What is difference between Enum and Struct?
What are cshtml files?
Explain streamreader/streamwriter class?
Are arrays immutable c#?
User's session is explicitly killed by which method ?
What is an extension method in c#?
What is a class level variable in c#?