Building a REST API architecture in MVC 3(www.iwantmymvc.com)

submitted by schwartyschwarty(125) 9 months, 15 days ago

Learn how to build a REST API architecture within an ASP.NET MVC 3 application.

2 comments |category: |Views: 132

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by dpetersondpeterson(4397) 9 months, 14 days ago 0

Very nice article, more than enough to get up and running with REST under ASP MVC3.
It feels a lot like the Nancy project https://github.com/thecodejunkie/Nancy but with the benefits of having MVC baked in should you need it.

Reply

posted by vijaystvijayst(1311) 9 months, 12 days ago 0

I have implemented a similar restful architecture for comments in my blogging application: http://liteblog.codeplex.com.

One thing that I like to point out is you have not covered how to use these JSON objects from Javascript. This will make the post a very good reference material.

Reply

information Login or create an account to comment on this story