The text of this article is not in this database — only its details are. Read it on the old site: Data Binding in WPF DataGrid Control Using SQL Server Database Via LINQ
6 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.

paul paulPosted May 10, 2017, 5:46 AM
Very thanks,it is very nice.Thanks again
Sabbir AhmedPosted Mar 20, 2017, 4:12 AM
Thanks a lot. But tell me how to save textbox data on database ???
RENATO MALLARIPosted Sep 17, 2015, 1:59 AM
Can I used SQL commands using the above example? What will be the equivalent code?
hassan mirhosseiniPosted Aug 10, 2015, 2:32 AM
List<Emp> TableData = test.Emps.ToList();cannot resolve symbol 'Emp'
Dinesh BeniwalPosted Oct 18, 2014, 12:27 PM
Good start, welcome to C# Corner.