Blog Posts

Recent posts

ASP.NET - Web API 2 article

less than 1 minute read

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...

Boostrap3 - input file example

less than 1 minute read

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-...

AngularJS service code with ASP .NET WEB API2

less than 1 minute read

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...

ASP.NET - SPA with AngularJS

less than 1 minute read

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-...

AngularJS with TypeScript example

less than 1 minute read

The following links shows a good example using AngularJS with TypeScript. http://www.software-architects.com/devblog/2013/10/17/AngularJS-with-TypeScript-and...