-
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…
-
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…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Is your feature request related to a problem? Please describe the problem.
Currently, users depend on th…
-
In the last year, Mongo has released a [MongoDB EF Core Provider](https://github.com/mongodb/mongo-efcore-provider). [EF Core](https://learn.microsoft.com/en-us/ef/core/) is the preferred data access …
-
### Describe the bug
I'm getting a ArgumentNullException in the step `Apply code fixes to Razor documents` for `UA0001`:
### To Reproduce
`upgrade-assistant --ignore-unsupported-features --non-…
-
### Describe the feature
Introduce AddKeyedAwsService which allows register multiple services of the same type with different keys. Then those services can be injected into other components using […