У меня есть код, который получает файл хранилища больших двоичных объектов и извлекает его. Он работает, когда я тестирую сохранение результата на своем компьютере.
Теперь вместо сохранения файла на локальном компьютере , я хочу загрузить...
I'm making a calculator, that calculates the resistance from voltage and current given to the program. When the program calculates the value, it's supposed to log the datetime, the used voltage, the used current and the value of the resistance to a...
To the DataObject.Pasting event in the Textbox I want to assign the TextBoxPasting function which is located in the viewmodel (MVVM pattern). Unfortunately the code does not work. I use the library:
xmlns:behaviours=
View - code:
When I execute the updateScreen() function, an exception is thrown when the new value is set in the TextLabel string. This exception is demonstrated in the figure right after the code.
This error occurs when I invoke the screen update through the...
I would really appreciate if someone could deobfusticate and send it back to me
Ive tried a few deobfusticators but they didnt work
If you are able to deobfusticate please send it to gofile and upload the link, thanks...
I am a little rusty in .net. I have an old site that I haven't touched in maybe 8 years. I need to make a minor change to one of the .vb files. Rather than looking for the visual studio project, I logged into the site and adjusted what I needed in...
I'm still fairly new to xaml and .net maui but I don't really know what search terms to even use. I want to list today's task notifications in xaml with a collection view. I want this list, when displaying in xaml collection view, to pull details...
I am using ZXing.NET to generate Barcode. It says I need a rendering instance to show the Barcode as Bitmap Image. I don't know to do that.
private void GenerateBarcode(object parameter)
{
string barcodeContent = 123456789 ;
I'm new to this forum.
I'm currently try to recreate Conway's Game of Life in a .Net console application.
I hardcoded this pattern enter image description here which does basically not move and just stays that way through generations; now tho I came...
“Debug vs. Release setting in the IDE when you compile your code in Visual Studio makes almost no difference to performance… the generated code is almost the same. The C# compiler doesn’t really do any...
i have an assignment for oop class and i cannot figure it out. i could implement it with int but it is not allowed. i have to do it with List. i can implement other methods by myself but i need help creating the constructor first. can someone help...
In the page's C#, I have a BindableProperty as follows:
public static readonly BindableProperty RecipeProperty = BindableProperty.Create(nameof(Recipe), typeof(Recipe),...
When debugging an operation with UTF8 strings, sometimes I want to see the string representation from a given ReadOnlySpan so i created a static function to help me achieve it, but, one of the ways to do so doesn't worked as spected, i wonder why...
I'd need to run a multitenant application to register an Azure application in the tenant of a customer and assign it some permission, all of above programatically by C# code.
Is there an SDK or a library to accomplish the task ? Can you provide a...
I'm running into memory issues because I have a collection that continues to grow. What I need to do is only keep about 15 items of each occurence in a list, so my idea is to find all the occurences where a value is equal to a supplied argument and...
I am working on a console application using C# and .NET Core, where I have implemented a WebSocket. However, I am encountering an error when sending data to clients connected to the WebSocket. The error message is as follows:
This method may not be...
I have a code that looks like this:
public static async Task SendRequest(Client client, DateTime startTime, int offset)
{
TimeSpan timeToWait = startTime - DateTime.UtcNow + TimeSpan.FromMilliseconds(offset);
await Task.Delay(timeToWait);...
I am trying to port a C++ library with a C calling convention to C#.
The project is at
I am trying to port the sample C++ application and use the .DLL from the Lepcc C++ project.
I am getting an access violation (memory corrupt) when the...
I have deployed my .net core code in IIS and NGINX. Is there any way that I can restrict user not to use the particular API and not to deploy code again?
Or if i have to deploy again, is there any way that I can restrict users so that they cannot...
I'm having some issues with Blazor InputFile when using it within a repeating component, specifically getting the OnChange event to call the method in the correct instance of the repeating component.
Here's some code I've put together to demonstrate...
Вы не можете начинать темы Вы не можете отвечать на сообщения Вы не можете редактировать свои сообщения Вы не можете удалять свои сообщения Вы не можете добавлять вложения