For the RabbitMq message broker system that I will use in my project that I developed in the .Net 5 environment; I have 10000 messages and I want each queue to
I am writing a library to work with Excel files. It can generate a valid .xlsx file, except for the zipping up part. The following code will generate a .ZIP fil
I'm creating a Search Bar and can't seem to get results back. It seems to be case sensitive. Is there any way I can make it case insensitive so the user can sea
I could not find any answer to my question in the document below. https://docs.bigbluebutton.org/dev/api.html#getmeetinginfo Maybe an experienced developer can
I am using a set of standard buttons, reused across a WPF app and want to add a shortcut key to each of the buttons. So I have a ControlTemplate containing the
I have been tasked with writing a C# replacement for a VBScript process that gets a list of all Active Directory user accounts with various object attributes. T
I have deployed multiple services to a single Linux VM sitting behind Ocelot. However, when making requests against Ocelot I get a 502 back. Looking at the resu
I am using this code in asp.net to run crystal report : paramField.Name = "@ORDER_ID"; paramDiscreteValue.Value = TXTORDERID.Text.ToStri
I am using System.IO.BACnet library for my C# BACNet client. I am trying to send to server "ReadPropertyMultiple" request, however I am unable to read non-array
I have a script in a game which stuns a target and throws them up into the air. The problem is, the yield return new WaitForSeconds(0.01f), and by extension the
I have a script in a game which stuns a target and throws them up into the air. The problem is, the yield return new WaitForSeconds(0.01f), and by extension the
Here's what I want this code to do. Read the textfile random.txt into a List For each line of the textfile read into the list I want to determine if it is posit
I've updated Visual Studio 2022 to 17.1.0 recently and I now have this weird error, but not on every project (on only one up to now). I've tested other project
If i'm starting with the linerenderer materials and the first place is empty without any material the linerenderer is pink and then i'm trying to add the Defaul
I have a question. Since I was making my game(2D) in UNITY to work for PC, and now I want to switch platform for ANDROID. So my question is, can I put both cont
Layout page,Datatable Js and css added here Here is Category Index Page Datatable is working here Here is Product Index Page Datable is not working even though
I'm have try drawing color picker by Ellipse LinearGradientBrush. <Ellipse Width="200" Height="200"> <Ellipse.Fill> <VisualBrush Tile
I want to return C# class object instead of using JObject in here. Could someone can tell me how to use it. private async Task<JObject> GetReceiptById(str
UPDATE There has been quite a few changes in the code, but the problem still persists. I was able to delete from the customer table (and the entire row on the D
Web application has asp.net core identity implementation, in security testing of our application vulnerability is found-authentication bypass via response manip