what are partial classes?
Answer Posted / rashmi tiwari
One of the greatest benefits of partial classes is that it
allows a clean separation of business logic and the user
interface (in particular the code that is generated by the
visual designer). Using partial classes, the UI code can be
hidden from the developer, who usually has no need to
access it anyway. Partial classes will also make debugging
easier, as the code is partitioned into separate files.
| Is This Answer Correct ? | 22 Yes | 8 No |
Post New Answer View All Answers
What are the 2 ways of adding constraints to a route?
What is the .net framework?
Are there any parts of the .net framework 3.0 that only work on windows vista?
What is viewdata?
What is the use of display modes?
How does the .net framework 3.0 relate to windows vista?
What is storage model? : Entity framework
What is RouteConfig.cs in ASP.Net MVC 4?
Explain Sections is ASP.Net MVC?
mention what are the various methods provided by the dataset object to generate xml?
which are the key concepts of entity data model?
Mention what is the difference between “ActionResult” and “ViewResult” ?
Explain tempdata in asp.net mvc?
Explain how you can implement Ajax in MVC?
What is partialview in asp.net mvc?