-
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
-
### Check for previous/existing GitHub issues
- [x] I have checked for previous/existing GitHub issues
### Issue Type?
Feature Request
### Module Name
avm/res/app/container-app
### (Optional) Mo…
-
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 …
-
I am using asp.net core 3.1 with swashbuckle 5. I am not able tofind the way for defining base url.
RootUrl option seem to be not coming or (may be i am not able to call it)
Please let me know how…
-
### Description
[Enter feedback here]
### Page URL
https://learn.microsoft.com/en-us/aspnet/core/performance/caching/hybrid?view=aspnetcore-9.0
### Content source URL
https://github.com/dotnet…
-
I'm a bit concerned regarding the usage of `SaveMethod` callback.
In a real-life scenario this callback will capture a controller reference.
If the controller allocated any resources, they won't be …
-
Repro steps:
- Create an empty ASP.NET Core app
- Add `app.MapStaticAssets()`
- Add wwwroot/test.html
```html
Test
```
Run the app and browser to /test.html
Expected result: t…