Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
15 views

Create a control and set in next to another control

Here is the requirement: set a button aside a textbox. So that the button will be located in the right of the textbox. At first I think it's easy because I can use UserControl, some drop and drag can ...
Phuong Nguyen's user avatar
0 votes
0 answers
17 views

Run certbot on centralised server to generate certificates manually

Overview:- Developed a centealized custom api (.net) and deployed to nginx server to accept api request for generating a ssl certificate through api calls. when a new request api call is made , I’m ...
Yuvraj's user avatar
  • 11
0 votes
0 answers
8 views

IRequestExceptionHandler fails to be properly resolved while response type is generic

Inspired by https://code-maze.com/csharp-global-exception-handling-for-mediatr-requests/ Using MediatR is it possible to create a generic RequestExceptionHandler for any and all requests? I was trying ...
user2184057's user avatar
-3 votes
1 answer
48 views

What's a performant way to remove data from a Stream (or TextWriter)?

We are using Sep to process CSV files before a bulk import into a database. The process is fast, but Sep trades some error correction for raw speed. One of our vendors is submitting CSV files with an ...
Bryan Boettcher's user avatar
-7 votes
0 answers
31 views

Bulk insertion with .NET 5 for free [closed]

I need a solution to do bulk insertion for free, today my project is .NET 5 with entity framework core and oracle database. I tried to use Z.entityFramework.extension, but it is not free, I need to ...
Victor Amorim's user avatar
-2 votes
0 answers
14 views

How to create a custom voice that can be used with .net speech synthesizer (text to speech)? [closed]

I would like to know how can I create a custom voice (e.g., from my voice samples) that I can then use with the .NET Speech Synthesizer that ships with System.Speech.dll? I have comes across some ...
morpheus's user avatar
  • 19.8k
0 votes
1 answer
28 views

WCF service throws error in ASP.NET MVC. Could not establish secure channel for SSL/TLS with authority

First of all there is a ton of question with the same title but I believe my problem is little bit different from other questions. I would like to state that everything where perfectly fine about two ...
MonkeyDLuffy's user avatar
0 votes
0 answers
12 views

.net maui unfocus or detecting a click outside of custom view

since it is not possible for ContentView to trigger Unfocused event, is there a work around on detecting when a view is unfocused? (aka, when clicked outside of the view)
ODINN's user avatar
  • 43
0 votes
0 answers
9 views

Blazor WebAssembly in Docker: Client Shows 'This page isn’t working right now' Error

I have a project with two parts: a server using ASP.NET Core Web API and a client using Blazor WebAssembly (PWA). I'm trying to containerize both parts using Docker. While the build and run processes ...
Keshish's user avatar
  • 13
0 votes
0 answers
17 views

Is it possible to write AWS Lambda function with streamed response in C#

I want to make a lambda function that returns a 12-13mb files. According the docs, for regular functions response payload limit is 6mb - for streamed - 20mb. I found a documentation with streamed ...
Alex Zaitsev's user avatar
  • 2,726
0 votes
0 answers
17 views

.NET 8 Rate Limiting via Policy

I am trying to run the .NET 8 Rate Limiting Middleware, with a global rate limit, as well as a specific policy for certain endpoints. The global policy is working as expected, but I cannot get the ...
Chris Pressley's user avatar
0 votes
0 answers
26 views

How to rename projectname.exe.config file to userdefined?

I have got a project in Visual Studio 2022 using C#. It uses an external library I included to that project. Now I want all dlls to be in a separate folder, so I need the projectname.exe.config file. ...
chs2311's user avatar
  • 15
0 votes
0 answers
30 views

How to extract full monitor manufacturer/vendor ID in Windows? (as same as Linux hwinfo --monitor command)

I´m stuck with extracting hardware information of my monitor manufacturer ID in this format: xxxxx_xxxxxxx Basically, format which provides Linux command hwinfo --monitor as "vendor" ...
Zdeneik's user avatar
0 votes
0 answers
28 views

inotify limit reached in Docker (k8s)

We have an dotnet6 app that has been running in k8s for quite some time and only recently it started producing the following error, but only on some of the pods. System.IO.IOException: The configured ...
Swifty's user avatar
  • 1,422
0 votes
0 answers
13 views

Is there any alternative other than Graph API to take Facebook's datas in .net?

After my research it is very hard to pass this(I mention below) step to use Graph API. Business verification This is required to get access to data from users (for some apps this is called advanced ...
user26029025's user avatar

15 30 50 per page
1
2 3 4 5
14349