Click here to Skip to main content
15,904,024 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
REST service using ASP.NET MVC

What I have tried:

How to create a REST service using ASP.NET MVC
Posted
Updated 28-Dec-17 13:49pm

1 solution

This should have been a google search.

Here is a good starting point.

ASP.NET Web API - Google Search[^]

If you have an actual issue and are stuck somewhere, feel free to come back with a clear explanation of your issue, some relevant code examples and I am sure you will get more meaningful help.
 
Share this answer
 
Comments
Member 13597837 29-Dec-17 11:09am    
Thanks @David_Wimbley - I'm new to the code project.

I know ASP.NET Web API, is a new way of creating REST API,but I wanted to know how can get started if I want to achieve this just using ASP.NET MVC.
David_Wimbley 29-Dec-17 12:32pm    
MVC is not the same as a restful API. Web API is what you are looking for. I've provided you a link that should get you started as you've got some reading and research to do.

If you have a question other than "how do i get started" or "how to code restful api" then feel free to come back with a clear explanation of your issue and, if possible, relevant code samples and I'm sure you will get some meaningful assistance.

As it stands, like i said, your question is better formed as a google search as it is beyond the scope of a quick answer forum.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900