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
List out few different return types of a controller action method?
How can we determine action invoked from HTTP GET or HTTP POST?
mention what is the key advantage of using entity framework or ef?
What are the major improvements provided by the common language runtime and the base class libraries? Or what are the major improvements in .net framework 4.0?
What is the significance of nonactionattribute?
Can I set the unlimited length for "maxjsonlength" property in config?
What are the possible razor view extensions?
What is entity framework in asp net?
What is Layout in ASP.Net MVC?
Explain the new features 3.5 framework against with the tool?
What are Non Action methods in ASP.Net MVC?
what is entity framework advantage?
What is the difference between old ADO.NET and Entity framework coding techniques?
What are Validation Annotations?
What is an asynchronous controller in asp.net mvc?