Answer Posted / kirti
It's up to you to implement the method inside your own class, so implementation is left entirely up to you. This might cause a problem on a higher-level scale if similarly named methods from different interfaces expect different data, but as far as compiler cares you're
okay.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can we determine action invoked from HTTP GET or HTTP POST?
The order of the filters that get executed, if the multiple filters are implemented?
Which approach provides better support for test driven development - asp.net mvc or asp.net webforms?
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?
Which are the important namespaces used in ASP.Net MVC?
Will there be a .net compact framework 3.0 release with release of .net framework 3.0?
What is RouteConfig.cs in ASP.Net MVC 4?
What are the components required to create a route in ASP.Net MVC?
What is a model in programming?
What is entity graph? : Entity framework
Why is entity framework used?
What are the versions of .net framework?
what is model first approach?
What is the use of view model in asp.net mvc?
How can I return string result from action in asp.net mvc?