Can we have more than 1 partial classes in the same file?
Answer Posted / ssv_sathish
YES, basically, partial classes are meant for sharing or
working on different files. so you can have 2 partial
classes in the same file or different class declared as
partial in the same file, provided PUBLIC is the access
modifier.
| Is This Answer Correct ? | 35 Yes | 4 No |
Post New Answer View All Answers
How does the 'page lifecycle' of asp.net mvc works?
What is the use of the default route?
What is controllercontext?
What is the significance of nonactionattribute?
Mention some action filters which are used regularly in ASP.Net MVC?
How do I use partial view?
what is dot net? what is use dot net? what is benifit of dot net?what is vb dot net? what is ado dot net? what is c#?
What are the 2 ways of adding constraints to a route?
What is difference between razor and web form engine?
What are the components of the .net framework.
What is viewstart page in mvc?
What is Differnce between html.action and ajax.action?
What are the versions of .net framework?
What is the domain object?
Where are the routing rules defined in an asp.net mvc application?