what are partial classes?
Answer Posted / sunny setia
The purpose of partial classes is to allow a class's
definition to span across multiple files. It is especially
useful for:
Allowing multiple developers to work on a single class at
the same time without the need for later merging files in
source control.
Allowing a separation between the class interface and the
implementation-related definitions
Easing the writing of code generators, such as visual designers.
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What is a view engine?
What is orm entity framework?
What is ado.net data provider? : Entity framework
What is .net framework in simple terms?
How we can handle the exception at controller level in ASP.Net MVC?
What is the significance of nonactionattribute?
what is code first approach?
What is definingquery in entity framework? : Entity framework
What is the need of Action Filters in ASP.Net MVC
What is the version number for the next version of the .net framework, codenamed �orcas�?
How do you handle variable number of segments in a route definition?
What is action methods in web api?
What is meant by tempdata in mvc?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
What is entity client data provider? : Entity framework