veganism.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Veganism Social is a welcoming space on the internet for vegans to connect and engage with the broader decentralized social media community.

Administered by:

Server stats:

296
active users

#dotnet

51 posts38 participants0 posts today
Replied in thread

OK, ik heb inmiddels versie 5.5.1 van de source code. Blijkbaar had ik #VisualStudio helemaal nodig en een tweede #dotNet #SDK en ook een ander soort link tussen #Unreal en #Rider. De .uproject file verwijst nu naar de source code. Ik heb de project files gegenereerd en nu laadt hij vanuit Unreal het hele project wel in Rider en lijkt hij ook aardig te builden. Ik heb waarschijnlijk wel een Talibanbaard tegen de tijd dat de build klaar is, maar so far so good, met baard en build.

Heya! 🎇 Just released AsmMos6502 - a new .NET library with a fluent assembler API and a full disassembler for the 6502! 🚀

👉 github.com/xoofx/AsmMos6502

Can’t wait to tinker with it and write code for the upcoming modern C64! 😎

Maybe it’s finally time to make my first C64 demo - better late than never! 😅

AsmMos6502 is a lightweight and efficient .NET library to assemble and disassemble 6502 assembly code. - xoofx/AsmMos6502
GitHubGitHub - xoofx/AsmMos6502: AsmMos6502 is a lightweight and efficient .NET library to assemble and disassemble 6502 assembly code.AsmMos6502 is a lightweight and efficient .NET library to assemble and disassemble 6502 assembly code. - xoofx/AsmMos6502
Replied to eddie

@dreddie what do you mean? The #csharp and #dotnet documentation is great! Why, how would you know that you can use AI assisstance to initialise a dictionary! learn.microsoft.com/en-us/dotn

“Generate C# code to initialize Dictionary<int, Employee> using key-value pairs within the collection initializer. The employee class is a record class with two properties: Name and Age.”

Is the documentation for #dotnet and #azure getting worse? Especially for the Howto and Tutorial pages.

There used to be code snippets included with a short explanation below it about the code changes. But nowadays it seems to be 'clone this github sample repository' and then 'run this CLI command'. Nothing more. It is not very helpful, nor informative, at all!

#dotnet MAUI has been building traction for a long time as a solid cross-platform app framework. Did you know you can build AI into MAUI apps too? Check this out. You can capture photos and extract info from them - zurl.co/tU1xR

.NET Blog · Multimodal Vision Intelligence with .NET MAUI - .NET BlogEnhance your .NET MAUI app with photo-based AI by capturing images and extracting structured information using Microsoft.Extensions.AI.
#maui#microsoft#ai

Some progress on my AsmCpu6502 in C#. That was way easier to generate the code automatically than what I had to do for ARM64! 😁 The disassembler is also vastly simplified - just a single lookup.

So, this time, I should hopefully get something up and running in a much shorter time! 🚀