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
Why should we go for entity framework?
What are ajax helpers in mvc?
What is the meaning of unobtrusive javascript?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
Can you use Razor code in Javascript in ASP.Net MVC?
Explain the advantages of dependency injection (di) in asp.net mvc?
Is .net framework going away?
What are Code Blocks in Views?
What is mapping in entity framework? : Entity framework
What is the role of the jit compiler in .net framework?
What is the importance of NonActionAttribute?
What are the two ways to add constraints to a route?
how do you query in entity model when the result has a join from from different database other than the entity model?
How you can implement custom validation in asp.net MVC?
What is the advantage of mvc?