A21-Adding docker support to ASP.NET Core SPA Application
A developer shares their journey and challenges adding Docker support to an ASP.NET Core SPA with Angular, including issues with Node.js and node-sass.
A developer shares their journey and challenges adding Docker support to an ASP.NET Core SPA with Angular, including issues with Node.js and node-sass.
Explains how to implement OAuth and OpenID Connect authentication protocols in a Blazor client-side application.
Analyzes the security concerns and evolving best practices for the OAuth2 implicit flow, especially for browser-based applications.
Guide to selectively enabling SSR or SPA mode for specific pages in a Nuxt.js 2 application, focusing on SEO and browser API access.
A tutorial on building a practical Blazor WebAssembly app in C#, demonstrating HTTP calls and project structure.
Explains how routing works in Blazor, covering route templates, parameters, constraints, and navigation methods for building multi-page apps.
A developer argues against transpiling modern JavaScript, showing how to use native ES6+ features like async/await and modules in browsers.
A guide to using a NuGet package for integrating Angular 2 into ASP.NET MVC and WebAPI applications, including setup and configuration.
A developer shares 10 reasons for switching from Angular to React, focusing on React's benefits as a view library.
Exploring scalable architecture for single-page applications, covering state management with Redux and asynchronous communication using RxJS.
A theoretical overview of AngularJS, exploring how Object-Oriented Design Patterns apply to its core components like controllers and partials.