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 the scope of anonymous type ?
What is dao in c#?
What is the meaning of MSIL?
Why do we need ienumerable in c#?
What is the purpose of dictionary in c#?
What are the different states of a thread?
Explain the security with aop?
What is parallel programming in c#?
What is a satellite assembly in c#?
What is a linked list c#?
What is the use of console readkey in c#?
What is data dictionary in c#?
Can class be protected in c#?
What’s thread.sleep() in threading ?
How will you allow a class to be inherited, but prevent the method from being over-ridden?