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 void method?
What does the initial catalog parameter define in the connection string?
What is a generic in c#?
Is xamarin free?
How do I format a string in c#?
What's the difference between the debug class and trace class? Documentation looks the same.
Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).
What is the .net datatype that allows the retrieval of data by a unique key?
Can a constructor have a return type?
What is a c sharp?
What is parseexact c#?
What is serialization in c#?
Can enum have methods c#?
In the page load event I assigned dropdownlist’s datasource property to a valid list. On the submit button click.. The same datasource property is coming as null. Why?
What are the basics of c#?