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 advantages of asp.net mvc over asp.net?
How do you assign a value to a complex number 7 how has exception hand changed in .net framework 4.0?
Explain what is routing?
How can we determine action invoked from HTTP GET or HTTP POST?
What is the purpose of a web form?
How we can call a javascript function on the change of a dropdown list in mvc?
How do I install .net framework?
What is the difference between renderaction and renderpartial?
Will the name change be reflected in any of the existing .net framework 2.0 apis, assemblies, or namespaces?
What is the use of view model in asp.net mvc?
How to update one of my table in database at 4pm every day how it is possible?
How can you return string result from Action in ASP.Net MVC?
What is managed extensibility framework?
What is viewbag?
What are the options can be configured in AJAX helpers?