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
We are doing a docx-PDF conversion by uploading a Word-document(docx) by first uploading it using the large document upload in Microsoft Graph API (link) and af
I have a field "details" varchar(MAX) in my table with the detailed description of an item, I need to select the records that contain the keywords passed by the
I'm trying to assign a value to My ComboBox with the name "tbYear", this value I want to assign comes from My API. I'm getting the value correctly, I just have
I have this method 'SetStats' that's part of a class. public class HeroUnit: MonoBehaviour { public virtual void SetStats(Stats stats) => Stats = stats;
string input = "1234"; string[] array = { "0", "1", "2", "3", "4", "5", "6", "7", "8", "9" }; bool in_N1 = Array.Exists(array, x => x == i
As the title, i'm trying but still found no solution. This is flow: User <-> Blazor.Client <-> Blazor.Server <-> External APIs. Blazor.Client:
I have a List of objects, say List<MyObject> = new List<MyObject>{object1, object2, ..., object10} Each object has property "Property1" which is a d
I am trying to generate C# code using .proto file, but getting error import google/protobuf/timestamp.proto was not found or had errors. windows syntax = "proto
When inserting data into a many-to-many relationship, should you insert to the join-table or to both original tables? My table models: public DbSet<User>
I sent commands to the server according to the following links and data was returned that I do not know how to find the coordinates. Link 1: GPS103 Tracker List