Base solution for your next web application

Activities of "vish"

Hi, I am using asp.net core application with abp(Asp.net BoilerPlate) framework. I want to use stored procedure to get the data and also to implement CRUD operations in this code first architecture. :roll:

What will be best way to do so? Also can I get the implementation?

Thanks in advance .

Hi, I am using asp.net core with modulo-zero application and I want to extend non-abstract entity AbpOrganizationUnit. I followed steps mentioned on : <a class="postlink" href="https://www.aspnetzero.com/Documents/Extending-Existing-Entities">https://www.aspnetzero.com/Documents/Ex ... g-Entities</a>. But, not able to extend the the entity. Please can anyone suggest detail steps to add new fields to non-abstract entity?

Thanks in advance.

Hi,

Can we add tenancy name to the browser URL after authentication?

When user enters credentials(email address and password) on login page(app.{domain_name}.com) and after authentication the browser URL should changed to {tenancy_name}.app{domain_name}.com/app/dashboard .

We didn't use tenancy name field on login page neither we use tenancy name in sub-domain URL(login page).

We have got tenancy name using credentials(email address and password) and using this tenancy name we call GetLoginResultAsync() method.

var loginResult = await GetLoginResultAsync(loginModel.UsernameOrEmailAddress, loginModel.Password, TenantDetails.TenancyName);

After successful authentication, user must redirect to {tenancy_name}.app{domain_name}.com/app/dashboard .

Showing 1 to 3 of 3 entries