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 is the importance of NonActionAttribute?
What is the use of view model in asp.net mvc?
What is filters in web api?
What is the difference between .net core and .net framework?
Explain the use of Inversion of control (IOC)?
Explain what is routing?
How OS come to know whether to load the .net framework when we run an .exe created using .Net framework?
What are differences between entity framework and l2s? : Entity framework
What is the advantage of using asp.net routing?
explain what is ado.net entity framework?
What is model first? : Entity framework
Difference between ASP.NET MVC and ASP.NET WebForms?
What is the need of Action Filters in ASP.Net MVC
Mention the core components of .net framework?
How do I use partial view?