ASP.NET - Web API 2 article
The following link explains about Web API2 with OWIN protocol http://blogs.msdn.com/b/webdev/archive/2013/09/20/understanding-security-features-in-spa-templa...
The following link explains about Web API2 with OWIN protocol http://blogs.msdn.com/b/webdev/archive/2013/09/20/understanding-security-features-in-spa-templa...
The following URL shows a good example how to make a nice looking file input button with Boostrap 3 http://www.abeautifulsite.net/blog/2013/08/whipping-file-...
The following AngularJS service code shows how to login with bearer token authentication of ASP.NET WEB API2 to access exported restful APIs. 1 2 3 4 5 6 7 8...
The following url shows an example of SAP with AngularJS for ASP.NET http://www.codeproject.com/Articles/657139/A-Book-Store-Application-Using-AngularJS-and-...
The following links shows a good example using AngularJS with TypeScript. http://www.software-architects.com/devblog/2013/10/17/AngularJS-with-TypeScript-and...