I am new to wpf. I want to learn it. I have a table whose name is CasterMaster. Structure of table is ID(int identity field), name(varchar(50)). I want write a master form applcation for this table in WPF. Please Tell me how can I write a insert,update,delete operation in wpf on this table?