Back in my day, we didn't have LINQ.
Back in my day, we didn't have LINQ.
Discover the Microsoft Agent Framework—your go-to toolkit for .NET development. Streamline your projects and enhance your workflow with powerful agent capabilities. #dotnet
So true, #microservices are not the issue; the issue is coupling and a lack of or bad logical boundaries
A nice history about how and why #cleanarchitecture came about at the start of this talk
Join our upcoming webinar to discover how Uno Platform Studio can transform your cross-platform development experience. Learn from industry experts and elevate your skills! #UnoPlatform #dotnet
The next #UnhandledException podcast episode dropped this morning! I was joined (for the 3rd time!) by James World to chat about AI and the Microsoft Agent Framework.
https://unhandledexceptionpodcast.com/posts/0082-jamesworld/ #dotnet #ai
Building a Fibonacci Sphere with AI-Assisted Development
buff.ly/17Ey9LW
#unoplatform #dotnet #ai #appdev #xaml #csharp #ux #mcp
Building a Fibonacci Sphere wi...
Debugging, but Without the Drama (A Visual Studio 2026 Story) | by Harshada Hole
is.gd/pimZr9
#visualstudio #debugging #dotnet #vs2026
Debugging, but Without the Dra...
#ASPNETCore roadmap for .NET 11 | by Dan Roth
buff.ly/Ohn54FG
#dotnet #webdev #blazor #dotnet11 #apis
ASP.NET Core roadmap for .NET ...
Nitrocid 0.1.0.64 and 0.1.2.30 may take some time to appear in the official Nitrocid PPA. Keep checking for updates!
#Nitrocid #NitrocidKS #KernelSimulator #TechNews #TechUpdates #dotnet #csharp #programming
Nitrocid 0.1.0.64 and 0.1.2.30 are now live! Update your Nitrocid today!
#Nitrocid #NitrocidKS #KernelSimulator #TechNews #TechUpdates #csharp #programming #dotnet
https://officialaptivi.wordpress.com/2025/12/17/nitrocid-0-1-0-64-and-0-1-2-30-released/
Again, something strange learned today: The #dotnet #nuget package `Microsoft.CodeAnalysis.Testing` is still not updated for .Net10 🤯
Issue tracking this: https://github.com/dotnet/roslyn-sdk/issues/1233
Just had to resort to:
```csharp
private static readonly ReferenceAssemblies Net100 = new(
targetFramework: "net10.0",
referenceAssemblyPackage: new PackageIdentity("Microsoft.NETCore.App.Ref", "10.0.1"),
referenceAssemblyPath: Path.Combine("ref", "net10.0"));
```
@mandrasch Yes, #dotnet is easier to pick up and has a lot less of the redundancies then Java, mainly because Microsoft is in the drivers seat. Also, they have been iterating on their syntax a lot faster then Java, making it more modern and slim. Add on that the recent File Based Apps that make it very simple to just write and run a script, Minimal APIs to be able to build a functioning API with only 4 lines of code and the excellent Entity Framework and you can get simple things up and running very quickly.
I can finally release this. This app allows you to manage a hierarchical tree for music tags - it's basically what I'll be using for my RYM genre hierarchy template.
Linux and Windows binaries are available (sorry Mac users but I don't have a Mac to test lol)
https://github.com/FlakyBlueJay/TagHierarchyManager
Since I get fewer and fewer opportunities to give conference presentations, I probably have to get back to writing more blog posts to get thoughts out of my head and make room for new ones - even if almost no one reads them.
Giving presentations and writing blog posts help me find my peace of mind. 😌
Dew Drop – December 17, 2025 (#4563)
https://www.alvinashcraft.com/2025/12/17/dew-drop-december-17-2025-4563/
#dotnet #ai #webdev #cloud #csharp #mobiledev #visualstudio #windowsdev #devops #database #dewdrop
Dew Drop – December 17, 2025 (#4563)
buff.ly/2H0ekd6
#dotnet #ai #webdev #cloud #csharp #mobiledev #visualstudio #windowsdev #devops #database #dewdrop
Dew Drop – December 17, 2025 (...
I can't decide which should be true, but surely one of them should be:
* Code marked with [GeneratedCode] should be ignored by code coverage, or
* Generated code should be marked with [ExcludeFromCodeCoverage]
I'm looking at you, code generators for [LoggerMessage] and [GeneratedRegex] and/or Microsoft.Testing.Extensions.CodeCoverage. 👀
Infragistics just made 50+ Ignite UI components available for free and open-source! Support for Angular, React, Web Components, and Blazor: https://www.infragistics.com/blogs/open-source-components/
#blazor #dotnet #IgniteUI