-
https://rehansaeed.com/asp-net-core-fluent-interface-extensions/
-
Westwind.Globalization With Asp.net Core 3 Not working
-
##### Description
@dmunch has made some enhancements to C# ASP.NET core generator: https://github.com/dmunch/swagger-gen-aspnetcore (ref: https://twitter.com/ddotmunch/status/811934356692471809)
…
-
```
services.AddTransient();
services.AddScoped();
services.AddScoped(provider =>
provider.GetService().CreateShardContext());
services.AddIdentity()
.Add…
-
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…
-
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…
-
-
Hello,
I have problem with Hangfire dashboard returning error 500 for invalid routes.
It throws following exception:
>> System.InvalidOperationException: The request reached the end of the pip…