close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!

Question list filters

Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
1 answer
145 views

I store dates in a SQL Server database as SmallDateTime like this: 2026-07-18 10:00:00 (YYYY-MM-DD hh:mm:ss) In my Web API code, I retrieve dates like this: long unix_dt = ((DateTimeOffset)sqlDR....
Score of -1
0 answers
131 views

I have a framework-dependent .NET 10 application. I want to deploy a private copy of the .NET runtime with the application, but I don't want to publish self-contained. Currently I launch the ...
Score of -1
0 answers
79 views

I am a PHP dev, to create database and create table I use phpmyadmin, now I am learning .net maui to create android applications, but unlike there, here is no phpmyadmin, where can I create the table??...
Score of 2
1 answer
169 views

I upgraded from EFCore.BulkExtensions 6.8.1 to EFCore.BulkExtensions.SqlServer 10.0.1. I have an entity with an owned type: public class MainEntity { public OwnedData OwnedData { get; set; } } ...
Score of 3
4 answers
371 views

I have a class which implements IDisposable, for purposes of clean-up and logging. Since all resources managed by this class are managed, it's not necessary for a finalizer to clean them up. In the ...
Score of 5
3 answers
179 views

I have a static method that initializes an instance of a class with a nullable private set property, and always sets that property to a non-null value. The same guarantee cannot be made for ...
Score of -1
1 answer
128 views

I have a .NET web application hosted on my server with IIS. Usually the IIS process will run for days on end with memory at around 400-500mb. But sometimes which seems totally random to me this memory ...
Best practices
0 votes
2 replies
123 views

I am going to develop a large application in .Net 8.0 Clean Architecture. Web APIs will be consumed by React Application and Mobile Application.Heavy reports processing, bulk insert, update, upload ...
Score of 1
1 answer
124 views

During load testing, I encountered a significant number of Redis timeout exceptions while reading an epoch value (a simple integer) from Redis. The application is a .NET Core Web API project ...
Best practices
1 vote
4 replies
129 views

I hope everyone is doing well. I have an idea, but I’m struggling to find the proper way to implement it. I want to create a system that runs a Windows service on the client’s machine. This service ...
Score of -5
1 answer
354 views

There are no full stops at the end of some thumbnail captions on fr.wikipedia.org, but this is mandatory in most cases in French typography (cf. fr:WP:TYPO § POINTS, in French). I would like a .NET ...
Tooling
3 votes
26 replies
363 views

I’ve started my software learning journey with C#, but the courses on YouTube and Udemy consistently proceed using Windows PCs. I use a MacBook Air, so I’m unable to build the Windows Forms ...
Advice
0 votes
1 replies
63 views

I'm using Aspose Words for automated mail merging and we have several templates (.dot files) that have an included template (mostly in the footer using the {INCLUDETEXT} tag). This "sub" ...
Advice
1 vote
6 replies
200 views

What is the overhead generated by functions like the in the example below? public IEnumerable<int> Range(int end) { for (int i = 0; i < end; i++) yield return i; } What does it ...
Score of 0
0 answers
72 views

I am trying to embed a camera into a view controller So I thourght I would use the UIImagePickerController rather that Using an AVCaptureDevice so a added this code private void ...

15 30 50 per page
1
2 3 4 5
22687