Can we have more than 1 partial classes in the same file?
Answer Posted / m.karunakar
yes.more than one programmer working in the same module in
the project.example one progrmmer writing one method in main
system and ononther programmer can also add onother method
are functionlity that class by using partial class.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can we free memory explicitly without waiting for garbage collector to free the memory in .net compact framework?
What is a view engine?
How we can call a javascript function on the change of a dropdown list in mvc?
How the ‘page lifecycle’ of ASP.Net MVC does works?
What is edm (entity data model)? : Entity framework
What is NonActionAttribute ?
Does Tempdata hold the data for other request in ASP.Net MVC?
How do you handle variable number of segments in a route definition?
How to use multiple submit buttons in asp.net mvc?
Can a view be shared across multiple controllers? If yes, how we can do that?
What is an asynchronous controller in asp.net mvc?
What is razor code?
Do you know about the new features in ASP.Net MVC 4 ?
Can you please explain the request flow in ASP.NET MVC framework?
The order of the filters that get executed, if the multiple filters are implemented?