what are partial classes?
Answer Posted / kamlesh sharma
through partial keyword we can split the defination of the
class in different source files and these definations are
combined when application is compiled.
it may be helpful in large projects,so many people can work
on same class
| Is This Answer Correct ? | 20 Yes | 5 No |
Post New Answer View All Answers
what do you mean by table-per-hierarchy?
What are bundling & minification features in asp.net mvc 4?
Explain the role of assembly in the .net framework.
Explain RenderBody and RenderPage in ASP.Net MVC?
How to change the action name in ASP.Net MVC?
In which assembly is the mvc framework defined?
Can I add asp.net mvc testcases in visual studio express?
What is entity framework? : Entity framework
What are the main features of asp.net mvc 4 used by asp.net web api?
Mention some action filters which are used regularly in ASP.Net MVC?
Is .net framework 4.8 the last version?
Can I uninstall microsoft .net framework?
explain lazy loading, eager loading, and explicit loading?
Explain tempdata in asp.net mvc?
how do you query in entity model when the result has a join from from different database other than the entity model?