-
https://rehansaeed.com/securing-asp-net-core-in-docker/
-
https://rehansaeed.com/asp-net-core-hidden-gem-queryhelpers/
-
https://rehansaeed.com/asp-net-core-caching-in-practice/
-
https://rehansaeed.com/asp-net-core-lazy-command-pattern/
-
Hello,
I've been trying to use CTFd through the API for the past week and I'm having trouble authenticating users. Core uses HTTPClientFactory to make a connection and maintains that connection for r…
ghost updated
4 years ago
-
https://rehansaeed.com/optimally-configuring-asp-net-core-httpclientfactory/
-
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…