what are partial classes?
Answer Posted / rony sunny
Partial class is a new functionality that is included in
Visual Studio .Net 2005 and is supported in ASP.Net 2.0.
This new functionality helps you to split a single class
into multiple partial classes. These partial classes can be
in different individual files.
| Is This Answer Correct ? | 3 Yes | 7 No |
Post New Answer View All Answers
Can we change web.config settings from iis?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
Which filter executes first in an asp.net mvc application?
How can we determine action invoked from HTTP GET or HTTP POST?
what do you mean by table-per-type?
Explain the new features 3.5 framework against with the tool?
What are child actions in ASP.Net MVC?
What is the use of display modes?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
How do I install .net framework?
Possible ways to prevent xss attacks on mvc application?
What is Attribute Routing in ASP.Net MVC?
What are Action Methods in ASP.NET MVC?
What is layout in mvc?
what is complex type?