Shout out to @joshwcomeau.com for his wonderful article on SVGs, which everyone should read!
www.joshwcomeau.com/svg/friendly...
@rothdave.bsky.social
Techie, Loves building great software. https://www.fusonic.net/
Shout out to @joshwcomeau.com for his wonderful article on SVGs, which everyone should read!
www.joshwcomeau.com/svg/friendly...
Big improvements to the performance of developing C# file-based incoming. Subsequent builds/runs will cache MSBuild outputs & directly invoke the C# compiler if inputs don't change. This in addition to the work in rc.1 to avoid MSBuild completely for simple file-based apps
github.com/dotnet/sdk/p...
Visual Studio 2026 Insiders is here!
First look at the next major Visual Studio release - I promise you will be in awe!
devblogs.microsoft.com/visualstudio...
π A new version of Aspire just shipped, 9.4 and it's one of the biggest releases yet. Very proud of what the team was able to accomplish.
π£ Blog post - devblogs.microsoft.com/dotnet/annou...
π What's new - learn.microsoft.com/en-us/dotnet...
#dotnet #aspire
Aspire: A modern DevOps toolchain
medium.com/@davidfowl/a...
by @davidfowl.com
Aspire is growing up.
Better local dev workflows.
Testing you can see.
Polyglot by default.
A clearer path to deployment.
We just published the roadmapβcome take a look:
π github.com/dotnet/aspir...
#aspire #dotnet
Blogged: Unexpected inconsistency in records - codeblog.jonskeet.uk/2025/07/19/u... - if you use C# records and the "with" operator, I'd suggest reading this to avoid a footgun you may be unaware of
19.07.2025 13:08 β π 57 π 13 π¬ 5 π 2Check out all the improvements to file-based apps (dotnet run app.cs) in preview.6 that went out today!
github.com/dotnet/core/...
ToListAsync is fast again in Entity Framework (kind of)
buff.ly/ebc5PvT
#dotnet #efcore
Good post by @ghuntley.com onbusing AI for coding ghuntley.com/play/
11.07.2025 11:22 β π 6 π 3 π¬ 6 π 3Merged new #aspnetcore features today πππ
π Identity metrics: track counts of logins, new users, password changes, etc.
github.com/dotnet/aspne...
β οΈ Configuration to suppress exception handler diagnostics (e.g. logging) when the exception is handled.
github.com/dotnet/aspne...
I just published a blog post about the OpenCLI initiative. I think it's time we had a way to standardize CLI automation!
Feedback, suggestions, and thoughts are more than welcome.
patriksvensson.se/posts/2025/0...
Security release time! Please upgrade to Git for Windows v2.50.1: github.com/git-for-wind...
08.07.2025 17:56 β π 3 π 4 π¬ 0 π 0Blogged: Exploring the features of dotnet run app.cs - Exploring the .NET 10 preview - Part 1
andrewlock.net/exploring-do...
In this post I discuss the new single-file .NET run experience, in which you can run a C# file directly, without needing a .csproj project file
#dotnet
Cool, Congrats on the new roleπ
Do you know if anyone still full-time on the EF team? Noticeable slowdown in progress this year. #EFCore
Next version of the dotnet runfile supports publishing these .cs files to a native binary (via Native AOT learn.microsoft.com/en-us/dotnet...), no dependencies on the runtime, self-contained.
#dotnet #csharp
And soon just
dotnet app.cs
π
github.com/dotnet/sdk/p...
This is one of the most complete aspire samples Iβve seen so far.
#dotnet #aspire
github.com/foxminchan/B...
Our closing locknote (keynote opensβ¦ π) with @markrussinovich.bsky.social is up! Absolutely insane and tense series of entirely live demos! May have been our best talk ever with a nail biting finale youtu.be/KIFDVOXMNDc?...
24.05.2025 03:55 β π 93 π 16 π¬ 4 π 2Watch @damianedwards.com blow your mind with the demo!
youtu.be/98MizuB7i-w
#dotnet #csharp
A command line interface
Some c# code
Weβre about to take C# to the next level!
#dotnet #csharp
Amazing sharplab alternative: lab.razor.fyi
16.05.2025 08:50 β π 0 π 0 π¬ 0 π 0Another Dotnet 10 preview is out!
14.05.2025 13:15 β π 0 π 0 π¬ 0 π 0Discover why C# is a game-changer for startups. Its versatility, robust libraries, and community support empower rapid, scalable development. Perfect for building powerful apps efficiently. #CSharp #Startups
10.05.2025 03:15 β π 19 π 7 π¬ 1 π 1We released Phi4 reasoning models yesterday, which are just 14B parameters. This chart showing how they compare to models that are many times larger demonstrates how high-quality training data and RL techniques create high-density intelligence: techcommunity.microsoft.com/blog/educato...
01.05.2025 17:12 β π 26 π 8 π¬ 2 π 0.net aspire and semantic kernel logos. text reads: blog.read How the copilot team leverages .net aspire read their compelling story
The Copilot team transformed their backend with #dotNETAspire, achieving 99.999% reliability! ...went from monolith to microservices in 4 months, using distributed tracing and Docker for seamless #DevOps. β, new devs onboard in a day! Read their story. https://msft.it/63320S6Cw0
23.04.2025 16:00 β π 10 π 5 π¬ 0 π 0`dotnet run file.cs` is coming:
Allows running C# source files with no need for an explicit backing project. We call these file-based programs (as opposed to project-based programs).
github.com/dotnet/sdk/b...
I'm back doing JavaScript dev for the first time since I moved to the .NET team and I am realising just how painful the JavaScript build systems are compared to .NET.
Like, how is this a helpful failure in `npm run build`? What exactly am I meant to do with that to resolve the error?!