I have created a webapi project in dot net 6.0, which internally uses some winform code. I want to create a docker image however it is throwing the following er
I am tackling a Unity course challenge, where we are supposed to implement data persistence between scenes and across sessions. After deciding to go with JSON,
Similar to How to Inject Dependencies to Dynamically Loaded Assemblies, I want to inject dependencies into classes from dynamically loaded assemblies. Is this p
I'm using EF 6.0 for my project in C# with manual migrations and updates. I have about 5 migrations on the database, but I realised that the last migration was
There is no any such specific answer for UWP implementation that will give me the correct solution. I have a datagrid which will have data from it's item source
I tried to connect my project to a database, using LINQ to SQL, following a few online guides. I created a simple database Library, added new LINQ to SQL Classe
In Azure Function V1 (.NET4) code below worked fine [FunctionName("run")] public static HttpResponseMessage run( [HttpTrigger(AuthorizationLevel.Anonymous, "pos
I have populated my datagridview which has one combobox column. this way i have populated my combobox column of datagridview. if (dt != null && dt.Rows.
I am searching for the possibility to open default property dialogues for particular Windows objects, like: the property dialogue for a particular service in se
I'm trying to secure an API with keycloack. The API is called by a server. So there is no browser. (Logging in via Browser works fine and i can access the api.)
my name is Prince. I have a datalist named datalist1, i inputed a label, image and button in the datalist. I inputed the image of a field from my database in my
I want to retrieve multiple sys_refcursors from oracle db using dapper. My PL/SQL code below procedure GetData2 (p_result out sys_refcursor, p_result2 out sys_r
I have an application compiled with .Net Framework 4.0 and I want to load a WPF UserControl inside it. The user control is a dll compiled for .NetFramework 4.8.
using System.Drawing; using System.Windows.Forms; public partial class Form1 : Form { public bool move_right, move_left, move_up, move_down; public in
I have designed a scenario as below: I created an object spawner to collide with things tagged as "ob", using a boolean to manage the timing to spawn new obstac
here I am trying to add dependencies from SchoolAppASPv2.Infrastructure to SchoolAppASPv2.Identity but I am not being able to. It shows an error in using Schoo
I need to add a BinarySecurityToken to the WS security header of a SOAP request. I followed https://stackoverflow.com/a/22560639 and the Samples of MicrosoftWSE
I am trying to customize some rules, particularly S134 but it does not take my deviation from the default max parameter into account Repro: Create new Console A
I'm running tests solution on azure pipeline with help of vstest@2 task. Pipeline distributes test cases on 4 agents and then runs them. Task yaml: - task: VS
I use value objects to encapsulate validations like maxLength. This is an extract of a sample class without factory method and validation: public class CallingN