Base solution for your next web application

Activities of "justin"

Any ideas/example here on extending existing ABP tables?

I want to extend AbpUserAccounts table and UserAccounts object to support IsEmailVerified and IsPhoneVerifed column. I want to add verification of both these property during registration. Unless this functionality is already available , which i did not see. Is there an example of adding new columns and extending object for ABP?

Also i did not see any suporting function similar to UserManager.GenerateEmailConfirmationTokenAsync(long)

Question

Since Signalr is used as default in ABP, is there any built in alternative to this? because with signalr it has limit to number of connections allowed in azure <a class="postlink" href="http://stackoverflow.com/questions/21205328/limits-for-websocket-connections-in-azure">http://stackoverflow.com/questions/2120 ... s-in-azure</a> its same for a IIS server on its own as well it has about 20k per server and scaling out you need a back-end service bus of some type. it is great for push notifications but headache for scaling.

i was using asp.net boilerplate as is with S1 Azure instance of sql database and warm up time seems to be very slow, also login in time takes about 4 sec + for as is code. i also removed hangfire config since it has lot of entry in log as it could have been very actively taking up resources. i have not made any changes other than the connection string in config file. With no custom code yet it seems to very slow.

Is there any other tweaks i can make?

Answer

this concept is discussed here <a class="postlink" href="http://benfoster.io/blog/asp-net-core-dependency-injection-multi-tenant">http://benfoster.io/blog/asp-net-core-d ... lti-tenant</a>

"f a singleton is created once per application, you can probably guess that a tenant-singleton is created once per tenant.

So when might you need this scope? Think of any object that is expensive to create or needs to maintain state yet should be isolated for each tenant."

Question

I went through lot of the documentation but did not see any examples for Singleton object By tenant not host. A Object that has instance per tenant. Is there a way to do that in ABP?

Showing 11 to 16 of 16 entries