Single Page Application Using ASP.Net Core-AngularJs

In this post we are going to create a Single Page Application (SPA) with AngularJS and ASP.Net Core. We will use Angular-UI-Router for our application routing instead of MVC routing. If you are new to ASP.Net Core, get a complete startup overview here: https://shashangka.com/2016/11/26/net-core-startup/ Prerequisites: Before getting started make sure development environment is prepared properly. These are listed […]

Learn About API Authorization In Node.js

In this post we are going to secure our NodeJS API’s with customized security token generated by logged user and HTTP actions. How it Works: Let’s take a quick look on how the work is going to be done. Generating a customized token by each HTTP request. Pass it through request header(x-access-token) Server extract the token from each […]

Basic Templating NodeJS

Previously we learnt about how to simply starting up with nodejs & implementing package manager. Below link you can have an overview on startup NodeJS. Startup NodeJS Package Manager NodeJS Now we are going to explore basic single page templating with angular ui routing. Table of Content: Creating Layout Page Implementing Angular UI Routing Using Partial Views Let’s […]

1 2 3 4 Next »