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
Explain test driven development (tdd) ?
Explain Sections is ASP.Net MVC?
What is the use .Glimpse in ASP.Net MVC
Explain the 'page lifecycle' of an ASP.NET MVC?
What is edm in entity framework?
How to return the JSON from action method in ASP.Net MVC?
Why to use '{resource}.axd/{*pathInfo}' in routing in ASP.Net MVC?
Explain Keep method in Tempdata in ASP.Net MVC?
What is the difference between viewbag and viewdata in asp.net mvc?
Can you use Razor code in Javascript in ASP.Net MVC?
Is .net framework going away?
What is disconnected scenario? : Entity framework
Explain the methods used to render the views in mvc?
What is namespace of asp.net mvc?
What are Action Methods in ASP.NET MVC?