Skip to main content
-1 votes
0 answers
71 views

How can I display the function parameters (SessionTicket, Deviceid, Loginemail, Language) in Azure portal when I call my Azure function? I just want to find out if the function parameters are correct ...
Bryan's user avatar
  • 265
-8 votes
0 answers
72 views

I have a dictionary of type Dictionary<string, string>, each item of which has the day of week as the key, with the hours of operation as the value. The items might look like this: [0] {[Sun,...
Scott Ritshie's user avatar
-1 votes
0 answers
68 views

I have a ListBox <ListBox BorderBrush="Transparent" FontSize="{Binding ExplorerElementsHeight}" ItemsSource="{Binding CurrentExplorerContent}" ...
TheMakarik's user avatar
-1 votes
0 answers
58 views

Question I have a C# WPF desktop application that prints invoices to a thermal printer using the Custom Print Queue (ESC/POS–style printing). Issue: If the application is idle or minimized for ~10 ...
Pankaj Patidar's user avatar
0 votes
1 answer
74 views

I'm experimenting with the new C# 14 extension syntax in .NET 10, and I hit an error I can't find documentation for: public static class Foo { extension(int bar) { public static int ...
winscripter's user avatar
  • 1,003
-1 votes
0 answers
71 views

I get the following exception when I use JsonSerializer.Deserialize in my Azure function. I created a small Azure function for testing purposes and it always fails with the same exception. Is it not ...
Bryan's user avatar
  • 265
4 votes
1 answer
161 views

I have the code below, which does not give any build error in Visual Studio 2022, but I get the following build error in Visual Studio 2026. <LangVersion>latest</LangVersion> How can I ...
Vivek Nuna's user avatar
  • 30.8k
3 votes
2 answers
84 views

I've been trying to set some fields values in a PDF with iText but I'm unable to set the fields, the value set is the same of the field name and that is not what I'm expecting. The code: private async ...
Guilherme Bley's user avatar
-5 votes
0 answers
91 views

I have the following routine that downloads a file from a web server. Sometimes the local file is created, but is zero bytes. I am [almost] certain the remote resource exists. private static void ...
Derek Johnson's user avatar
Best practices
1 vote
8 replies
145 views

I am currently coding a project with many if statements to check certain values. I feel like all those statements seem inefficient and time-consuming in my program. How can I optimize or manage this ...
ripe_onions's user avatar
1 vote
0 answers
69 views

Problem Description: I am working on a simple console application (Advent of Code) using .NET 10. I have set up an xUnit test project. The Issue: When I try to run tests in Visual Studio's Test ...
Emma's user avatar
  • 67
-1 votes
0 answers
74 views

I have my NET10 MAUI application and I try to publish the app on the Google Play Store. I published and updated the app a few times but I often face an issue. When I test the app in Debug mode on my ...
Enrico's user avatar
  • 6,920
1 vote
0 answers
69 views

I’m trying to move horizontally with the following code: Vector3 Move(Vector3 dir_movement, Vector3 position, int i) { if (i > maxi) { return Vector3.zero; } float ...
trollik223's user avatar
0 votes
1 answer
59 views

I have a multi-process application (one orchestrator and multiple workers) where all processes write to the same log file using NLog 6. The log file is configured to be archived: daily (ArchiveEvery=...
Christopher Fontaine's user avatar
1 vote
2 answers
142 views

Recently, I’ve been working on a small project that allows you to download information about a person who has participated in a powerlifting meet. The data comes from OpenIPF. In this project, a CSV ...
heymasin's user avatar

15 30 50 per page
1
2 3 4 5
108248