127 questions from the last 7 days
1
vote
0
answers
6
views
How do I add security Headers to my SOAP Service
I'm trying to call a WCF service from a WSDL given to me by the 3rd party which I'm trying to integrate with, they gave me a sample request that my code should generate, it contains wsse:Security ...
0
votes
0
answers
15
views
How to set BuildInParallel="false" in a .NET SDK style .csproj?
How can i set BuildInParallel="false" in my .csproj?
In the following example, .csproj has two build targets for net6.0 and net8.0. In default they are run in parallel build processes in ...
0
votes
0
answers
9
views
SessionNotCreated using Selenium in the Chrome Docker Container
I created a .Net application using Selenium. Everything is working fine locally, but when using my application in a Docker container I'm always receiving the following exception
System....
2
votes
1
answer
23
views
How to Set SPATIALITE_SECURITY Environment Variable in .NET for SQLite/SpatiaLite?
I’m developing a .NET application where I’m using SQLite with SpatiaLite for spatial data processing. To enable all SpatiaLite functions, I need to explicitly set the SPATIALITE_SECURITY environment ...
1
vote
0
answers
9
views
Assimp .NET Model Animation went wrong (DEFAULT VALUES?)
I made today a skinned mesh, and i tried out my Blockbench model with a animation and saw that the keyframes of this model that set to 0 not set into the model, so my question is now how can i ...
-1
votes
0
answers
20
views
CSLA .NET Dynamic Root List and Blazor DataGrid Databinding in C# [closed]
CSLA is a framework for which it is not easy to find examples of illustrations
I am working on a project and I would like to have an example of how to Binding Data between Dynamic Root List and a ...
0
votes
0
answers
21
views
Delete command is not working for List View in .NET MAUI
Somehow my DeleteNotificationCommand is not working, I can't figure out why? I am new to MAUI, any help would be appreciated.
The command is not even getting triggered since, it's not hitting the ...
0
votes
0
answers
8
views
Why Castle.DynamicProxy could not create proxy class when origin class has a decimal paramter method
Old .net framework 4.8 project, use AutoFac.
I want to use AOP to instrument every method , but some class throw exception : System.Decimal is not a supported constant type.
There are a lot of methods ...
-1
votes
0
answers
39
views
textbox is blinking on winforms
textbox is blinking when i update textbox bt a timer.
private void timer1_Tick(object sender, EventArgs e)
{
if (count < lk.Length)
{
if (lk[count] == '\r' && count + 1 < ...
-2
votes
0
answers
48
views
Injecting a default value in Console.ReadLine
I have a console app (.NET 9 C#) that takes a few values from the user and processes them one input at a time.
Prompts:
Enter your Query: []{SELECT * FROM Product}
Narrow Query: [WHERE Product.Price &...
0
votes
0
answers
19
views
Unexpected workload after Visual Studio install
I'm looking for anyone to elucidate why, on the same machine, using the exact same install script for Visual studio 2022, the newest version (17.12.35521.163) comes with an older maui-windows workload ...
0
votes
0
answers
27
views
Azure Tenant setup for .NET Blazor WASM calling Web API + Microsoft Graph
Overview: I would like to create a solution for an organization using MSAL. The company seems to have users under a single Azure AD tenant. My solution should use a Blazor WASM UI with a .NET API ...
0
votes
0
answers
24
views
Problem with JWT Authentication in .NET web project
I want users to redirect to 2 different views after logging in depending on the role from the token:
Customers: after logging in, the project will use: Views/Home/...cshtml, site.js, site.css, ...
0
votes
0
answers
22
views
.net 9 - Make JSON deserialization more performant? [closed]
I'm dealing with an app that is meant to consume thousands of events per sec. The particularity here is that those events are very, VERY similar to one another. They not only follow the same schema, ...
-4
votes
0
answers
40
views
How do you generate an S3 URL/Link to a file only for internal users in the Organization to use? [closed]
We don't want anyone outside of the organization to be able to access the S3 files. Looks like the pre-signed URL will not work.