close
Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
1 vote
0 answers
55 views

Can a third-party iPhone app use a generic FTDI USB-serial optical coupler? I'm building a cross-platform (.NET iOS / C#) app that reads smart meters via a wired optical head. The head uses an FTDI ...
Abdul Wasey's user avatar
0 votes
0 answers
92 views

We have Windows/WPF application targeting .NET 4.7.2 on Windows 11 OR windows server 2019 where the handle count keeps increasing even when the application has just launched and is idle. On page load, ...
Sandeep's user avatar
0 votes
0 answers
122 views

I have a permissions.json file at the module root that serves as the single source of truth for permission constants. I want a Permissions.g.cs file to be regenerated automatically the moment I save ...
Prashil Shah's user avatar
0 votes
0 answers
60 views

I've been able to install other versions of the .Net framework but not 3.5. It says I have .Net framework 3.5 installed in program files under the enable/disable windows features. but I am unable to ...
Alexander Kuznetsov's user avatar
Advice
0 votes
1 replies
109 views

I am updating my language settings through a C# Controller in .NET 10 which is for my back-end and my frontend is made with React 18.3.1. Furthermore, the web app is a hybrid app in which we want to ...
Oris Sin's user avatar
1 vote
2 answers
203 views

Currently, while stepping through, every time an exception is thrown and caught, I get a small dialog in which I need to scroll both horizontally and vertically to see the stack trace, which is not ...
ispiro's user avatar
Best practices
3 votes
6 replies
348 views

What is the most idiomatic way to sort an array in reverse order in C# 14? Arrays now have methods from the MemoryExtensions class. For example, given the following array: int[] arr = [3, 1, 2, 5, 9]; ...
Soul Catcher's user avatar
0 votes
0 answers
68 views

How can I place a circular (curved/round) stair in Hexagon Smart 3D using a custom command in C#? I can create a straight stair in Hexagon Smart 3D using: Stair stair = new Stair(system, part, top, ...
kingpin's user avatar
-1 votes
0 answers
171 views

I have an ASP.NET MVC application on .NET 4.7.1. This is a POST method on a System.Web.Mvc.Controller. If I call DoSomething2 directly, the application locks up on the next use of async in the nested ...
Eric's user avatar
Best practices
0 votes
4 replies
104 views

have a .NET application running in Docker and need to configure container health checks. Currently I see a few options: Option 1 Install curl in the runtime image. Use Docker HEALTHCHECK with a ...
user31593069's user avatar
Best practices
0 votes
3 replies
154 views

I am building a web application for an interior design company that allows users to visualize office workstation layouts. The goal is to create a responsive floor plan where users can drag and drop ...
mindspacedesign's user avatar
0 votes
0 answers
72 views

I am working with .NET MAUI on Windows (WinUI) and using the default Switch, which maps to ToggleSwitch. I am trying to achieve consistent styling for different switch states, but I am facing issues ...
Dev's user avatar
Best practices
0 votes
3 replies
163 views

public record Example { public required string Property { get; private init; } private Example() { } public static Example Create(string property) => new Example { Property = ...
Tenelles's user avatar
Tooling
0 votes
1 replies
92 views

I am looking for Microsoft's reference source for the types DataContractSerializerExtensions and ISerializationSurrogateProvider in .NET Framework 4.8.1. The reference source in .NET Framework 4.8 or ...
dbc's user avatar
2 votes
0 answers
112 views

I recently migrated a WPF application from .NET Framework 4.7.2 to .NET 8. After the migration, deserializing previously saved binary XML files (written using XmlDictionaryWriter.CreateBinaryWriter) ...
AC AC's user avatar

15 30 50 per page
1
2 3 4 5
22690