Here are the most interesting articles, blog posts, videos, podcasts, and GitHub repositories I've run into over the last week (August 25, 2025 - August 31, 2025). Enjoy!| same stuff, different day
Here are the most interesting articles, blog posts, videos, podcasts, and GitHub repositories I’ve run into over the last week (August 18, 2025 - August 24, 2025). Enjoy!| same stuff, different day
Here are the most interesting articles, blog posts, videos, podcasts, and GitHub repositories I've run into over the last week (August 11, 2025 - August 17, 2025). Enjoy!| same stuff, different day
Here are the best and most interesting articles, blog posts, videos, podcasts, and GitHub repositories I've run into over the last week (August 4, 2025 - August 10, 2025). Enjoy!| same stuff, different day
Here are the best and most interesting articles, blog posts, videos, podcasts, and GitHub repositories I’ve run into over the last week (July 28, 2025 - August 3, 2025). Enjoy!| same stuff, different day
Here are the best and most interesting articles, blog posts, videos, podcasts, and GitHub repositories I've run into over the last week (July 21, 2025 - July 27, 2025). Enjoy!| same stuff, different day
Here are the best and most interesting articles, blog posts, videos, podcasts, and GitHub repositories I’ve run into over the last week (July 14, 2025 - July 20, 2025). Enjoy!| same stuff, different day
Here are the best and most interesting articles, blog posts, videos, podcasts, and GitHub repositories I've run into over the last week (July 7, 2025 - July 13, 2025). Enjoy!| same stuff, different day
Here are the best and most interesting articles, blog posts, videos, podcasts, and GitHub repositories I’ve run into over the last week (June 30, 2025 - July 06, 2025). Enjoy!| same stuff, different day
Here are the best and most interesting articles, blog posts, videos, podcasts, and GitHub repositories I’ve run into over the last week (June 23, 2025 - June 29, 2025). Enjoy!| same stuff, different day
In recent years the .NET Team has been heavily advertising ASP.NET Core as one of the fastest web frameworks on the market. The source of those claims has always been the TechEmpower Framework Benchmarks.| Dusted Codes
Here are the best and most interesting articles, blog posts, videos, podcasts, and GitHub repositories I’ve run into over the last week (June 16, 2025 - June 22, 2025). Enjoy!| same stuff, different day
Here are the best and most interesting articles, blog posts, videos, podcasts, and GitHub repositories I’ve run into over the last week (June 9, 2024 - June 15, 2025). Enjoy!| same stuff, different day
Ever wondered how to run network diagnostics like Ping, Traceroute, or DNS queries from probes scattered across the globe? Enter Globalping.NET, a powerful library that makes it effortless to interact with the Globalping API using C#. Whether you're debugging latency issues or exploring packet routes, this library has you covered. The post Supercharging Your Network Diagnostics with Globalping for NET appeared first on Evotec.| Evotec
OpenFeature Contributor Spotlight| OpenFeature Blog
Announcing the 2.0 Release of the OpenFeature SDK for .NET| OpenFeature Blog
An implementation of a discrete item probability queue in C#. I wrote this to implement rarity based distribution of items in my game Rabanaz.| Musing Mortoray
If you’re a seasoned .NET library author, there is a good chance that you’ve had to write some component that is acting on arbitrary user-defined types. This includes serializers, struc…| Eirik Tsarpalis' blog
As you may or may not know, static methods are usually faster than instance methods. This alone should be a good enough reason to use the static string.Equals method in .NET, but if that doesn’t do it for you, allow me to present a simple example. string a = "hello"; string b = "hi"; bool result = a.Equals(b); What is the expected result of these lines? A boolean value of false, of course. And it’d be true if the strings were identical. It’s also false if b is null. But what if a is null?| David Haney - Blogging About .NET Core & Engineering Management
With introduction of MsBuild we can now manage all these Package Version numbers more in a single file that we can place in the Root of our solution or project files.| Gary Woodfine
A walk-through guide detailing the steps you can follow to configure your Blazor wasm project to use Tailwind CSS.| Gary Woodfine
A walkthrough guide on how to create a simple Balzor application and deploy it to netlify using GitHub Actions and Cake Build Script| Gary Woodfine
An introduction and exploration into understanding & implementing Middleware components into Dotnet Web based applications| Gary Woodfine
A quick walkthrough guide on how to implement WebSocket end points in dotnet| Gary Woodfine
Learn how to generate code coverage summary reports and view them on your GitHub actions| Gary Woodfine
Microsoft’s modern shell is much better than Unix sh.| Chris Warrick
Polar Bears sit around Holes in the Ice like Petals on a Flower. … More Using Discord For My Nefarious Purposes!| Keith M. Programming
Vehicle-like mechanics for Unity’s NavMesh system.| Keith M. Programming
When writing libraries and frameworks that others are using, it’s sometimes hard to convey that a given API is still considered “experimental”.For example, you may want to iterate on how to work with part of the code base with the freedom to break things, while still allowing others to consume that code if they are okay with that.| Maarten Balliauw {blog}
A journey to the world of Python packaging, a visit to the competition, a hopeful look at the future, and highlights from a disappointing discussion.| Chris Warrick
I wrote an app in C# and I liked it.| Chris Warrick
Descripción del Proyecto SwfdotNet es una librería que programé en C# en el 2005 para crear dinámicamente películas swf de flash desde .NET tanto en Windows…| Entero Positivo
Discriminated unions have been a long-standing request for C#. While F# users have had discriminated unions for years, C# developers will have to wait a bit longer.| Maarten Balliauw {blog}
Descripción del proyecto Proyecto que desarrollé en C# usando el entorno de IDE OpenSource SharpDevelop El objetivo era crear entorno de desarrollo para programar de…| Entero Positivo