Hello,
I was re-reading the chapter 14 of beginning asp.net in C# and
vb and i was wondering about the EntityDataSource. I have some questions.
1- It is best pratices to use EntityDataSource or bind dynamically using LINQ with a GridView.
2- Is EntityDataSource working with LINQ for querying ? (SELECT data)
3- Is there a way too add insert, update features using LINQ with the EntityDataSource ? or it is done automatically ?
Big thanks!