what are partial classes?
Answer Posted / anna
using a partial class, we can split a class into multiple
files.
compiler will treat them as different classes.
but when compiled all the files will be treated as a single
class.
it is more efficeint
| Is This Answer Correct ? | 45 Yes | 7 No |
Post New Answer View All Answers
what is conceptual model?
Explain covariance and contra-variance in .net framework 4.0. Give an example for each.
What is the meaning of unobtrusive javascript? Explain us by any practical example.
Why should we go for entity framework?
List out few different return types of a controller action method?
What is .net framework & its benefits?
Explain linq to entities? : Entity framework
Explain test driven development (tdd) ?
How do I install .net framework?
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
which are the key concepts of entity data model?
What is the use of the default route {resource}.axd/{*pathinfo} ?
Where is tempdata stored?
What is the advantage of using asp.net routing?
What are Non Action methods in ASP.Net MVC?