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
Is razor a server side?
what is datacontrols?
Explain the new features 3.5 framework against with the tool?
What is web api‘s in asp.net mvc 4 ?
When using razor views, do you have to take any special steps to protect your asp.net mvc application from cross site scripting (xss) attacks?
What are the versions of .net framework?
What is domain class model?
List out few different return types of a controller action method?
Can you explain the page life cycle of mvc?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
explain how you can load related entities in ef (entity framework)?
explain what is ado.net entity framework?
What you mean by routing in asp.net mvc?
How do I install .net framework?
What are scaffold templates in mvc?