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 ajax helpers in asp.net mvc?
What is web api‘s in asp.net mvc 4 ?
What is objectset? : Entity framework
Why is the .net framework 3.0 a major version number of the .net framework if it uses the .net framework 2.0 runtime and compiler?
What is connected scenario? : Entity framework
What is work of clr?
Which is the root namespace for fundamental types in .net framework?
Is it possible to cancel filter execution?
what is csdl?
What is iobjectset? : Entity framework
What are scaffold templates in mvc?
How to enable Attribute Routing?
What are the 2 ways of adding constraints to a route?
What is the use .glimpse in mvc?
how do you mark a property as required? For example, for a project, the name is a required field.