hessen.social ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
hessen.social ist die Mastodongemeinschaft für alle Hessen:innen und alle, die sich Hessen verbunden fühlen

Serverstatistik:

1,6 Tsd.
aktive Profile

#dotnet

10 Beiträge9 Beteiligte0 Beiträge heute

I wrote a Minimal API endpoint that you can drop into your #aspnetcore applications to quickly see the registered dependencies and their lifetime scopes.

Should help when you're scratching your head as to why that dependency isn't getting resolved. #dotnet

gist.github.com/khalidabuhakme

A Minimal API Endpoint that let's you look through registered dependencies - ServicesDebugger.cs
GistA Minimal API Endpoint that let's you look through registered dependenciesA Minimal API Endpoint that let's you look through registered dependencies - ServicesDebugger.cs

SpacetimeDB is an interesting new type of relational database that I haven't quite wrapped my head around yet.

It is designed for real time massive multiplayer games and uses some sort event sourcing (CRDTs?) but has many more potential use cases than just games.

It works particularly well with .NET and C#. So I have cleaned up and simplified the C# quickstart sample.

github.com/bitbonk/spacetime-q

#spacetimedb#sql#dotnet
Fortgeführter Thread

While the .NET Framework is primarily designed for Windows, it is possible to run applications developed with it on Linux using the Mono project. Mono is an open-source implementation of the .NET Framework, allowing you to port and run many .NET applications on Linux, macOS, and other platforms. However, some features, especially those related to Windows-specific APIs, might not function correctly or require adjustments.

#Linux#Mono#DotNet

Pinta 3.0 was just released. This version just made the minimum requirement of the .NET framework version 8.0.

The .NET Framework is a software framework created by Microsoft for building applications for Windows operating systems. It provides a platform for developing web applications, desktop applications, and other types of software.

#Pinta#Microsoft#DotNet