My current setup is as follows: Client Javascript JSON stringified object is passed to a server function as so Client: var requestObject = JSON.stringify(cli
I have Visual Studio 2012 professional edition, and i want to add a reference for "Microsoft Outlook 15.0 Object Library" inside my web project, but i can not f
Is there any way for me to read contents of an xml file in a cab file in C#? I know how to use XDocument to load an xml file and read its contents, but not sure
I am trying to log to an sql server with the adoNetappender it works with an app.config but I need it whiteout an app.config this is my test code for the adoNet
hi im stuck and keep getting errors when trying to setup a send email for. here's my using.system: using System.Net; using System.Web; using System.Net.Mail;
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