Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
3
Answers
How to save data in SQl server2012 using Entityframe Work6.o
Smruti Sahoo
10y
1.2k
1
Reply
Hello friend.
How to save data in SQl server2012 using Entityframe Work6.o in VS 2013?
I followed the same as entityfame work4.0 in VS 2010.
This is error
Feedback s = new Feedback();
s.Name = ent.Name;
s.Email = ent.Email;
s.Message = ent.Message;
context.Feedbacks.Add(s);here error present add method
context.SaveChanges();
Post
Reset
Cancel
Answers (
3
)
Next Recommended Forum
How to dynamically change the names of the Sessions
Employee ID Card