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
Explain Keep method in Tempdata in ASP.Net MVC?
How we can call a JavaScript function on the change of a Dropdown List in ASP.Net MVC?
What is associationset? : Entity framework
Mention some action filters which are used regularly in ASP.Net MVC?
What is RouteConfig.cs in ASP.Net MVC 4?
What are the 2 ways of adding constraints to a route?
Is .net framework 4.8 the last version?
What symbol would you use to denote, the start of a code block in razor views?
what is ssdl?
How to update one of my table in database at 4pm every day how it is possible?
What is entitytypes? : Entity framework
Can I set the unlimited length for "maxjsonlength" property in config?
Explain the 'page lifecycle' of an ASP.NET MVC?
In which assembly is the mvc framework defined?
What is managed extensibility framework?