Interested in learning more about plugins? Check out these videos!
Here are a collection of videos that I've put together on this topic. All full-length. All for free!
Autofac:
- Loading Plugins With Autofac 2: https://youtu.be/-pxwL_VD4Uo
Interested in learning more about plugins? Check out these videos!
Here are a collection of videos that I've put together on this topic. All full-length. All for free!
Autofac:
- Loading Plugins With Autofac 2: https://youtu.be/-pxwL_VD4Uo
What's coming for Aspire in 2026?
@MaddyMontaquila.net talks on .NET Rocks at www.dotnetrocks.com/details/1987 about her work as the product manager on Aspire, the tool that helps you build cloud-native distributed applications in any language and on any platform.
This artificial energy island looks like a really interesting European engineering project. β‘ The scale is impressive. π€
#Engineering #GreenEnergy #Europe
youtu.be/daJIjXrZRzs?...
π Demo Time v1.7.0 is out!
β¨ YAML demo file support
π€ GitHub Copilot Chat integration
β¨οΈ Type anywhere (terminal, chat, editor)
π§ͺ Sample demos
π οΈ Tons of new actions
π― Release notes β demotime.show/releases/1.7...
#VSCode #DevTools #LiveCoding #ShipIt
Dew Drop β April 3, 2025 (#4396)
www.alvinashcraft.com/2025/04/03/d...
#dotnet #ai #webdev #csharp #cloud #windowsdev #devops #mobiledev #visualstudio #dewdrop
Blogged: Implementing an interceptor with a source generator
andrewlock.net/creating-a-s...
In this post I show how interceptors work, and how you can implement an interceptor using a source generator and the GetInterceptableLocation API
#dotnet #csharp #aspnetcore
I was told that, of course, Agile is all about project management because that phrase appears in the Manifesto. The Agile Manifesto was written a quarter century ago. How agile would we be if we hadn't learned and adapted over those 24 years? Back then, everybody thought in terms of projects.
1/5
Interested in hybrid app development with #dotnetmaui #blazor or your favorite #javascript framework? I join Jesse Liberty on his pod to discuss:
jesseliberty.com/2025/03/07/j...
Great episode of one of my favorite podcasts! @gaprogman.com always guides the conversation so expertly, like with this deep dive on Pieces for Developers with Jim. AI tackling context switching & info overload for devs. #AI #developertools #productivity
I once asked "the internet" what maintainable code is all about. Some of the responses included answers like code that shows somebody cares or code that doesnβt need explanation, just like a good joke.
But the most important aspect of maintainable codeβone most people agreed onβis the
(cont'd)
Oh, ok, thanks for an update π
Why? I do watch Simpsons occasionally as well. Have I missed something?
I'm back with another LIVE CODING stream. Today I'm writing some Blazor code for an open source CMS that we're building together. You can get the source and follow along
https://buff.ly/3Vq2pGO
buff.ly/2GaKnPb
The patch π€
Small corrections to the programmed sequence could be done by patching over portions of the paper tape and re-punching the holes in that section.
Thanks @adefwebserver.com. I have quickly read the issue on github.com/jbogard/Medi... and making DbContext transient was a quick fix (for Friday eve), but I will reimplement my handlers with your approach π
This is nice, thanks for sharing! I have been searching to dive into #Blazor #WebAssembly #optimization, and this is just what I needed. The re-rendering and virtualization tips are especially helpful. πͺ
I knew one day Iβd have to watch powerful men burn the world down β I just didnβt expect them to be such losers
Can a headline alone be eligible for a Pulitzer?
Friday night, you think everything's running smoothly on your local, hit publish, and ... on the server, you get into #Blazor + #EFCore = DbContext concurrency pitfall! π Had to make my DbContext transient. Has anyone found a better solution for server-side rendering? #dotnet #webdev
That book sounds awesome! I do have some C# skills, so I am curious, what surprised you most about C# compared to other languages you know? Any "whoa, I didn't expect that!" moments? π€
I have finally finished my article on how I added @bsky.app comments to my website with vanilla Javascript.
Take a look here: blog.markoliver.website/Adding-Blues...
Any comments you add to this post will be shown on the blog too!
It's BlazorTrain youtu.be/mYevTa1jzac episode 106: Detecting Render and Interactivity Modes premiering Monday, January 13 at 2PM ET
I just watched the video "6 Reasons to Skip Blazor in 2025"π€ While I agree with some points, I think that Blazor is STILL a great way to ease into frontend skills! π Plus, building UIs with #MudBlazor is just too fun! π€© #blazor #dotnet #webdev
www.youtube.com/watch?v=xsy-...
Let's talk about consistency. There's a lot of debate in software about naming. What should we call our properties? PascalCase or camelCase? Should database tables be plural (Customers) or singular (Customer)? What about if your database has Sheep in it? Yes Kevin, WE KNOW THE PLURAL IS OCTOPODES...
Hey @timpurdum.bsky.social, you're close - it's actually the floating labels in MudBlazor's text fields that sometimes overlap the input values.
GitHub links :
github.com/MudBlazor/Mu...
github.com/MudBlazor/Mu....
Still hoping for a cleaner solution though! MudBlazor is pretty slick otherwise.
I originally intended, but then I downgraded projects back to #dotnet 8 and basically used official #MudBlazor web app template.
Having some quirks with #MudBlazor form labels overlapping input values in my #Blazor project. π€ Seems related to render modes. Curious if there's a better solution. Any other pro tips for production-ready MudBlazor apps? #dotnet #webdev
I would love that, but I expect that lots of people (mostly woman) would feel offended and label me as some kind of pervert :(
Just fixed a weird issue π€― on my #Blazor Server app deployed to #Azure. Sometimes #WebSocket worked, then disconnected and the app became unresponsive π₯Ά Simple form just silently failed! Had to disable/re-enable WebSockets in the config for it to work π€·ββοΈ Anyone else experience this? #dotnet