I have a main table "SALES" and two secondary tables "PRODUCTS" and "SERVICES", I need to select only the records in "SALES" that contain some product or servic
I have connected a stored procedure to a C# program using Entity Framework with a .edmx model. I am trying to get an integer output value to a variable from the
i want my enemy to be move like this in this picture. How can i achieve this in unity 2d.
In C#, can an object method invoke the object's own d-tor? and making any reference to the object invalid? I'm trying to build an "object control" in memory sys
I´m using NAudio and WPF to develop a mixer software in C#. But I have faced with a non commum behaivour: the output is playing normally, but when I resiz
Using NET 6 I have the following project structure: nuget.config project.code-workspace - Core Core.csproj - Api Api.csproj - Sim notebook.ipynb Where no
On my local machine everything is working fine...but on live server validation control are not working. [I am using Google Cloud (Windows Server 2019)]. I am u
I've got an MVC.NET solution that calls the Dataverse API and I'm seeing a significant performance degradation when using CrmServiceClient and AuthType=OAuth co
I have a view with a list of items that among their properties have a list of items (in View asp.net core). I use a generic list to have common properties that
I am developing a 2D Video Game as a school project which I am currently using Text Mesh Pro on. But there is an issue. Since my game is Turkish, I need to writ
static List<Contact> ListOfContact = new List<Contact>(); //Sorce of data: public void SaveContactToFile() //method to save a data { try
I already have an HTTP trigger function that I have published in Azure. I want to run the HTTP trigger on daily basis. So I thought I would create another timer
I am struggling in very beginning with WPF and LiveCharts. I am trying to implement the Starting Example (https://lvcharts.net/App/examples/v1/Wpf/Components) b
I am tring to Scan document from my Application but excutution time my code stuck somewhere and Code did not worked. some time throw same error which I mentio
I have PDF file like this https://www.w3.org/WAI/ER/tests/xhtml/testfiles/resources/pdf/dummy.pdf which has one item defined in the bookmarks section (or Outlin
I have an IDP server implemented by Duende IdentityServer assume which is hosted on idp.com and there are two separate ReactJS applications hosted on app.mysite
Here is my code for moving around in Uunity, however I can't seem to make the character jump. The moving camera and collect item on collision has also been impl
Performance wise, arer both theses lines of code the same ? pictureExample.sprite = Resources.Load<Sprite>("my_png"); pictureExample.sprite = Resources.Lo
Now that I have figured out what is going on (can't debug services using .NET 6 in Service Fabric), does anyone have an idea of how to get this to work? Some se
I'm attempting to call a c++ DLL(WinSDK: 10.0.18362.0, Platform Toolset: VS 2017 v141) from C#(the target framework is .NET 6.0) on ARM, and I compiled them for