Skip to content
Lilanga Gamage edited this page Dec 12, 2015 · 2 revisions

#Tech Stack Single Page Application using angularjs and powered by web api back end.

  • angularjs
  • Web api
  • MSSQL with entity framework
  • Identity Framework
  • Type Script

#Architecture SelfCare designed as a Single Page Application powered by ASP.NET Razor views. For the first route request, server side views rendered and send to client side. on client side it is cached as template and reused according to Single Page style.

Data service is powered by ASP.NET Web API and authentication mechanism provided by using same service with help of Identity Framework token generator mechanism.

Single Page Application powered by AngularJS and Javascript code is written using Type Script.

Clone this wiki locally