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
what is msl?
What is Area in ASP.Net MVC?
Is it possible to combine asp.net webforms and asp.mvc and develop a single web application?
What are the main components of .net framework?
What is the use .glimpse in mvc?
What is the difference between viewbag and viewdata in asp.net mvc?
What is the use of the default route {resource}.axd/{*pathinfo} ?
When using aspx view engine, to have a consistent look and feel, across all pages of the application, we can make use of asp.net master pages. What is asp.net master pages equivalent, when using razor views?
Can you please explain the request flow in ASP.NET MVC framework?
What filters are executed in the end?
Explain the difference between Viewbag and Viewdata in ASP.NET MVC?
what is entityclient?
What is a model in android?
what is more complex to implement property, methods or event? how can I define criteria to compare the difficulty of implementation between them? for example the number of methods wanted to implements property is 2 methods. how many methods I need it to implements events?
What is Dependency Injection in ASP.Net MVC