Open Source C to Arm using C#
Working on a project with a buddy of mine. We are trying to write a C compiler that handles custom op codes and one or two other things for a bigger project.
To be totally honest, this is not my world. I am more comfortable higher up the abstraction tree, so I don't have all the details, but here is my best understanding of the problem.
Because of how clang handles strings (storing them in separate memory addresses), we can't use the general C compiler, as it would cause major slowdowns down the line by orders of magnitude....
Hot Reload MAUI Error - Unable to build changes
When trying to use Hot Reload in my MAUI application on Windows, the moment I press the Hot Reload button while debugging I receive this error window.
The same window also appears during debugging when a breakpoint is hit for the first time.
I wasn't able to find a solution online and have not seen that window pop up anywhere else....

Service Agnostic API Wrapper Library Project Structuring
I've been developing a library for interacting with an API, and now that I've been developing it somewhat, I've realized that there's a few similar APIs that I'd like my library to interact with. One of these APIs has nearly identical endpoints, and for the identical endpoints, I was able to successfully deserialize the JSON using my existing JSONProperty annotations and Converters (although the responses are not fully 1:1).
I was just wondering, how should I restructure the project in a way that users can select the API they want to use? If I were to make an interface (and have the library consumers select the concrete implementation), some of the APIs have endpoints that others lack....
A problem with Visual Studio coding
It just keeps deleting the next letter and it's hella annoying(as it's clear in the video)(sorry if the font too small)
Best solution to shared Web component in a WPF application
Hello everyone, I would like you expertise to know if I go in the good direction. I would like to develop a Web app (I think with a js framework) with a main component that will display data from an ASP Net API.
however, I need to build a WPF application that will display the same component with the same retrieval logic.
These two applications don't have the same purpose, the website will "build" the data and the WPF application will exported them to an external client application as a Plugin. Therefore, I need to be able to customize the buttons of my component according to my hosted application.
To share this component, I thought about building it as a web component, hosted in my website : that way my website will use it easily and i thought about using a WebView2 in my WPF application that will download the web component in order to display it.
Thank you a lot for yours answers !...
Grpc error.
Setting up gRPC for an ASP.net server. Currently have the Client and base implementations for one of the services built. The base (server) side is listening on namedpipe for connections, as well as over http2. When i try to connect im getting the below error. Any one experienced this before? Appreciate the advice!

✅ [Avalonia] Problems Setting ItemSource of ListBox from Codebehind
I have networking running on an seperate Thread and i need to Display the Result of Server Discovery in a ListBox so the User can choose the server and Connect to it. for whatever reason setting the ItemSource Of the Listbox from the seperate Thread doesnt work when its implemented like its described here

Need help with "creating an authentication cookie"
I'm reading the documentation of Microsoft of "Use cookie authentication without ASP.NET Core Identity":
https://learn.microsoft.com/en-us/aspnet/core/security/authentication/cookie?view=aspnetcore-9.0
It's my first time trying to follow documentation and implement something that fits my program.
I'm in the stage of "Create an authentication cookie" and this is Microsoft implementation:...
[Avalonia] Problems setting ItemSource of ListBox from Codebehind
So the Problem im having is that when trying to set the The ItemSource of the SelectableServers ListBox (see the BlazeBin) its not reflecting in the UI. Ive verified that the callback that i made runs and that the Server gets added to the Servers list. the weird thing is that when i set the Background Color for the Parent Panel it works. Just the Updating of the ItemSource doesn't
How to update/patch third party subprojects in a Nuget environment?
Hey!
Following issue:
I need to patch some of Avalonias packages (.Skia Nuget package as well as .Base (code inside), .Controls(is a dependency), .Vulkan (code inside)).
Cloned the Avalonia repo (Version 11.3.7), patched with needed changes and then created local nuget packages via cmd using "dotnet pack proj.csproj -c Release -p:PackageVersion=11.3.7.1)
...
generic and inheritance
https://paste.mod.gg/fgpktwfizvwd/0
@Aaron its unity but i suppose its really doesnt matter right?...
postgresql, efcore, fluent api mappings
Just started playing around with posgress and efcore. The type mapping for fluent api is different from sql server. The reference for mappings I believe is here: https://www.npgsql.org/doc/types/basic.html#write-mappings
My main question is, when I'm writing
.HasColumnType("") should follow the values in the column "PostgreSQL type"? or is "NpgsqlDbType" is valid too?
meaning for nvarchar => .HasColumnType("character varying") or .HasColumnType("Varchar")...
I ran dotnet dev-certs https --clean and now Visual Studio will not use any cert
Hi,
I just need a working fix. I can no longer test with a cert, even when running with --trust to make a new one. Nothing has worked so far....

Remember indent Method?
Trying to see if there is an existing solution. I am trying to print a paragraph of text in the terminal. The issue is i want the whole paragraph to be indented, at the same level instead of wrapping around and using the whole width it should wrap and start where the previous line started.
need help in c@
i see program has 2 buttons one name get free key and button name login and if i press the get free key botton its open web browser with skip ads links after i skip 3 websites its redirect me to page with key i copy the key and i put it in the program and its press login and the program work i want to do this in my program anyone know how i can do this in c#
Unable to find error.
Can someone help me debug a code. i cannot find an error and it's not working .
I am working in the .net core 9 with stripe payments....
Understanding get; set; backing field requirements.
Per the instructions (full instructions listed in the comments)
"make a ToString() method that returns a string containing all job information in the following format."
Job 111 Smith exterior paint 20 hours @$45.00 per hour. Total price is $900.00
...
