Blog Posts

Recent posts

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

ASP .NET - Individual account in WEB API

less than 1 minute read

From MVC5, Microsoft changed a lot on identification mechanism. Web API will also use the updated framework which is based on OWIN. The following article wil...