what are partial classes?
Answer Posted / zahid nawaz
Partal classes can help in segregating code with respect
type like tool visual Studio generated,default imported
namespaces , events registration , variable declaration
code etc. It is best to split lengthy code into smaller
units but dealing them with same class Object
| Is This Answer Correct ? | 9 Yes | 9 No |
Post New Answer View All Answers
Mention two instances where routing is not implemented or required?
What is the 'page life cycle' of an ASP.NET MVC?
Is .net framework backwards compatible?
What is model first? : Entity framework
Can you explain model, controller and view in mvc?
What is code first? : Entity framework
How to use multiple submit buttons in asp.net mvc?
Will c# 3.0, vb.net 9.0, atlas, or linq be included in the .net framework 3.0?
Describe the .net framework architecture.
Explain Keep method in Tempdata in ASP.Net MVC?
What is the version number for the next version of the .net framework, codenamed �orcas�?
What is the domain object?
What are bundling & minification features in asp.net mvc 4?
what is datacontrols?
How to make sure Client Validation is enabled in ASP.Net MVC