Base solution for your next web application

Activities of "paymanrowhani"

Hello guys,

I have a asp zero website with 2 languages: English and Persian. When I change the language, it correctly changes the date. For example, when I set to English, the date will be rendered as the Gregorian date "05/12/2017" and when I switch the language to Persian it will be rendered as the Persian (Hijri Shamsi) date "02/22/1396". So everything works well in my local env. However, I have published my app into an Azure VM and it does not render date correctly. All languages change correctly (UI Culture), but the date is always rendered as the Gregorian date "05/12/2017". Perhaps Culture is not changed correctly. Note that I'm using the ASP.NET MVC (.net core) version. What shall I do to fix it?

Thanks, Payman

Hi,

Would you please clarify the following questions:

  1. I don't know where the modified settings are saved (as described in <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Setting-Management">http://www.aspnetboilerplate.com/Pages/ ... Management</a>). I could not find them in AbpSettings table.
  2. Also, I don't know how to give default values for settings like "App.UserManagement.UseCaptchaOnRegistration". Should I set the value in app.config?
  3. Can we have the values from appsettings.json all over the solution?
  4. Are the values passed to setting providers aggregated or each module has only access to its own settings?

Thanks, Payman

Hi,

After every single change it takes some time until webpack packs the bundle again so I can test the angular 2 project. Is there any more efficient way for development to see the changes faster?

Thanks, Payman

Hi,

How can I automatically read custom data filter parameter value from AbpSession just like TenantId (as mentioned <a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/Data-Filters">http://www.aspnetboilerplate.com/Pages/ ... ta-Filters</a>)? I don't want to use CurrentUnitOfWork.SetFilterParameter for every action.

Thanks, Payman

Hi,

How can I add authentication to swagger for dotnet core application (the version that comes with angular2)? I need to test the api, but the requests are not authorized...

Thanks, Payman

Hi,

How can I completely remove the front-end application? I need the start to start with the login page.

Thanks, Payman

Hi,

How can I seed my database using Abp.EntityFrameworkCore and Abp.Zero.EntityFrameworkCore? The startup template including module zero for .net core, shows how to seed db through entity framework 6 but I did not find any example for seeding db if I change ef6 to ef core.

Thanks, Payman

Question

Hi everybody,

Is there any mechanism to track entity changes and log only updated properties?

Thanks, Payman

Showing 1 to 8 of 8 entries