i have a problem when i want to edit a button from MaterialSkin.2 winforms, why this is happening, are they fixed from developers or what
I've proceduraly generated map and defined biomes based on this scheme: Take 3 different maps created via Perlin Noise Using presets determine which is the best
I am trying to perform select operation on a datatable to extract some values from a column. The column that I am targeting has some special characters in it. s
In Form2 I set a public static string to form2text then I set label text value equal to form2text In Form1 under comboBox1_SelectedIndexChanged: Form2.form2text
Can anyone explain what the ProofingMenuFlyout is for in WinUI 3 on a TextBox? The documentation for it is bare with no example on how to use it. What I'm actua
I'm working on getting my logging pattern into a standard set by my company and could use some help. I need to log from my application into JSON, so I put toget
I would like to create a count down timer that displays in the lower right hand of the screen with slightly transparent text that can be seen no matter what you
I'm coding at C# and I'm trying to make an OOP representation of a list of topics. I tried countless approaches but I still not being able to reach the desired
Trying to serialize componentMappers . The Exception is throwed at .Serialize(): var componentMappers = new Bag<ComponentMapper>(); var componentMappersS
I have a website where users log in on an external website and are redirected back with a token in the querystring. I then validate the token and create the aut
Under Windows I have used the SaxonCS library (available on NuGet https://www.nuget.org/packages/SaxonCS/ that is written against .NET 5 successfully in both .N
I'm working on a Blazor app that's similar to Facebook groups, I have to make a notification function where users can receive a notification message when someon
I'm trying to make an intiutive inspector to select a scene and the possibility of select a "zone" as well to the player spawn position in the scene selected. R
I have an application that is using a remote API. That API requires that I send PARAMS before it will accept the request as valid. Currently I send x-www-form
I have decided to develop desktop program with usage of SQLite datatbase and with help of C# programming language. One of the necessary functions that must be p
I have a following list of objects: List<Parent> parents = new(); Parent contains List<Children> list of children. What I want is to filter list of
I've scoured the AWS documentation to see if there is a a way to get the SMS delivery log via code, but i'm at a miss, I can get the logs via cloud watch but I
I'm using EF Core 6 (6.0.2) with SQL Server 2019 with the following entity: public partial class MyEntity { [Column("External_ExternalId")] publ
I have a weird issue. In my application (witten with C# .net framework 4.8 with Microsoft's MVVM toolkit) I have a ListView bound to a BindingList<VisualMach
I am working on an ASP.NET Core Web API application in which I am working with the files security. I want to monitor the maximum and minimum RAM and CPU consump