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


Please Help Members By Posting Answers For Below Questions

What symbol would you use to denote, the start of a code block in razor views?

566


What is asp net framework?

512


What are action filters?

600


What is the version number for the next version of the .net framework, codenamed �orcas�?

483


What is the importance of NonActionAttribute?

607






what is code first approach?

585


What is Differnce between html.action and ajax.action?

562


What are HTML Helpers, AJAX Helpers in ASP.Net MVC?

572


How large is the .net framework 3.0? Does this change make the release larger?

552


Why to use html.partial in mvc?

715


What is .net core framework?

530


What is objectset? : Entity framework

546


What are the possible razor view extensions?

567


how do you truncate a table using entity data model?

588


What is the use of web api ? Why web api needed, if you have already restful services using wcf ?

546