-
We have an asp.net core project and using postman. We like it both. However, in order to test it in postman, we have to manually create the postman requests to call the web API.
Is there a way to s…
-
https://docs.microsoft.com/en-us/aspnet/core/migration/22-to-30?view=aspnetcore-3.0&tabs=visual-studio-code
-
hi @guywald , sorry if this is in the wrong place - I wasn't sure the best place to ask this question.
I am in the process of creating a Unity3d game using AWS as my backend and came across your po…
-
Written on 08.10.2018 06:34:38
URL: http://asp.net-hacker.rocks/2018/10/11/customizing-aspnetcore-07-outputformatter.html
-
Not an issue so much but possibly useful for other people looking at this library.
I have an existing set up using the main libraries QuartzHostedService. So, my service configuration looks like:
…
-
## Description
We are using Amazon.Lambda.AspNetCoreServer 6.0.3 and normal ASP Net Controllers and responses.
The ActionResults for NoContent (HTTP 204) and Ok (HTTP 200) are correctly returning HT…
-
public abstract class BaseValidatingContext : BaseContext
ASP.NET Core 3.1
`publicabstract class BaseContext where TOptions : AuthenticationSchemeOptions`
-
I started to look at TypeScript for a few days core. I do develop applications in ASP.NET Core. I mostly use JavaScript to manipulate the DOM and using Ajax, nothing complicated.
It was way harder …
-
I am trying to add MinIo to asp net core.
In a regular non web application, I use the following code to create a MinioClient instance and perform operations:
```
MinioClient minio …
-
Problem encountered on https://dotnet.microsoft.com/en-us/learn/maui/first-app-tutorial/install
Operating System: windows
Provide details about the problem you're experiencing. Include your operating…