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
which are the key concepts of entity data model?
What is mapping in entity framework? : Entity framework
What is code first? : Entity framework
Explain unit test done by tester on development team?
mention what is csdl, ssdl and msl sections in an edmx file?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What is the use .glimpse in mvc?
What is entitytype? : Entity framework
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
What is meant by viewdata?
What is entity framework used for?
Explain how to use multiple submit buttons in ASP.Net MVC?
What is namespace of asp.net mvc?
what is lazy loading in entity framework?
How to update one of my table in database at 4pm every day how it is possible?