In this article you’ll learn how to add progressive web app support in Blazor Server .NET 8. What are progressive web apps? A progressive web app (PWA) is an app that’s built using web platform technologies, but that provides a...
Code snippets for the YouTube video “Angular ASP.NET Core Minimal APIs Tutorial (pt. 2 – front end)”. app.component.ts ngOnInit CORS app.component.html APIEndpoints.ts HttpOptions.ts modal-create-post.component.ts modal-create-post...
Code snippets for the YouTube video ” Angular ASP.NET Core Minimal APIs Tutorial (pt. 1 – back end)”. AppDbContext.cs appsettings.json Add DbContext to DI PostsEndpoints.cs Program.cs
Code snippets for the YouTube video “.NET Stripe Tutorial”. You download the full source code here. Product.cs AppDbContext.cs ProductsController.cs appsettings.json Finished program.cs CheckoutController.cs checkout.js JavaScript...