Click here to Skip to main content
15,896,606 members

Comments by TeacherDean (Top 20 by date)

TeacherDean 18-Dec-13 1:06am View    
Could you give me an example of your method, please?
TeacherDean 16-Dec-13 17:42pm View    
the db.SaveChanges() is a mistake, thanks for pointing it out.

Your method makes sense, but I feel it should be easier to save a new person to sql. After all, if I was doing this without MVVM, I could just do name = txtName.Text;
TeacherDean 11-Dec-13 1:30am View    
Thank you!
TeacherDean 26-Nov-13 4:37am View    
How do I get the changes to save to sql, please?
TeacherDean 25-Nov-13 3:16am View    
The changes are not sent to SQL.