Skip to content

Instantly share code, notes, and snippets.

View avikenjale's full-sized avatar

Avi Kenz avikenjale

  • Jersey City, NJ
View GitHub Profile
@ducas
ducas / TodoApiController.cs
Created February 27, 2012 02:55
Validating your model with Web API
using System.Collections.Generic;
using System.Linq;
using System.Web.Http;
using System.Data;
public class TodoApiController : ApiController
{
private BetterMobileSpaContext db = new BetterMobileSpaContext();
// GET /api/todoapi