Answer Posted / govind
using aliasname = System.IO;
| Is This Answer Correct ? | 12 Yes | 4 No |
Post New Answer View All Answers
how do you query in entity model when the result has a join from from different database other than the entity model?
What are the 3 main components of an asp.net mvc application?
will there be any issues adding a table without primary keys to a data model?
what is entity framework advantage?
What is model first? : Entity framework
differences between poco, model first and data first approach?
Is .net core replacing .net framework?
what is datacontrols?
Is .net framework dead?
What is mvc entity framework?
Can we change web.config settings from iis?
What is the difference between entity framework and mvc?
Is .net core faster than .net framework?
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.
How can I return string result from action in asp.net mvc?