I am going to making asp.net 4.0 for first time. I was making my all application in asp.net 2.0 where I was using DAL and BLL method. In that DAL I was making Table Adapter.
Now I am going to make application in asp.net 4.0 and I am thing that my application will become more complex and huge data. Can somebody guide me about stable and fast method for data manipulate like insert, update, and delete also complex query.
Thank you very much for reply and link also looks interesting. But can you suggest me the best method from all this. So without wasting my time, I can start reading researching on the particular topic.
I went to the web site you referenced and found lots of good information about things like ObjectDataSource, SqlDataSource, and TableAdapters. But, I didn't see anything about Entity Framework.
Ok. Thanks. I've been looking for some material from Scott Mitchell on EF. But haven't seen anything from him yet. I scanned the Table of Contents on his ASP.NET 4 book that was released last month and the 4Guys website, but didn't find anything on EF, except
in some MVC material.
milindsaraswala
Member
432 Points
520 Posts
Best Data Access Method
Oct 03, 2010 04:50 PM|LINK
I am going to making asp.net 4.0 for first time. I was making my all application in asp.net 2.0 where I was using DAL and BLL method. In that DAL I was making Table Adapter.
Now I am going to make application in asp.net 4.0 and I am thing that my application will become more complex and huge data. Can somebody guide me about stable and fast method for data manipulate like insert, update, and delete also complex query.
I also appreciate if some tutorial for the same.
Kindly advice on which you have own experience.
ignatandrei
All-Star
107531 Points
16389 Posts
Moderator
MVP
Re: Best Data Access Method
Oct 03, 2010 05:50 PM|LINK
Entity Framework
http://www.asp.net/web-forms/data
milindsaraswala
Member
432 Points
520 Posts
Re: Best Data Access Method
Oct 03, 2010 06:05 PM|LINK
Thank you very much for reply and link also looks interesting. But can you suggest me the best method from all this. So without wasting my time, I can start reading researching on the particular topic.
ignatandrei
All-Star
107531 Points
16389 Posts
Moderator
MVP
Re: Best Data Access Method
Oct 03, 2010 06:59 PM|LINK
Sorry, but is not "royal way" in programming. Be sure you read the tutorials ( if you know what's inside for one , you can skip and go for the next)
chrismorgan
Member
4 Points
2 Posts
Re: Best Data Access Method
Oct 03, 2010 08:52 PM|LINK
I went to the web site you referenced and found lots of good information about things like ObjectDataSource, SqlDataSource, and TableAdapters. But, I didn't see anything about Entity Framework.
ignatandrei
All-Star
107531 Points
16389 Posts
Moderator
MVP
Re: Best Data Access Method
Oct 03, 2010 09:09 PM|LINK
You are right - and I'm sorry. Anyway , there are :
LINQ Videos from the VB Team
and
How Do I with LINQ
chrismorgan
Member
4 Points
2 Posts
Re: Best Data Access Method
Oct 03, 2010 09:47 PM|LINK
Ok. Thanks. I've been looking for some material from Scott Mitchell on EF. But haven't seen anything from him yet. I scanned the Table of Contents on his ASP.NET 4 book that was released last month and the 4Guys website, but didn't find anything on EF, except in some MVC material.