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
sql related question (outer join, left, right etc) array vs hashtable CRL sqldatareader vs dataset what is WPF, WCF, compare to WinForms Webservices Asp.net MVC vs WebForms?
Which filter executes first in an asp.net mvc application?
Does .NET Framework support SAX?
What is tempdata?
Explain what is routing?
Explain the methods used to render the views in ASP.Net MVC?
What is work of clr?
how to disable the lazy loading framework?
Explain the new features added in version 4 of mvc (mvc4)?
Describe the roles of clr in .net framework.?
What is RouteConfig.cs in ASP.Net MVC 4?
What is the domain object?
How do I use partial view?
How we can handle the exception at controller level in ASP.Net MVC?
Mention two instances where routing is not implemented or required?