Hey friends! Happy Friday! Check this out!
ASP.NET Core Tests That Once Saved Me Are Now WRECKING Me!
https://m.youtube.com/watch?v=ZHuJvkGau2w&feature=youtu.be
#dotnet #programming #coding #aspnet
Happy Friday, developers!
How To List All Routes In A Minimal API ASP.NET Core Application
https://m.youtube.com/watch?v=mP-EDG6fIfQ&feature=youtu.be
#dotnet #programming #coding #aspnet
How do you manage "actions" over REST API ?
Let's say I have a /v1/instances REST resource and I need a "refresh" action that will trigger some async task, do you create a POST /v1/instance/<id>/refresh, or something like PATCH /v1/instance/<id> with a payload {"action":"refresh"}, or something else ?
#api #aspnet #dotnet #python #ruby #webdev
https://wildermuth.com/2022/05/04/using-background-services-in-asp-net-core/ - using IHostedService in #ASPnet to run background tasks. No more Windows service just to resize a photo or send an email. If you're in #Docker #containers or #k8s, still better to run separately to scale differently. Nice post https://linkedin.com/in/shawnwildermuth.
#aspnet #docker #containers #k8s
Technology & Friends Episode 764 - J. Tower on Migrating Legacy #ASPNET Applications with host David Giard.
https://davidgiard.com/j-tower-on-migrating-legacy-aspnet-applications
#aspnet #podcast #devcommunity #dotnet #webdev #migration
ICYMI: 📢 Blogged: Blazor in .NET 8 - Part 2: Server-side & Streaming Rendering
In this post I talk about server-side and streaming rendering, two of the new render modes coming to Blazor in .NET 8
#dotnet #blazor #aspnet #aspnetcore #webdev
https://chrissainty.com/blazor-in-dotnet-8-server-side-and-streaming-rendering
#dotnet #blazor #aspnet #aspnetcore #webdev
📢 Blogged: Blazor in .NET 8 - Part 2: Server-side & Streaming Rendering
In this post I talk about server-side and streaming rendering, two of the new render modes coming to Blazor in .NET 8
#dotnet #blazor #aspnet #aspnetcore #webdev
https://chrissainty.com/blazor-in-dotnet-8-server-side-and-streaming-rendering
#dotnet #blazor #aspnet #aspnetcore #webdev
ICYMI: 📢 Blogged: Blazor in .NET 8 - Part 1: Full stack Web UI
This is the first in a series looking at the big, exciting new changes coming to Blazor in .NET 8
#blazor #dotnet #aspnet #aspnetcore
https://chrissainty.com/blazor-in-dotnet-8-full-stack-web-ui
#blazor #dotnet #aspnet #aspnetcore
📢 Blogged: Blazor in .NET 8 - Part 1: Full stack Web UI
This is the first in a series looking at the big, exciting new changes coming to Blazor in .NET 8
#blazor #dotnet #aspnet #aspnetcore
https://chrissainty.com/blazor-in-dotnet-8-full-stack-web-ui
#blazor #dotnet #aspnet #aspnetcore
https://andrewlock.net/why-isnt-my-aspnetcore-app-in-docker-working/ - #ASPnet listens on loopback only by default. Running in #Docker? Make sure to bind to other IPs too: `ASPNETCORE_URLS=http://+:5000` The `+` means "all IPs". Great tip @andrewlock.
Hey #dotnet developers, do you build #spa apps with #angular, #react or #vuejs? If so, check out my new video where I talk about the new SPA templates with #aspnet hosted backends! Please comment, subscribe to my channel and share!
https://youtu.be/ksbbFibojyI
#dotnet #spa #angular #react #vuejs #aspnet
I just wrote a small article on my #techblog about how to integrate #opensource #keycloak as #openid provider on a simple #dotnet #aspnet #angular application.
Feedbacks welcome (especially if you have an idea about the SPA proxy routing thing)
#opensource #techblog #keycloak #openid #dotnet #aspnet #angular
Hey programmers! Resharing this!
Testing How ASP.NET Core Registered Routes Are Configured [xUnit]
https://m.youtube.com/watch?v=MPnJcJ7Aw9U&feature=youtu.be
#dotnet #programming #coding #aspnet
Check out my latest #dotnet #aspnet video where we talk about even more #blazor #SSR enhancements in .NET 8
https://youtu.be/TWb_gR5I_4U
Did you know "Debugging Just Got Way Better in .NET 8"? Watch this video about the new enhancements that have made debugging awesome
https://youtu.be/pMr2rBG4IUQ
#dotnet #aspnet #visualstudio