Introduction QuickApp has the same prerequisites as a standard ASP.NET Core Web Application project and an Angular web application. If you’re running on the latest version…
How to configure IdentityServer4 to use EntityFramework Core with SQL Server as the storage mechanism
In this short walk-through I’ll show you how to move IdentityServer4’s configuration data (resources and clients) and operational data (tokens, codes, and consents) into a database…
Introduction QuickApp is a web application framework that is designed to aid developers create Angular web applications quickly. It comes with several common application features such…
QuickApp Pro – ASP.NET Core 8 + Angular 17/Material startup project template
Welcome to QuickApp PRO This application template provides a quick and convenient way of creating ASP.NET Core 8 / Angular 17 applications LIVE DEMO | BUY…
A startup Angular 17 / ASP.NET Core 8 (cross-platform ) project template with an end-to-end login, user and role management implementation. As well as other common functionalities for Quick Application Development.…
In this post I’ll show you how to share html sessionStorage data across browser tabs in an angular web application. This is because by default…