Faced with the problem of programming on the Mac on the old version of the operating system Lion 10.7.5 in C#. Can anyone recommend an IDE tha
I try to make Durable and Delivery consumer, but i get "No Interest" as result. It is "Active" When i create PushSubscribeOptions like this: PushSubscribeOption
The raw SQL uses correlated subquery for single table, any possibility to translate this with single LINQ Query? SELECT * From dbo.Products AS P1 WHERE SalePric
I have a data set (ex. 1, 1, 4, 6, 3, 3, 1, 2, 2, 2, 6, 6, 6, 7) and I want to group items of the same value but only if they are next to each other minimum 3 t
set environment variable for ffmpeg.exe using code in C# UWP?
I am attempting to add the retry Attribute under the Test Fixture in Nunit but it does not appear to work. Can anyone show me how to add this as a try catch? Th
I have a console application that is running in Kubernetes. I want it to send an event through rabbit when it crashes on unhandled exception. Here is simplifie
I'm not able to make SeriLog work with SQLite sink. My project setup is as follows: Packages I have installed: My SQLite database: My appsettings.json file
The while loop currently blocks the thread as it retries forever until the connection is established. I expect it to retry forever but it shouldn't block the th
We have an API, written in C# .NET Framework that connects to the OrganizationService and the OrganizationServiceContext of our Dynamics instance. We are gettin
I'm currently trying to make a C# programm that simulates a Dial-Up Connection. So this what the programm should do: When I play a DTMF Tone like 212 5678912 or
I am trying to have a "night" effect on my screen, by setting dark background spriteBatch.Begin(); // my objects here spriteBatch.Draw(darkBackground, Vector2
The following question answers how to resize a printscreen taken with SharpDX by a power of two Resizing a DXGI Resource or Texture2D in SharpDX. I'm trying to
I am developing a C# WinForm application. I am using cartesianchart from LiveChar.Winforms.I want to do a scrollable graph. I added too many items on chart and
I want to get a name from selected id in my view page First Model public class Transaction { [Key] public int Id { get; set; } [Required] public
I want create micro service architecture solution so I add some services for my solution. All my services must have one table in my database in there models so
We are using C# .Net Framework 4.7.2, JsonSerializer in System.Text.Json Version 6.0.2. Solution builds fine. We get a runtime error when Serializing: Could no
In C#10 I was trying to create a Result type that would have an error or a value (without going for monadic stuff). When trying to use it I was expecting a comp
I have created a Windows shell extension that provides a menu to users when they right-click in File Explorer. This then invokes a small dialogue App. I'm a nov
How I can provide ComboBox to a particular DataGrid Column in wpf when user tries to edit data grid . For example user can change the Operator at run time from