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 a Command Object in C#?
Why do we need delegates?
What is tryparse c#?
Explain About namespaces
What is difference between assembly and dll?
Is list passed by reference c#?
What’s a strong name?
Explain circular reference in c#?
Why it's said that writing into .NET Application Configuration Files is a Bad Idea?
What happens when thread sleep () method is called?
What are generations and how are they used by the garbage collector?
Do vs while c#?
When Should You Call The Garbage Collector In .net?
Can namespace contain the private class?
What is method and function in c#?