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 is conceptual model? : Entity framework
explain what does .edmx file contains?
What is the use .glimpse in mvc?
What is Dependency Injection in ASP.Net MVC
differences between poco, model first and data first approach?
What is orm entity framework?
What are the two ways to add constraints to a route?
Explain test driven development (tdd) ?
Explain the request flow in asp.net mvc framework?
Explain Keep method in Tempdata in ASP.Net MVC?
Can we have enum in entity framework?
Explain peek method in tempdata in asp.net mvc?
How do you handle variable number of segments in a route definition?
How to make sure Client Validation is enabled in ASP.Net MVC
Are there any parts of the .net framework 3.0 that only work on windows vista?