I'm developing a school project using a html.beginform to when i click in a button i go to a diferent Action, but i need to pass the values that i have inside m
I have a model Contact with three navigational properties of type Place but when I make a request in to database ids are filled but navigational properties are
In C# how do I write a function that may or may not return a ref to a struct? What I basically want is a return type Nullable<ref OutboxSlot> but the comp
I'm trying to compare a string in an if(string = ""), but it's apparently not the same the string is "thisColor", it is defined by the content of a file. I trie
I have an Azure Function with DDD Architecture. My project structure looks like this: local.settings.json file Looks like this: { "IsEncrypted": false, "Va
I've been given a task to to build a web client that interacts with the following API: https://docs.openaq.org/ It should be able to send different parameters
I have a List of strings as follows, List<string> str = new List<string>() { "7, 31", "2, 4", "5, 6" }; My input will be something like "1, 2" or
This character format encoding description can be found in All such encoded characters and character description. The exact specific string I want to convert is
I have this textblock and image icon in HomePage.xaml, <Window xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://sch
I'm trying to insert record into my database through a form made by Winforms. At first I try to insert it directly in SQL Server: INSERT INTO item (name, price,
From the JSON file, I was able to build a treeView in windows forms. Now I need to do the reverse process - save the tree to a JSON file after pressing the butt
I have this event handler in WPF with async call. private void Button_Click(object sender, RoutedEventArgs e) { var folderStructure = restApiProvider.GetFol
I need your help. I was creating an application in c# that converts the data from the IP camera to an image (JPEG). I was able to convert the image using the be
Is there a way I can have the list of registered pages for navigation in Prism? Or a function where it returns true when it receives a name of a page that is al
I have a FlyoutPanel and I want to hide it according to a condition. For example: I want to hide it when a counter is equal to 3. What I have tried is: private
Committing... Visited Classes 0 of 18 (0) Visited Methods 0 of 68 (0) Visited Points 0 of 133 (0) Visited Branches 0 of 74 (0) ==== Alternative Results (includ
I have a zip stored in azure blob storage which I'm streaming it locally and iterating its entries. I'm getting the stream like that: BlobClient blob = _blobSer
I am trying to make seamless looping video in a game engine, and I have two questions. Even though I used the Sequencer Source, I still found that the playback
I'm working on a project that have a touchscreen monitor. I have 4 picturebox with two event(Mouse Down , Mouse click ). in this case, when i click on the pictu
This is first time I try NACl.NET which are desribed here well. Nuget from here https://www.nuget.org/packages/NaCl.Net/ I take code usage from here https://git