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
What are the new features 3.5 framework against with the tool?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?
what is minimum requirement for entity framework applications to run?
Does windows 10 need .net framework?
What you mean by routing in asp.net mvc?
What does mvvm mean?
What is difference between razor and web form engine?
How do I use partial view?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
Where is the new functionality in the .net framework 3.0 (such as wcf, wf, wpf, and cardspace) installed to? Is that different from where the .net framework 2.0 is installed to?
what is split entity?
How can we determine action invoked from HTTP GET or HTTP POST?
Difference between ASP.NET MVC and ASP.NET WebForms?
How can I return string result from action in asp.net mvc?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?