DotNetStories
In my seminars I always show how to fetch data from an
SQL Server database to some UI controls (usually a
GridView control). I use the connected data access
model,I use the disconnected data access model
(datasets) and obviously I provide samples that
leverage
LINQ to SQL
and
Entity Framework.
Sometimes I get asked how to search through the results
that are bound to a GridView control.