Hi.. just wondering if you could teach me how to connect in ADO.NET in ASP.NET MVC3 C#. If possible in detailed explaination. Or any links you can recommend?
I have no background on ADO.NET yet especially how to install and configure. even what to be installed or what software specifically. I just want to install ADO.NET because I prefer a manual SQL commands to be used.
Is there a big difference when using ADO.NET or EF? I mean, what if handling large or millions of records, which will be better?
camilord
Member
5 Points
24 Posts
How to use ADO.NET in ASP.NET MVC3 C#?
Dec 29, 2012 05:55 AM|LINK
Hi.. just wondering if you could teach me how to connect in ADO.NET in ASP.NET MVC3 C#. If possible in detailed explaination. Or any links you can recommend?
I have no background on ADO.NET yet especially how to install and configure. even what to be installed or what software specifically. I just want to install ADO.NET because I prefer a manual SQL commands to be used.
Is there a big difference when using ADO.NET or EF? I mean, what if handling large or millions of records, which will be better?
urenjoy
Star
12367 Points
1862 Posts
Re: How to use ADO.NET in ASP.NET MVC3 C#?
Dec 29, 2012 09:14 AM|LINK
http://stackoverflow.com/questions/6694098/using-asp-net-mvc-with-classic-ado-net
http://programmers.stackexchange.com/questions/117357/is-entity-framework-suitable-for-high-traffic-websites
tdykstra
Contributor
4463 Points
624 Posts
Microsoft
Moderator
Re: How to use ADO.NET in ASP.NET MVC3 C#?
Dec 29, 2012 08:30 PM|LINK
See also the discussion of ADO.NET vs. Entity Framework in this MSDN page:
http://msdn.microsoft.com/en-us/library/ms178359.aspx#orm