On this week's #Blazor Community Standup:
π Full Stack Blazor Tips and Updates
β Daniel Roth, Mackinnon Buck, Jon Galloway
π Tuesday | Sep 12
β° 10:00 AM Pacific | 17:00 UTC
βΆοΈ https://youtu.be/47CZqb53nCM #dotnet
@webdev_discussions also useful for #blazor devs, as it uses the react rendering model.
Put in a full day at the #SaltMine yesterday, mostly going over the #Blazor code. Definitely a complicated stack and hard to figure out where to put the logic. Currently, much of it is in SQL stored procedures, but there are plenty of drawbacks with that, like no versioning and hard to find the code. I'm trying to do some tricky #SQL searching to make it easier to find records but the syntax keeps tripping me up.
I've deployed a #Blazor #PWA on an #Azure App Service. I'm using the hosted model with the default Client, Server and Shared projects.
Calls to my API controllers work fine in dev, but not on the Azure App Service. All calls to my /api endpoints get redirected back to the PWA. How do I configure my application to pass the API calls to my controllers?
This app was deployed via Azure Pipeline CI if that makes any difference.
So yeah, I need to make a real effort to clamber into the #SaltMine and get cracking. The customer is antsy about getting some real progress on the finished app, so I need to find a way to contribute ASAP. I'm pretty confident in my #Blazor and #CSharp skills at this point, so it's just a matter of finding a way to contribute directly to our code.
I am working on getting error-handling JSInterop into my Blazor Web Audio wrapper. ππMaking for easy and safe interactions with all the cool sound capabilities of the browser.
#blazor #dotnet #csharp #sound
Project: https://github.com/KristofferStrube/Blazor.WebAudio
#blazor #dotnet #csharp #sound
It's the #Blazor Puzzle https://youtu.be/QMw9GgiU_Ng episode 3 with myself and @csharpfritz premiering Friday, Sept 8 at 2PM ET
ICYMI, we had @egil and Steven Giesel talking about #bUnit β A modern and blazingly (π€) fast framework to test your #blazor components. π
Check the timestamps for all the topics we've covered! πΊ
https://blog.jetbrains.com/dotnet/2023/09/04/oss-power-ups-bunit-webinar-recording/
#bUnit #blazor #dotnet #oss #powerups
As a lowly consultant, I should probably put some time down in the #SaltMine today. I need to get the #Blazor app running locally, which means solving a couple problems. While I have it reading the #Access database using the OPENQUERY method, it still doesn't work when using the '...' method. I'm not entirely sure what that notation - [LINKED_SERVER]...tblName.fldName - means, so I need to figure that out first. #SQL
#saltmine #blazor #access #sql
I had some more fun working on a #blazor chat overlay for OBS. It's super long but tons of fun. Maybe one day I'll learn to edit.. https://youtu.be/qaTvmsVne50
Spent quite a chunk of time in the #SaltMine too. Not really used to that. Kinda like my time off! I'm pretty comfortable with the tech stack ( #Blazor, #CSharp, #SQL, #SQLServer), so I spent some time getting the work project set up and running. Spent way too long setting up a Linked Server to a local Access database. Googling for answers brought in too many crazy "answers". So annoying. The actual solution was pretty easy.
#saltmine #blazor #csharp #sql #sqlserver
It was a crazy day yesterday and the #SaltMine was no exception. I spent the morning working on a #Blazor test app then had a 90 minute meeting with the other developer so he could show me the layout of the code. Already have a couple interesting tasks ahead of me and am looking forward to getting started today. Which is refreshing!
Looks like The Dev Talk Show is streaming LIVE NOW. Chris Gomez is walking us through #Blazor in #dotnet 8.
Join in the live stream here: https://www.youtube.com/watch?v=kfxLIlFLVog
Had a productive day in the #SaltMine. I figured out my #Blazor #SQL connection issue. It's pretty amazing how good the C# completion is. Heck, it will sometimes autocomplete entire methods. I did have a phone interview with a robotics company but they want 5 day attendance (not unsurprising when working so close with hardware) and it's just a bit too far away, and I'm a bit too set in my ways, to imagine commuting again.
Today @carlfranklin is showing off some Blazor+MAUI goodness. Cool to see how to use the platform-dependent capabilities through MAUI while still writing Blazor. β€οΈ
#blazor #maui #CPHDevFest
The #Blazor Puzzle ep 2 https://youtu.be/9gom0_Tf0Fo premieres Friday, Sept 1 at 2PM ET.
@jamesmontemagno do you have a link for the #dotnet 8 #blazor hybrid #MAUI issue you mentioned in Merge Conflict this week?