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
How do you specify comments using razor syntax?
What is model first? : Entity framework
Mention what is the difference between “ActionResult” and “ViewResult” ?
How to make sure Client Validation is enabled in ASP.Net MVC
What is partialview in asp.net mvc?
mention what are the various methods provided by the dataset object to generate xml?
What are the main components of .net framework?
what is model first approach?
The order of the filters that get executed, if the multiple filters are implemented?
What is the purpose of a web form?
Explain the .net framework.
What type of filter does outputcacheattribute class represents?
In razor syntax, what is the escape sequence character for @ symbol?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What is entity framework? : Entity framework