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
The order of the filters that get executed, if the multiple filters are implemented?
How to Redirect Tracing to a File
How can you return string result from Action in ASP.Net MVC?
Explain the .net framework.
What is RouteConfig.cs in ASP.Net MVC 4?
What is the use .Glimpse in ASP.Net MVC
What is .net framwork?
What is the difference between entity framework and mvc?
Which filter executes first in an asp.net mvc application?
What are the possible razor view extensions?
What is the difference between old ADO.NET and Entity framework coding techniques?
What is main objective of asp.net mvc 4 or what is new in mvc4 ?
What you mean by routing in mvc?
What are the 3 main components of an asp.net mvc application?
If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?