I am a new to asp.net mvc c#, Now I created an ADO.NET Entity Model , and retrieved all the table in my database to put in it. Now I have create a View in my project, and I want to take the data from the ADO.net entity to show in my view as the table or something else.
Could anyone show me, how can I query data from ADO.net entity in my model of asp.net mvc?
Thanks in advanced.