I'm developing for the first time in layers (Data, Business, Presentation), before I was doing it directly, now I want to show a report, these are the ...
I'm developing for the first time in layers (Data, Business, Presentation), before I was doing it directly, now I want to show a report, these are the ...
I am working on Asp.Net Core API, There are around 1000 endpoints which can have different bodies (request payload). I want to log the the incoming re ...
I'm trying to complete one of the bonus problems for the 4th Challenge from Unity's Junior Programmer Create with Code 2 Pathway. The instructions are ...
Let's say I have the following C# code that sends get requests for some array of urls in parallel: If I set the MaxDegreeOfParallelism to the size ...
I'm using a string as a MultiBinding.ConverterParameter in a XAML-definition of a WPF-Window. The converter concatenates multiple strings and uses the ...
Trying to add custom code behind hook which will be executed on order which we pass as @before or @after CreateUser() and DeleteUser() will be Hook ...
how do i disable a D#+ Command to not show for users who don't have specific permissions such as Administrator, Or Owner? a reply would be appreciate ...
I try to create a print job monitor similar to the build-in windows version. My current problem is, that im not able to get the information of the spe ...
When passing a Bitmap to a method using thread.Start() and later calling bitmap.save() it throws the exception Invalid parameter when trying to save i ...
according to the theory after manupaliting string using String Builder keyword both memory address must be same, but i get wrong answer. could anyone ...
We are using NHibernate as our ORM. We have a table that one of the columns has a custom IUserType mapped onto it. The purpose of the IUserType is tha ...
I am totally fed-up with Office 365 SMTP configuration, I have done all requirements to send email using my account on Office 365, and always giving m ...
I have a Delphi 2007 DLL with this export: function TestSignString(s, Sign: PChar): LongBool; stdcall; I am calling it in .NET Core v7 C# using thi ...
I'm trying to create a checkerboard tile in Unity, but creating it by hand is time-consuming and cumbersome. I tried creating a rule tile to achieve ...
I am trying to get a list of the SharePoint sites a user follows using the MSGraph SDK V4.54.0. All the examples I have found use await graphClient.Me ...
. Answers to this question are eligible for a +100 reputation bounty ...
I am trying to build an application in Unity for an android device. In this, some Datas are being fetched and some are user entered and are being stor ...
We have an .editorconfig file which has coding style requirements for all our projects. Part of the team use Rider, another part use VS. I'm trying to ...
I'm trying to import a model with assimp.net and c# but the my code doesn't work any help? Here is my code: I tried to rewrite the function and th ...
I'm trying to make an inventory system. When the player presses tab, a UI opens with three images. I dragged all three images from the Hierarchy into ...