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
Does razor engine supports for tdd?
How we can call a javascript function on the change of a dropdown list in mvc?
What are the 2 ways of adding constraints to a route?
Is the following route definition a valid route definition? {controller}{action}/{id}
Mention some action filters which are used regularly in ASP.Net MVC?
What is meant by viewdata?
What is the mvc pattern (model view controller pattern)?
Explain Sections is ASP.Net MVC?
What are the versions of .net framework?
What is entity framework used for?
Is dapper faster than entity framework?
What is entitytype? : Entity framework
Which .net framework is installed?
mention what is the difference between ado.net and classic ado?
What are actions in asp.net mvc?