How hard can it be to do .NET MVC routing properly along with your AngularJS single page app? -Not very hard. Here is how you can do it: MVC routing in RouteConfig.cs Most of the guides you find tells you how to handle the routing if you wan’t to have your SPA routes with an app/ or angular/ prefix. For the sake of having as Read more…
Angular
Validate Anti-Forgery Token using AngularJS, TypeScript, ASP.NET MVC and Web API
I’ve used Olav Nybø’s guide as a base for this article.