SignalR-Core-SqlTableDependency
SignalR-Core-SqlTableDependency copied to clipboard
Shows how the new SignalR Core works with hubs and sockets, also how it can integrate with SqlTableDependency API.
Bumps [Microsoft.AspNetCore.All](https://github.com/aspnet/Universe) from 2.0.3 to 2.0.9. Commits - [`84d6a54`](https://github.com/aspnet/Universe/commit/84d6a54ce9ba941e2b7318d7f377908473d35f6d) Merge 2.0.9 into release/2.0 - [`43ec723`](https://github.com/aspnet/Universe/commit/43ec72353f83465a3dd238e5a025b255e312f0ed) Merge branch release/2.0 - [`cc0e039`](https://github.com/aspnet/Universe/commit/cc0e0394acd1d13fb5769c3c8f8ec895893b39c4) Add required infrastructure improvements to submodules to support NETStandard... -...
Hello El Vany I downloaded the project and tried it out. After making a few adjustments, the SignlaRCore.Web project runs successfully. However, when I click on the sell button, I...
I understand the need of EF factory, but is it really neccessary in Core version? Isn’t simpler to use built in scope factory and default EF core scope lifetime. So...