Using MongoDB with ASP.NET Web API |
Using MongoDB with ASP.NET Web API Posted: 18 Feb 2012 10:53 PM PST MongoDB is a popular NoSQL database that makes it a great backend for Web APIs which lend themselves towards a document store rather than a relational store . In this blog we show how you can use MongoDB with ASP.NET Web API to build an ApiController with support for HTTP GET, PUT, POST, and DELETE. Our sample controller is a simple contact manager Web API which builds on many of the same concepts as in the tutorial " Creating a Web API that Supports CRUD Operations " so I would recommend that you skim that for background. In particular, the URI patterns are very similar to that of the tutorial: Action HTTP Method Relative URI Get a list of all contacts GET /api/contacts Get a filtered list of all contacts GET /api/contacts?$top=2 Get a contacts...(read more) |
How far will Microsoft go with HTML ?! Posted: 19 Feb 2012 05:20 AM PST Let's face it people, if you can deliver your product in HTML without compromising on UI/UX then … you should !!! HTML is the ultimate cross platform technology, and that's the sad truth. I still do believe that Silverlight has … Continue reading...( read more )...(read more) |
You are subscribed to email updates from "microsoft" via Ehsan in Google Reader To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google Inc., 20 West Kinzie, Chicago IL USA 60610 |
No comments:
Post a Comment