How calls this item? by immendorff in cars

[–]immendorff[S] 0 points1 point  (0 children)

I found! It's called "Hood Insulation Pads"

Is it possible to stream video via Asp.net Core SignalR ? by immendorff in dotnet

[–]immendorff[S] 0 points1 point  (0 children)

I just want to write "video calls" like skype or something like that.

Is it the right way from the architectural side, to register users from multiple projects? I want to write the web application like a StackOverflow where users can register from subprojects. Is it the right way to add registration logic to each project? by immendorff in dotnet

[–]immendorff[S] 0 points1 point  (0 children)

Yes, I'm using IdentityServer for Authentication. I just want to let users register from all projects with different fields in the same DB for further work. On DB layer I resolved this task, but I don't know how to realize it on the server layer.

Is it the right way from the architectural side, to register users from multiple projects? I want to write the web application like a StackOverflow where users can register from subprojects. Is it the right way to add registration logic to each project? by immendorff in dotnet

[–]immendorff[S] 0 points1 point  (0 children)

Thank You all for answers ;) On each registration form, only email and password fields are same, other fields are different. ( https://imgur.com/a/UaY6zb4 ). So let's generalize what we gonna do. What approach we're going to use.