Embed Card for https://isaacl.dev/gxk
Want to keep a Docker container running with Docker Compose? Learn how to maintain an active state and manage your services effectively. #Docker
https://isaacl.dev/gxk
Embed Card for https://isaacl.dev/gxk
Want to keep a Docker container running with Docker Compose? Learn how to maintain an active state and manage your services effectively. #Docker
https://isaacl.dev/gxk
The interview industrial complex of tech hiring is badly broken - from "elite code" test nonsense (and prep companies), to ageism, and a months-long process.
Listen to @tedneward and I talk about it.
nodogmapodcast.bryanhogan.net/178-ted-newa...
They got that out quickly!
An O'Really? publication.
A C# Hello World has not needed to look like that for years!
Not the first, but the most memorable of the early ones.
Embed Card for https://www.coffeeandopensource.com/schedule.html
Coming up this week on @coffeeandopensource.com I will be chatting with Maxim Fateev about all sorts of #tech and #opensource topics. Streaming live on #Twitch this Tuesday March 18th at 11:00 AM PDT. Come say hello and join the conversation.
https://www.coffeeandopensource.com/schedule.html
Blogged: Create a Task and Start it Later.
With C# you can create a task, but defer execution until later.
nodogmablog.bryanhogan.net/2025/03/crea...
Why do this? You can cache tasks and make sure the value is computed once, on demand, even if it is requested thousands of time
#csharp #dotnet
Podcast: #177 Ted Neward, The Interview Industrial Complex, Part 1.
Thanks @tedneward.bsky.social for taking the time talk with me.
nodogmapodcast.bryanhogan.net/177-ted-newa...
Blogged: Creating an analyzer to detect infinite loops caused by ThreadAbortExceptions
andrewlock.net/creating-an-...
In this post I describe a Roslyn Analyzer that detects code which can result in infinite loops if a ThreadAbortException is raised
#dotnet #csharp
If you use BackgroundServices you will know there is often a Task.Delay(1000, ct), but did you know if the cancellation token is cancelled during the delay, the expected TaskCanceledException is hidden making harder to do clean up work.
nodogmablog.bryanhogan.net/2025/02/doin...
#dotnet #c_sharp
Podcast with @csharpfritz.com about using .NET on Linux.
nodogmapodcast.bryanhogan.net/176-jeff-fri...
#dotnet #linux
You look ready to pull a rabbit out of a hat.
@tedneward.bsky.social May I DM you?
Thanks for this great resource and promoting content producers.
Using private mode in a trustworthy browser with tracker blocking and a trustworthy VPN can help
Embed Card for https://www.coffeeandopensource.com/guest/mark-eisenberg.html
From the @coffeeandopensource.com Archives, I chatted with Mark Eisenberg about all sorts of great #tech and #oss topics. Access the stream or listen to the podcast below. Be sure to like/subscribe. Thanks for tuning in!
https://www.coffeeandopensource.com/guest/mark-eisenberg.html
Want faster EF Core queries? Meet No-Tracking!
If youβre just reading data, why have EF Core track it? AsNoTracking() boosts performance by skipping unnecessary overhead, making it perfect for reports, APIs, and dashboards.
woodruff.dev/no-tracking-...
#EFCore #dotnet #PerformanceOptimization
Wow, AI is copying people now!
The app won't let me. I think you need to follow me back?
...PowerShell, git, GitHub command line
@csharpfritz.com May I dm you?
That's all I use.
Ubuntu, VS Code, Rider, Data Grip, and Docker (for databases, queues, Kafka, redis, etc).
Same on pixel 7a
I like messing around with Kafka and C#, but goodness, it takes an almost magic incantation to get it running with Docker. Here is an example with bitnami, but it applies to most images.
#csharp #dotnet #kafka
nodogmablog.bryanhogan.net/2025/01/runn...
When was this introduced?
Handling the context gets interesting when seeing with Entity Framework -
nodogmablog.bryanhogan.net/2025/01/seed...