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 is .net architecture and framework?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is meant by viewdata?
Explain peek method in tempdata in asp.net mvc?
explain why t4 entity is important in entity framework?
What symbol would you use to denote, the start of a code block in razor views?
Explain the tools used for unit testing in ASP.Net MVC
What filters are executed in the end?
what is linq to entities?
Do I need microsoft .net framework?
what is .edmx file and what it contains?
What is the use of the default route {resource}.axd/{*pathinfo} ?
Explain the advantage of packaging over xcopy in .net?
Explain ASP.NET MVC Identity and Security?
Is http stateful or stateless?