Hi Guys,
I am having trouble grasping the differences
between the ADO.NET Entity Framework and
the Dataset designer.
According to microsoft:
The Dataset Designer is a set of visual tools for creating and
editing typed datasets and the individual items that make up datasets.
The Dataset Designer provides visual representations of the
objects contained in typed datasets. You create and modify
TableAdapters, TableAdapter Queries, DataTables, DataColumns, and
DataRelations with the Dataset Designer.
Well, does the same thing not happen when
I use the ADO.NET Entity Framework to "mirror" my
database structures?
Microsoft Entity Framework
http://www.asp.net/learn/mvc/tutorial-21-vb.aspx