Published: October 16 2019
Last updated: December 13 2019
How to build an API with role based authorization / access control in ASP.NET Core 3.1 & C#. Includes example client apps built with Angular, React and Vue.
Published: October 14 2019
Last updated: June 04 2020
Simple boilerplate ASP.NET Core 3.1 API that supports User Registration, Login and User Management. Uses SQLite in development & SQL Server in production and includes example client apps built with React, Angular & Vue.
Published: October 11 2019
Last updated: August 13 2020
How to implement custom JWT authentication in ASP.NET Core 3.1 with C#. Includes example client apps built with React, Angular & Vue.
Published: September 06 2019
Last updated: October 06 2020
A quick set of examples to show how to send HTTP GET requests from Angular to a backend API
Published: September 04 2019
The below steps show how to quickly add a global LESS / CSS stylesheet to your Angular application using Webpack
Published: September 03 2019
This is a quick example to show how to easily backup and restore a MongoDB database from the command line, using the current date as the backup folder name (YYYYMMDD)
Published: August 21 2019
A simple example of how to implement client-side pagination in Vue.js.
Published: August 12 2019
A simple example of how to implement server-side pagination in Vue.js with a Node.js backend API.
Published: August 06 2019
A Custom Authentication and Role Based Authorization / Access Control Example built with Angular 8, TypeScript and Angular CLI
A simple example of how to implement server-side pagination in React with a Node.js backend API.