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
Can I add mvc testcases in visual studio express?
Why should we go for entity framework?
Explain the new features added in version 4 of mvc (mvc4)?
What is the role of the jit compiler in .net framework?
i want to take the fast track training on >net Frame work and work flows and share point could you tellme the good institutes for that cources
What is ViewStart Page in ASP.Net MVC?
Which version of the common language runtime (clr) does the .net framework 3.0 use?
What is the advantage of using asp.net routing?
What is the use of the default route {resource}.axd/{*pathinfo} ?
What is MVVM design pattern?
Explain Keep method in Tempdata in ASP.Net MVC?
What is representational state transfer (rest) mean?
In razor syntax, what is the escape sequence character for @ symbol?
what is model first approach?
what is eager loading?