Base solution for your next web application

Activities of "mohamed emaish"

Could you please share the code for returning the cookie from the login action and passing it again in following request header.

Thank you

Thank you Dear :)

Dear Halil,

i'm trying to create a user registration method in a multi tenancy application, i get current tenant id by tenancy name, when i try to set tenant id for user i get exception "Can not set TenantId to a different value than the current filter parameter value or IAbpSession.TenantId while MayHaveTenant filter is enabled", i disabled AbpDataFilters.MayHaveTenant but the exception still exist.

What is missing ?

what is the best way to add additional properties to session, for instance (EmployeeId)

if my application service method modify one record only is it save to use [UnitOfWork(isTransactional: false)] or should i use it only with read operations ?

Answer

what if i wanted to disable it in the app startup or enable/disable it in run time for the whole application

Question

Could you till us how to use implemented DynamicFilter in Abp

Thank you

Thank you

i'm sorry i couldn't figure how to use ISmtpEmailSender in application service, i tried to inject it in my application service class but it's not registered. i had a look on the Test class, but i couldn't also inject ISmtpEmailSenderConfiguration but it's not registered. how to implement ISmtpEmailSender in application service layer and other layers Thank you

Question

Menu is rendered with respect to permission, but user still able to access the page if he write it in the url; what is your suggestion to handle this using Abp framework?

Showing 1 to 10 of 10 entries