I am on Ubuntu 21.04 and running a C# console application in Jetbrains Rider. And it says: /home/Door/RiderProjects/ConsoleApp1/ConsoleApp1/bin/Debug/net6.0/Con
For some reason visual studio will not compile the below code. I am on .NET 6 WPF. Has there been any breaking changes that doesn't allow me to extend System.W
I noticed that the following code seems to compile just fine, when I would've expected multiple errors: public interface ITest { Math Foo(MathF x, ref Conso
Here is what I am trying to do. I have done a few simple expressions, but this one is a little too much for me right now. public static Expression<Func&l
I'm trying to generate objects of a class whereby its value should reflect its type. For example, if its property's type is a string, then that property's value
I am trying to deserialize a json response I get from a web call. I have it 90 percent figured out. The only part I am having a hard time figuring out is there
I am trying to deserialize a json response I get from a web call. I have it 90 percent figured out. The only part I am having a hard time figuring out is there
I've created a C# ASP .Net Core 6.0 application, and trying to implement SSO with Azure AD using Sustainsys.Saml2, specifically with the Sustainsys.Saml2.AspNet
I have SFTP working, just to trying to add Ftp to our existing program. Is SshHostKeyFingerprint recommended for Ftp protocol the same as with SFtp? If needed,
I have this static class used for sending Http POST requests to my webserver via the HttpWebRequest libraries: using Newtonsoft.Json; using System; using System
I have this two browser windows, which are opened for each order on an apparel list with about 18K orders. I have to manually copy the values from the first win
When I migrate my new models and data I get the following error for multiple foreign keys: The foreign key property 'InsurancePolicy.InsuranceSubjectID1' was c
I would like to change reference to db table depends on model, which would be send by user. For example: I have 3 types (A,B,C) of devices and 3 tables (tableA,
I imported a Unity package where several Editor scripts depend on a RootPath property from a static class: public static class EditorUtils { public static s
I'm working on a .NET Core version 2.2 app (with Angular), which uses EF Core (code first). It's been an existing project for a few years, I've cloned it about
I am having a Custom Control, I want to add some elements from the Page in which it will be used. Just like this <Label> <Label.Text>First Name&
Description: (Following is only a low level description) Assume you have a List of automates, one of people and one of tasks. The corresponding Data comes from
Details: I have hosted internal application on IIS 10. One of functionality requirement is open the one of the form to external users (out of our organization).
I have the following script, which allows me to to control the SAP Gui with .NET (C#) SapROTWr.CSapROTWrapper sapROT = new SapROTWr.CSapROTWrapper(); object obj
I am working on .NET CORE 6 application along with Entity Framework CORE 7. I have class where I have written LINQ script. This is async method. I am not sure w