We have a prototype of the API documentation online: https://api.xunit.net/
We're not sure if it will live on a separate URL forever, but until the main site is rebuilt with DocFX, this is how it has to be for now.
Feedback welcome!
We have a prototype of the API documentation online: https://api.xunit.net/
We're not sure if it will live on a separate URL forever, but until the main site is rebuilt with DocFX, this is how it has to be for now.
Feedback welcome!
My latest blog post explains why we don't use our tests as documentation anymore and prefer to take a look at the production code directly: https://www.planetgeek.ch/2025/04/09/tests-are-documentation-or-are-they/
Hey I'm still looking for work.
I've applied to a lot of places in my area and I'm getting nothing.
I'm a programmer at heart, but I've also been looking for regular entry-level jobs because there haven't been any coding positions open at my level as far as I could tell.
If you can offer me a job, it might save my butt. And if you can't offer me a job, could you at least share this post?
I live 30 minutes away from Bellevue if that helps.
Explore how to integrate BrowserStack with .NET MAUI for effective Appium testing. #DotNet #MAUI #MobileTesting
Was racking my brain as to why MusicBrainz kept rejecting my requests on my C# MusicBee plugin specifically, even when everything worked via a manual cURL request.
Turns out, I overlooked the fact that MusicBrainz will reject it if you don't have a proper user agent. Whoops.
https://learn.microsoft.com/en-us/samples/dotnet/ai-samples/ai-samples/ - `Microsoft.Extensions.AI` is the new #dotNET abstraction for all things #AI and #LLM. Here's some code samples to get started.
The #MSBuild session catalog is live! It is filled with tons of #dotnet #csharp #dotnetmaui #blazor #dotnetaspire #visualstudio #visualstudiocode #aspnetcore and SO MUCH MORE!!
Here is my full guide! https://youtu.be/wPoMqtcjGTg?si=fJG0HCOMPBepgN87
Do you use enums in CSharp?
I come across enum usage in CSharp code bases frequently, but often I feel like people misuse them.
Enums look like a combination of a string and an integer -- So we get readability for our "magic numbers". By doing this, we can write more expressive code.
But using enums to represent sets of values that can change over time can be problematic!
Check out the article:
https://www.devleader.ca/2023/11/15/enums-in-csharp-a-simple-guide-to-expressive-code/
Increase Your Odds to Find a Memory Leak With JetBrains #dotMemory - #dotNet
The latest update to VS 2022 that came out today included the .NET 9.0.4 runtime on my local box but, more than an hour later, I still can't download it from https://dotnet.microsoft.com/en-us/download/dotnet/9.0.
This is not the first time I've had to wait for hours after the 10:00 AM PT release of patches and updates on Patch Tuesday to be able to download the updated runtime from the download site.
Build a Model Context Protocol (MCP) server in C# | by James Montemagno.
buff.ly/M8sabYR
#dotnet #csharp #ai #mcp #aimodels
Build a Model Context Protocol...
Build a Model Context Protocol (MCP) server in C# | by James Montemagno.
We're super excited to announce that Umbraco MVPs @jacksorjacksor and @prenders will be running a hands-on workshop at our May meetup!
Join us in Cardiff for a hands-on workshop where you’ll create a fully functional developer blog using Umbraco 15’s Content Delivery API and the popular static site generator, @astro
Spaces are limited, so be sure to RSVP asap! https://www.meetup.com/umbracymru/events/307029207/
Announcing CommandLineExtensions, a .NET DI Compatible System.CommandLine Facade | by Peter Ritchie.
buff.ly/YSc94qE
#dotnet #dependencyinjection #commandline
Peter Ritchie's Blog - Announc...
Announcing CommandLineExtensions, a .NET DI Compatible System.CommandLine Facade | by Peter Ritchie.
https://blog.peterritchie.com/posts/announcing-commandlineextensions
️ Visual Studio Enhances Multi-Process CPU Usage Analysis
Azure & DevOps Podcast Episode 344 - AI in .NET with Stephen Toub and host Jeffrey Palermo.
feed.azuredevops.show/ai-in-net-wi...
#devcommunity #podcast #ai #dotnet #msdn
Azure & DevOps Podcast: AI in ...
Discover how the AI-powered IEnumerable Visualizer enhances debugging in Visual Studio, providing insightful data visualizations. #VisualStudio #Debugging #AI #dotnet #DeveloperExperience