what are partial classes?
Answer Posted / chaitanya.k
Partial classes is a new feature of OOPs in .NET2.0
Partial classes means split the class into multiple files.
For example
u r working with windows applications actually
designer.cs is using a class like webform1, u can use this
class in other cs file also.
| Is This Answer Correct ? | 59 Yes | 13 No |
Post New Answer View All Answers
What are the levels at which filters can be applied in an asp.net mvc application?
Can I add asp.net mvc testcases in visual studio express?
What is action methods in web api?
Which filter executes first in an asp.net mvc application?
Explain the new features 3.5 framework against with the tool?
What are the 3 segments of the default route, that is present in an ASP.NET MVC application?
What is objectset? : Entity framework
Is it possible to share a view across multiple controllers?
Which version of .net framework is installed?
Asp.net mvc application, makes use of settings at 2 places for routing to work correctly. What are these 2 places?
What are ajax helpers in asp.net mvc?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
Explain Bundle.Config in ASP.Net MVC4?
How large is the .net framework 3.0?
Explain ASP.NET MVC Identity and Security?