I keep getting 400 bad request saying that my file is missing yet when i look at the request i can see all the required files. Flutter code: Future<bool>
I have scanned for vulnerable NuGet packages using dotnet list package --vulnerable --include-transitive. I get the following: Project `MyProject` has the follo
i am getting this error when i run the application: System.AggregateException HResult=0x80131500 Message=Some services are not able to be constructed (Error w
I want to return C# class object instead of using JObject in here. Could someone can tell me how to use it. private async Task<JObject> GetReceiptById(str
Hello Now I am trying to use Ocelot gateway Normally I have one api in different server such as https://server_domain.net/kpiDashboardApi without gateway if I
I'm fumbling through my first exploration into docker containers with .NET. My local development environment is good to go - I've got my dev certs created and s
Working on .Net Core MVC and IText7, I'm filling a Pdf form (empty form PDF is already saved on server). What I want is, Whenever I send request to the link (ca
Running into some weird stuff.. Trying to hit my api from my angular app. Since We need to use windows authentication we need to setup a proxy.conf for angular
I'm on raspian, and issue dotnet-dump collect -p (processID Here) And I'm getting writing full to /home/UserID/core_date_time WriteDump failed - HRESULT: 0X0000
I'm on raspian, and issue dotnet-dump collect -p (processID Here) And I'm getting writing full to /home/UserID/core_date_time WriteDump failed - HRESULT: 0X0000
The following code comes from Stylish F# 6: Crafting Elegant Functional Code for .NET 6 listing 9-13: let randomByte = let r = System.Random() fun () -&
I have a scenario that our Azure environment can't connect to on-premise, but on-premise can connect to Azure. So a service call from Azure to on-premise to be
i have problem i can't pass params to backend use fech or ajax call , but from another PC i can pass params, here is a sample from code Backend : [HttpPost]
I'm trying to divide my application into multiple containers: frontend (Angular), backend (.NET) & database (MySQL). I've set up all containers and they are
I have quite a number of C# Dlls that were made in .NET 4.6 Framework and need to get upgraded to .NET Core 6 - that part is relatively straightforward. However
I am trying to run the Dotnet version 6 app on macOS latest version I searched everywhere, it was always required to install the certificate although I had a va
I'm using the following code to decrypt some strings I reicive but I'm getting the following error: BlockSize must be 128 in this implementation. I would like t
I updated the title to be more relevant. I have two objects and wish to use EF Core to map them to a database using code first. I have shortened them a bit for
I'm creating a .net core console application where some of the libraries are using SignalR. I have installed "Microsoft.AspNetCore.SignalR.Core" from nuget pack
I am trying to upload two files from Azure Function which I have received through multipart/form-data var formdata = await reqstring.ReadFormAsync(); var frontf