Good day, I've been trying to get the value of inheritance class name of other inheritance class in Roslyn API. like below picture, when I'm scanning the 'Face
Is there a way to display all enums as their string value in swagger instead of their int value? I want to be able to submit POST actions and put enums accord
Hi does anyone know how to send or reply to an outlook mailitem using a specific string of email address? FOR EXAMPLE: my outlook email address is: string em
I am trying to add a watermark for a TextBox. The TextBox.Background is a System.Windows.Media.Brush. I need the Graphics.FillRectangle(System.Drawing.Brush....
In my GameManager script I have a delegate. In my Door script, I subscribe to this delegate. I've tried unsubscribing from it in both the OnDisable and OnDestro
I have a task - write multithreading matrix multiplication. Each vector product must be calculated in new thread.(If we have matrices n by m and m by k we must
I have code that inserts data into a table when a user enters certain values into three boxes on the page. The boxes are order number, total weight and trackin
Maybe an easy question, but can't find it easily so forgive me =) I try to select multiple columns. The statement I use is: var dataset2 = from recordset in en
I am trying to load a .dwg file to convert from cad to pdf using below code: using (var image = Aspose.CAD.Image.Load("fileName.dwg")) { // process the draw
So I have a table, Equipments, that contains assets. There is a table connected to this one in a 1-many relationship that logs each time it is inventoried, by w
Trying to implement Identity in ASP.NET Core 2.0. Having many problems getting my head around this. Startup.cs public class Startup { public Startup(ICon
This is my code. The input command line is var1 val1 var2 val2: var rawCmd = Environment.CommandLine; // Environment.CommandLine adds the .exe info that I don'
I'm getting some errors trying to build expression trees on nested collections. I have classes: // not DB entity public FilterTerm { public string Compariso
I have a C# application in which i'd like to create a file : string fileName = "test.txt"; // a sample file name // Delete the fi
So I've been trying to create a simple azure function, that would be an http trigger "CreateUser". I did an other http trigger to simplify what's wrong, it look
I started to learn a new topic for me - unit testing. Ffter writing a few tests, I began to wonder what else can be written and whether it will not be redundant
I have the following code to write some data in an xml file. It works well but the attributes. I can not create attributes and its value for an element. //.xml
I have a dotnet project that work when i do dotnet run, i am trying to containerize that dotnet project. For that i have create the Dockerfile as below: FROM mc
I need to design a windows application which represents multiple "customers" in SQL Server. Each customer has the same data model, but it's independent. what w
I am working on a tree problem and not able to figure out how to solve the problem at hand. I've googled and also checked on SO, but could not find a suitable a