Securing a Cordova App Implemented With Angular Using OIDC and OAuth2
The blog post explains how to secure a Cordova app written in Angular using OIDC and OAuth2 with IdentityServer4 as the Secure Token Server. It covers configuring the authentication flow, modifying the authentication config for mobile devices, configuring the Cordova project, and handling the authentication callback in the Angular app.
Uploading Files to Azure Blob Storage With Angular and ASP.NET Core
This blog post explains how to upload files from an Angular application to an Azure Blob Storage using an ASP.NET Core WebAPI. It covers creating the Azure Blob Storage, setting up the ASP.NET Core WebAPI with the necessary NuGet package and configuration, and creating an Angular app with an UploadService to communicate with the backend and upload files to the Azure Blob Storage.
Building a Sample Todo App With SignalR Using Blazor WebAssembly
This blog post provides a step-by-step guide on how to create a Todo application using ASP.NET Core Blazor. The tutorial covers the frontend implementation, including forms, container components, and presentational components synchronized with SignalR. The post also mentions the availability of the backend code in a GitHub repository for reference.
Authentication in Angular With NgRx and ASP.NET Core
The blog post discusses how to add authentication and authorization to an Angular app using NgRx. It builds upon a previous blog post that covered the setup using OIDC and OAuth2 with Angular and ASP.NET Core. The post focuses on configuring the Angular application and implementing the necessary stores, actions, reducers, effects, services, and selectors using NgRx.
Authentication and Authorization With Angular and ASP.NET Core Using OIDC and OAuth2
This blog post explains how to add a login feature to an Angular application and secure it using OpenID Connect (OIDC) and OAuth2. It demonstrates the integration of an Angular app with an ASP.NET Core WebAPI and Identity Server for authentication and authorization purposes.
Cross Field Validation Using Angular Reactive Forms
In this blog post, I would like to describe how you can add validation to multiple fields of your reactive forms in Angular by using a feature called Cross Field Validation.
Implement Endless Scroll With Angular, NgRx and ASP.NET Core WebAPI
In this blog post, you will learn how to implement an endless scroll feature using Angular, Ngrx, and ASP.NET Core in the backend. The provided code in the repository serves as a demonstration and showcases the concepts for you to use in your own applications.
Creating an Angular Schematic and Turn It Into an Nx Plugin
Here you put your excerpt for the Blog Post.
Setting Windows Terminal as Default External Terminal in Visual Studio Code
Here you put your excerpt for the Blog Post.
Migrating an Nx Workspace From Karma to Jest
Here you put your excerpt for the Blog Post.