In this post we will get overview and generate a basic label code using our database table column that help in development. The main thought behind the sample was to generate the common types of code easily. The Single page application is built with ASP.Net Core & AngularJS, here’s the execution environment & API service is in .Net […]
Category: Stored Procedure
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 […]
Learn About MEAN Stack
MongoDB, Express, AngularJS, Node.js abbreviated as MEAN, these are development pack by all Javascript. In this sample we are going to use MSSQL Server instead of MongoDb. With this application sample we can create a new user, show all the user, modify user data & also can able to delete the user through API build with Express from […]