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 the methods used to render the views in ASP.Net MVC?
How does the .net framework 3.0 relate to windows vista?
Can you Write the GC(Garbage Collector) Algoritham in .NET? (But not Explination of Working of GC).
Can I uninstall microsoft .net framework?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What is the benefit of entity framework?
Which filter executes first in an asp.net mvc application?
What is viewstart page in mvc?
List the new features added in .net framework 4.0.
What is the difference between .net core and .net framework?
What are the versions of .net framework?
Is it possible to unit test an mvc application without running the controllers in an asp.net process?
How we can add the CSS in ASP.Net MVC?
What are the advantages of asp.net mvc?
What is the importance of NonActionAttribute?