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
When will the .net framework 3.0 be released?
what is model first approach?
What is razor code?
How can I tell what .net framework is installed?
What is work of clr?
In .net compact framework, can we free memory explicitly without waiting for garbage collector to free the memory?
Is .net core replacing .net framework?
How we can add the CSS in ASP.Net MVC?
How do you handle variable number of segments in a route definition?
What is object service? : Entity framework
Explain the .net framework.
What is the "helperpage.isajax" property?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
How to update one of my table in database at 4pm every day how it is possible?
What is basic authentication in web api?