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
Is dapper faster than entity framework?
What are the Core features of ASP.NET MVC?
What is the use of the default route {resource}.axd/{*pathinfo} ?
Explain the methods used to render the views in mvc?
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What are the 2 ways of adding constraints to a route?
What is the significance of nonactionattribute?
What is the meaning of unobtrusive javascript? Explain us by any practical example.
Can you explain renderbody and renderpage in asp.net mvc?
How route table has been created in asp.net mvc?
What is the use .Glimpse in ASP.Net MVC
What are scaffold templates in mvc?
what is model first approach?
What are the main components of .net framework?
What is an asynchronous controller in asp.net mvc?