Skip to main content
Advice
0 votes
1 replies
75 views

OAuth2 is a common standard for authorization. However, I see some simple implementations (for me, they have nothing to do with OAuth2) where they simply expose an endpoint and expect client_id and ...
ILoveProgramming123's user avatar
1 vote
0 answers
54 views

I'm working on a project that uses RFID scanners from two different vendors (Impinj and Vulcan). Impinj provides a library through Nuget called OctaneSDK, and Vulcan uses a library provided by ...
JackEncore's user avatar
1 vote
0 answers
41 views

On errors in my service (while consuming a message) Mass Transit will attempt to send the message to an '_error' queue and will fail due to an SQS hard limit on message Attributes: MassTransit....
JordanC's user avatar
  • 23
0 votes
1 answer
41 views

I have an existing solution with several projects. I have created publish profiles for some of those projects. This was done a long time ago and those publish profiles have been working well. But ...
Jonathan Wood's user avatar
0 votes
1 answer
51 views

I'm confused about the recommended architecture for Blazor Web App (Unified). Blazor is often introduced as a frontend framework, similar to Angular or React, which usually means the frontend talks to ...
Yoga Prasetiyo's user avatar
3 votes
2 answers
115 views

I am attempting to write a script to connect and load an Oracle database in Powershell 7.4.5. The issue is when attempting to Add-Type -Path <Path to ManagedDataAccess.(Core)dll Powershell throws ...
user1757986's user avatar
2 votes
1 answer
108 views

I have a legacy monolithic application with 180 projects. All of these projects are in the SDK format, although some of them still use the .NET 4.8 target framework. I want to add a package reference ...
isxpjm's user avatar
  • 369
0 votes
0 answers
90 views

In appsettings.json { "ApplicationInsights": { // https://docs.microsoft.com/en-us/azure/azure-monitor/app/asp-net-core "ConnectionString": "SECRET" }, &...
Richard Barraclough's user avatar
0 votes
1 answer
73 views

I am trying to use TestContainers library to easy my integration testing and I need to create a MySql container for this matter and this is my code: public sealed class MySqlContainerProvider : ...
Navid_pdp11's user avatar
  • 4,144
0 votes
3 answers
239 views

I am storing some settings for my application in a JSON file located alongside the application .exe. I want to load these settings only once, lazily, the first time one of them is needed. So for ...
Theodor Zoulias's user avatar
0 votes
1 answer
98 views

I have a flyout menu defined like this in XAML: <FlyoutItem Title="Portfolio Summary" IsVisible="{Binding ShowUserMenuItems}"> <ShellContent ContentTemplate="{...
Karl's user avatar
  • 53
0 votes
1 answer
72 views

I use QuestPDF package to generate a PDF from a SVG template in my .NET 9.0, isolated-worker Azure Functions on Linux, like this: var pdfBytes = Document.Create(container => { container.Page(...
Laurer's user avatar
  • 11
1 vote
0 answers
47 views

I couldn't find a complete working example of uploading a file to Azure Blob with .NET Core, so I'm confused with the different snippets that I saw. This is what my code looks like: My Secrets: { &...
Diomedes's user avatar
  • 670
1 vote
0 answers
36 views

Using simpleidserver 6, I am trying to implement a dedicated Id server for an SPA application using PKCE. This SPA authenticates with no pb if it is setup for other Id servers like Azure EntraId or ...
Stephane's user avatar
  • 1,511
1 vote
1 answer
69 views

I'm trying to bind IncreaseQuantityCommand and DecreaseQuantityCommand from my ExplorePageViewModel to buttons in a custom control ProductCard. The commands don't execute when the buttons are clicked, ...
Ḥakim's user avatar
  • 514

15 30 50 per page
1
2 3 4 5
3060