what are partial classes?
Answer Posted / anna
using a partial class, we can split a class into multiple
files.
compiler will treat them as different classes.
but when compiled all the files will be treated as a single
class.
it is more efficeint
Is This Answer Correct ? | 45 Yes | 7 No |
Post New Answer View All Answers
what is entity framework advantage?
What you mean by routing in asp.net mvc?
What is separation of concerns in asp.net mvc?
What are the advantages of mvc over asp.net?
What is the 'page life cycle' of an ASP.NET MVC?
What is ViewData and TempData in ASP.Net MVC?
What is oauth in web api?
What is the difference between viewbag and viewdata in mvc?
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
Can we add constraints to the route? If yes, explain how we can do it?
what is lazy loading in entity framework?
What is the use .Glimpse in ASP.Net MVC
How does servicing work for the .net framework 3.0?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
What is code first? : Entity framework