Advertisement · 728 × 90

Posts by macf00bar

.NET 11 moves async/await into the runtime itself. Stack traces drop from 13 frames to 5, allocations cut by 42%, and you don't change a single line of code.

the-runtime.dev/articles/runtime-async-d...

#dotnet #async #performance

2 weeks ago 1 1 0 0

Bonus question:
Can you set any integer on an enum? Like in your example, can you set Weekdays day = 42;

Does this work?
... Drumroll
..
..
.
Yes, you can do it, even though such an enum does not exist.
So, if you need to make sure, Enum.IsDefined is your friend. Or wait for Unions coming in Nov 🤟

4 weeks ago 0 0 0 0
Buffy Reboot Cancelled - Let Her Rest In Peace
Buffy Reboot Cancelled - Let Her Rest In Peace YouTube video by The Critical Drinker

Vampires chewing on nostalgia. That's Hollywood's whole business model.
"...just for once, Hollywood's had an attack of common sense..."
Apparently that's newsworthy now. Pay writers. Make something new. Nobody wants three-day-old leftovers.
www.youtube.com/watch?v=jj-X...

1 month ago 0 2 0 0

A

1 month ago 1 0 1 0
Buffy Reboot Cancelled - Let Her Rest In Peace
Buffy Reboot Cancelled - Let Her Rest In Peace YouTube video by The Critical Drinker

Vampires chewing on nostalgia. That's Hollywood's whole business model.
"...just for once, Hollywood's had an attack of common sense..."
Apparently that's newsworthy now. Pay writers. Make something new. Nobody wants three-day-old leftovers.
www.youtube.com/watch?v=jj-X...

1 month ago 0 2 0 0

That's going to sell jetbrains licenses! Let's hope and see 😀

1 month ago 1 0 0 0

One followup question: would it mean to be really cross-platform and cross VSCode clone? I mean, will R#Extension work on Mac, Linux and Winslop on any VSCode clone (or just on any clone where microslop doesn't allow the c#devkit? That would be the USP! Working debugger on any VSCode clone.

1 month ago 0 0 1 0

When the debugging really works and I can get rid of the c#/dev kit, I'll give it a try... Until then I'm fine.

1 month ago 0 0 1 0
RE#: how we built the world's fastest regex engine in F# | ian erik varatalu

This was a fantastic read! iev.ee/blog/resharp-how-we-buil...

1 month ago 2 4 0 0

In the end VSCode is not good to handle too many extensions and gets bloated by the minute and it's worse now with the deprecation of Azure Data Studio (I hate SSMS) but the VSCode extensions so far are not on the same level as ADS was but that's what I have to live with.

1 month ago 0 0 1 0
Advertisement

Then I disabled R# and I was back in business with all the other extensions I used frequently so I got rid of the R# extension for good and now I stick to Rider or VS if ReSharper functionality is needed or use the jetbrains cli tool for code formatting based on our team dotsettings file /2

1 month ago 0 0 1 0

It didn't play well with the c#/devkit. Debugging a solution wasn't working anymore and refactorings I was used to from Rider/R#4VS weren't there. Then VSCode ExtensionHost started to chrash all the time so nothing was working anymore. Extension bysect then concluded it was ReSharper or C#DevKit /1

1 month ago 0 0 1 0

I tried it when I first read the announcement weeks ago and as fast as it was installed, I even faster uninstalled it. It was just crap. Nowhere near useable. Nice idea, but since we already have a dotultimate license, I stay with Rider or ReSharper for VS.

1 month ago 0 0 1 0
Post image

👀
#csharp #dotnet

1 month ago 38 9 7 1

finally, thx!

1 month ago 1 0 0 0
Andreas H. (@kosi2801@graz.social) Und wieder ein Artikel auf #orfat zu #RepairCafe Initiativen in Österreich 😃 https://wien.orf.at/stories/3342166/ Guter und treffender Inhalt, lediglich die Herkunft der Zahlen ist mir nicht ganz kl...

I weiss, es geht hier nicht um eine Wahl mit Excel Fehler, aber vielleicht kann @martinthuer.at hierzu auch was auswerten und den og Artikel hier wien.orf.at/stories/3342... aufwerten wenn man solche infos hier
graz.social/@kosi2801/11...
berücksichtigt.

2 months ago 0 0 0 0
Preview
GitHub - fsprojects/FSharp.MongoDB: Add support for F# types to .net MongoDB.Driver Add support for F# types to .net MongoDB.Driver. Contribute to fsprojects/FSharp.MongoDB development by creating an account on GitHub.

It's been a while I shall have completed FSharp.MongoDB - but literally had no time to spend on fixing a stack overflow.
Now it is feature complete and fully supports NRT 🎉

Enjoy F# + MongoDB ! #fsharp #mongodb

github.com/fsprojects/F...

3 months ago 13 5 1 0

Attention NuGet package owners!
There is highly suspicious activity. Many users are receiving invitations to become co-authors of TestPackage.Security.Research from a user named darklord, or to join an organization.

Do NOT accept these invitations under any circumstances.

#dotnet #nuget #mvpbuzz

3 months ago 7 5 0 1
Preview
GitHub - marcominerva/ProjectToFileBasedAppConverter: A .NET tool to convert traditional C# projects into File-Based apps A .NET tool to convert traditional C# projects into File-Based apps - marcominerva/ProjectToFileBasedAppConverter

With "dotnet project convert" we go from File-based app to project. But what if we start with a normal project, and then we want to convert it to a File-based app? I have created a small .NET tool for this: github.com/marcominerva.... And you can run it using dnx! #dotnet /cc @damianedwards.com

3 months ago 12 7 0 0
Advertisement

c’mon, cut them some slack...M$ has been sooo busy shipping the truly crucial features, like ramming AI into every corner nobody asked for. Who needs record highlighting when you can have Copilot in Notepad?

3 months ago 0 0 0 0
Post image

A quick video from @ardalis.com showing how to programmatically and recursively add all #dotnet projects to a new solution file so you can quickly find or analyze everything in a git repository: https://www.youtube.com/watch?v=NTRzU8to4j4

#SoftwareDevelopment #CodeAnalysis

3 months ago 0 1 0 0
Map showing directions to North Pole, Alaska, aka Grandma's house.

Map showing directions to North Pole, Alaska, aka Grandma's house.

Over the River and Through the Woods. My post for #csadvent

#dotnet #blazor #csharp #gis timpurdum.dev/post/2025/12...

3 months ago 3 1 0 0
Functional Programming With C# - The Monads Were Here the Whole Time!! Not only does C# support Monads….but they were always here….

#CSAdvent post 1 for December 21, 2025!

"Functional Programming with C# -The Mondas Were Here the Whole Time!" by Simon Painter (www.linkedin.com/in/simon-pai...)

www.thecodepainter.co.uk/blog/2025122...

#dotnet #csharp

3 months ago 1 2 0 0
Preview
File-based apps - .NET Learn how to create, build, and run C# applications from a single file without a project file.

New reference article detailing lots of info about running C# file-based apps via `dotnet run` now available! Makes for great input to a coding agent when working on file-based apps.

learn.microsoft.com/dotnet/core/...

3 months ago 23 11 1 1

Nice one👏

Everything about #dotnet File-based apps in one place.

Great starting point👇

3 months ago 5 5 0 0
Preview
Streamlining Remote C# Scripts with .NET 10 runfile TL;DR: Run remote scripts instantly with the ref format [host/]owner/repo[@ref][:path]. dnx runfile kzu/run:clean.cs With .NET 10, we are seeing continued improvements in how we can run C# code directly. The new runfile feature allows for a more streamlined execution of local C# files, making it easier than ever to treat C# as a scripting language. The Problem: Sharing Scripts However, what if your scripts aren’t local? What if you want to share useful utility scripts across your team or the world without requiring everyone to clone a repository or copy-paste code? Enter the runfile global tool. The Solution: dnx runfile...

In .NET 10 you can run C# files as scripts, but imagine sharing scripts in GitHub repos and then executing them by owner/repo and path… Cool stuff!

3 months ago 1 1 0 0
Advertisement
Preserving code that shaped generations: Zork I, II, and III go Open Source Microsoft’s Open Source Programs Office (OSPO), Team Xbox, and Activision are making Zork I, Zork II, and Zork III available under the MIT License.

Open sourced Zork today opensource.microsoft.com/blog/2025/11... and ran it on a swarm of containers in the cloud 😂

4 months ago 474 138 12 20
Blazor vs React: Why This .NET Architect Finally Picked a Side Blazor vs React is a question every .NET developer eventually asks. Blazor lets you build interactive web UIs with C# instead of JavaScript. If you're already a .NET developer, this means one language, one ecosystem, and far fewer existential crises about which state management library to use this quarter.

Blazor vs React: Why This .NET Architect Finally Picked a Side

Blazor vs React is a question every .NET developer eventually asks. Blazor lets you build interactive web UIs with C# instead of JavaScript. If you're already a .NET developer, this means one language, one ecosystem, …
#hackernews #news

4 months ago 1 1 0 0
Post image

I am genuinely SUPER EXCITED to announce that support for C# file-based apps (aka FBAs, new in #dotnet 10) is now enabled in the C#/C# Dev Kit extensions for @vscode.dev *by default*! We're going to continue refining & improving this experience over the coming months so update today!

4 months ago 25 5 0 0

Microsoft won’t fix .NET RCE bug affecting enterprise apps • The Register www.theregister.com/2025/12/10/microsoft_won...

4 months ago 0 1 0 0