I am new to AWS I have hosted my API on EC2 Instance. Imported my API swagger file to Gateway. Now I want to call my EC2 instance API from API gateway how to in
A teammate recently updated our code base to use .NET Core 6.0 and I'm trying to build the project in JetBrains Rider. I went to File > Preferences > Envi
UserCredential credential; using (var stream = new FileStream("client_secrets.json", FileMode.Open, FileAccess.Read)) { credential = await
I have a wsdl : https://www.lb.lt/webservices/ExchangeRates/ExchangeRates.asmx?WSDL I want to extract all methods and defined types of methods GET,POST etc. Is
After installing MAMP in windows, when I open it, it throws the below error. "To run this application, you must install .Net core. Would you like to download it
I'm trying to use Lambda Functions (C#) with the Function URL for direct access. In postman I'm sending a basic json body that matches the class properties in m
I am running a mcr.microsoft.com/mssql/server docker container for local development that works perfectly on one machine. But on my laptop the container is some
I'm in the process of creating an ASPNET Core 6 MVC app in VS 2022 which will eventually be deployed in a Docker container. Windows Authentication will be used
Under Windows I have used the SaxonCS library (available on NuGet https://www.nuget.org/packages/SaxonCS/ that is written against .NET 5 successfully in both .N
I am working on an ASP.NET Core Web API application in which I am working with the files security. I want to monitor the maximum and minimum RAM and CPU consump
I am working on dotnet core 3.1. I am working on API call. When I call the API, below function in Repository will execute first by saving the data: then anothe
I'm trying to do a multiple search on multiple arrays on Elasticsearch. I'm using NEST on C#. Each array has the same length and is mapped to an ElasticSearch d
First thing I did was install the .NET Core Hosting Bundle on the IIS server; I have also stopped and re-started IIS; I've tested and can confirm my app runs on
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