TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Smruti Sahoo
NA
1
1.5k
How to save data in SQl server2012 using Entityframe Work6.o
Jun 3 2014 1:17 AM
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();
Reply
Answers (
3
)
How to dynamically change the names of the Sessions
Employee ID Card