I have a signature created using metamask and the personal_sign RPC method. Now I want to verify this signature in my C# backend. In order to do so I have found
I have a signature created using metamask and the personal_sign RPC method. Now I want to verify this signature in my C# backend. In order to do so I have found
My initial issue is that my database does not update when I call on this specific code. I am not sure if it is C# itself or the update query that I am calling.
How can I create a file that only my application can modify? I need it because I have an app that creates a .txt file where user information is stored and I don
I'm trying to import a specific version of a PowerShell module. I have to do it from .NET. However, the RequiredVersion is simply ignored. Even if I use a non-e
I need to create a string command for cmd, it already uses ${serverip} so I cant use string interpolation. Any suggestions? string command = "tftp ${serverip}:/
I am getting the response in the network tab of developer tools, so that means the call is working fine but my variable for some reason is null in the debugger.
I'm doing a school project and I really feel that I can acomplish what I want in my code, however I feel like i -always- repeat my code. I have tried to put the
I hava a UDFGenerator class and a UDFtest class,in UDFGenerator I created a static variable based on ExcelDnaUtil.Application, and use it in a static function,
Guys I'm new with Unity and I'm getting this error and I can't fix it. Why is the code line not signed?? NullReferenceException: Object reference not set to an
I would like to write a program that will handle commands like add: And asks for your first name, surname, age list: List the people in a directory remove: remo
I have a dateTime offset value that gets passed from the UI which looks like startDate:2022-04-25 21:08:02.2973333 +00:00 but the date i entered is actually the
In our application for the last few weeks we are getting memory exceptions. Wherever we used DataSet & DataTable, we used th
hey so i wanted to create a costume navmesh using NavMeshSurface and NavMeshModifierVolume, however, I have come to a conclusion that if I do something like Nav
Hi my problem is i want to add buttons to array size: 65 and there is a problem here's my code: Button[] buttonsa = new Button[65]; for (int d = 0; d <= but
So I am reading that in .net it is not possible to inherit a second base class. How then Can you create an object that serves 2 functions from 2 classes? For ex
I'm trying to code a music composer app for my final year project in C# and I can't find any APIs or relevant code that can help me play sound from .sf2 files.
Windows Forms has the cursor types Cursors.NoMoveHoriz, Cursors.NoMoveVert and Cursors.Default. These identifiers do not exist in WPF. Is there a way to obtain
My application uses two separate ethernet-based devices. Each device is assigned a static IP. I want to show the bandwidth usage by each device separately. The
I'm looking for DI solution for the following problem. I'm writing a custom SeriLog sync that requires a dependency from my serviceprovider. I can't seem to fig