angular js and asp.net mvc 4 sample application

angularjs, asp.net-mvc

Solution

There are 2-3 project templates for AngularJS and MVC integration

ASP.Net MVC 4 template for AngularJS SPA http://visualstudiogallery.msdn.microsoft.com/cc6c9c5f-2846-4822-899f-a6c295cd4f2b (Created by me :)

and

http://visualstudiogallery.msdn.microsoft.com/5af151b2-9ed2-4809-bfe8-27566bfe7d83

Breeze AngularJS template http://www.asp.net/single-page-application/overview/templates/breezeangular-template

Problem

I am looking for a angular js and asp.net mvc 4 sample application. I found some very good samples with for angular js but not so much with insert , add, delete to a database. Does anyone have any examples available?

Original source