freiburg.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Ein Mastodon-Server für Freiburg und Umland betrieben durch den Verein freiburg.social e.V.: https://wir.freiburg.social

Server stats:

534
active users

#dotnet

147 posts85 participants10 posts today

A small note, in case you didn't know, just like #dotnet itself, the NuGet gallery is open source, so while it's maintained and operated by Microsoft, it's developed in the open for anyone not only to see, but also enables anyone with a GitHub account to contribute, in this case I wrote this👇😎

mastodon.social/@devlead/11427

Screenshot of NuGet gallery with "Central Package Management" marked with a red arrow and red box.
MastodonMattias Karlsson (he/him) (@devlead@mastodon.social)Attached: 1 image 📦#NuGet Gallery now has Central Package Management support 🎉#dotnet
Continued thread

At this point I've spent around 4 hours having the AI build the app.

I previously built this app myself, using #blazor server. So I do have some basis for comparison: AI vs human.

fwiw, I am good at Blazor and very good at #DotNet

I think it is fair to say that the AI has fallen short and also exceeded my manual efforts.

🧵

Looking for a quick way to share CSharp snippets?

DotNetFiddle is my go-to online CSharp compiler.

There's no overhead to getting setup and I can easily share quick code snippets from there. Receivers can run code right in the browser!

Another benefit is I can embed my code onto web pages and people can run it right on the spot!

Check out the article:
devleader.ca/2023/11/08/discov