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
sameer shaikh
NA
177
38.8k
How to perform CRUD operation in WebApi By using IEnumerable
Jun 28 2016 12:47 AM
Hi
I have created a Model class name is as Movie.cs in WebApi and its Properties are below
[Key]
public int Movie_Id { set; get; }
public string Movie_Name { set; get; }
public DateTime Reales_Date { set; get; }
public string Actress_Name { set; get; }
public string Actor_Name { set; get; }
public string Director_Name { set; get; }
and in controller created a list i.e List<Movie> list_movies=new List<Movie>();
and add some values in list.
now i want to perform GET,GET with Id,PUT,POST,DELETE operation on this list by using IEnumerable datatype..
so please help me how to write code of that Operation...
thanks for your help
Regards
Sameer
Reply
Answers (
4
)
i m using Ajax Calendar Extendar Start Date And EndDate Set
How to solve System.OutOfMemoryException in MVC?