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
What is .net framework & its benefits?
What are the 3 main components of an asp.net mvc application?
What is entity framework used for?
What is definingquery in entity framework? : Entity framework
How to bind table colum with gridview column?
What is session state management?
Which is the default http method for an action method?
Explain the 'page lifecycle' of an ASP.NET MVC?
How to use Jquery Plugins in ASP.Net MVC validation?
Explain RenderBody and RenderPage in ASP.Net MVC?
what is use of entitydatasource control?
What is oauth in web api?
What is entity client data provider? : Entity framework
How to update one of my table in database at 4pm every day how it is possible?
I want to fetch data from datareader. i have three tables in datareader. i want to bind my two table with datagrid, then i want to fetch a value from my third table. do u have any idea pls help me. we use dr.nextresult() for multiple tables.