mastodon.online is one of the many independent Mastodon servers you can use to participate in the fediverse.
A newer server operated by the Mastodon gGmbH non-profit

Server stats:

10K
active users

#csharp

108 posts63 participants3 posts today

Only because I couldn't find one that worked the way I wanted it to, I wrote Yet Another Note Making App. Entirely CLI. It may work for you too.
github.com/tezoatlipoca/hamnt

(I'm sure emacs might do everything this does - it does everything else - but I don't use emacs)

#FOSS #note #app #software #notetaking #csharp #dotnet

#win and #linux only for now (all I can test); would love feedback even if that feedback is "Don't quit your dayjob, your code is terrible." #dqydj

Hyper aggressively minimal note taking CLI app. Contribute to tezoatlipoca/hamnt development by creating an account on GitHub.
GitHubGitHub - tezoatlipoca/hamnt: Hyper aggressively minimal note taking CLI app.Hyper aggressively minimal note taking CLI app. Contribute to tezoatlipoca/hamnt development by creating an account on GitHub.
Replied in thread

@higgins you can use #dotnet / #csharp on almost anything.

Anything from apps running in the cloud to servers, desktops, mobile devices and even small chips.

In other words anything with a CPU, SoC or MCU.

You can use dotnet csharp on #esp32 and #stm32 with #nanoFramework

And so on... Even way back somewhere at the beginning there was .NET micro framework so you could write c# code to run on MCU's like STM32 and others.

These days I target Android using #godot and csharp.

AI is a marketing contradiction.

It's marketed as "the future" and "cutting edge" but is averse to progress.

Case in point: I'm using #csharp 14 features and asking AI to find errors. It tells me these features don't exist in an app that compiles and runs.

I'm not sure how folks are supposed to build the future with this stuff when it will always be late to the party. 🤷

3 simple tips for beginners to get started with using Autofac in CSharp!

Autofac is one of my favorite NuGet packages for all of the work I do with plugin-based architectures.

This article contains 3 simple tips for getting you up and running with Autofac if you're a beginner!

Have you tried using Autofac in your projects? What was your favorite and least favorite part about using it?

Check out the article:
devleader.ca/2024/02/25/using-

#CSharp#DotNet#Code