Anyone help me to create one form with C# WPF which use LINQ TO SQL with SQL Server.
WPF
Form has 2 textbox and 1 image in WPF
txtFirstName
txtLastName
Image
SQL Server Database
tblEmp
EmpID - int
Firstname - nvarchar(10)
Lastname - nvarchar(10)
Image - image, varcharmax or whatever you use
dont forget i need to use linq to sql not any other
if anyone do it will help me a lot