Base solution for your next web application

Activities of "alirizaadiyahsi"

Hi,

it is possible to change existing entities. Check this document: <a class="postlink" href="https://aspnetzero.com/Documents/Extending-Existing-Entities">https://aspnetzero.com/Documents/Extend ... g-Entities</a>

Hi,

Did you add CRMNavigationProvider to Module? Check this document: Registering Navigation Provider

You can do this with logging in as tenant. Then you can edit tenant user that you impersonate its tenant.

  • Tenants>Actions>Logins as this tenant
  • Users>Actions>Edit
  • Change password

Hi,

SignalR Core not released yet like EF Core 2. After they released, we scheduled them.

Answer

Hi,

Entity Framework 2.0 not released yet. So we have not a plan yet.

abp.setting.get() is in ABP framework. All templates uses this framework. So you can use this method if it is necessary.

Hi,

Could you share PersonAppService code?

Hi,

you should be able to use abp.setting.get(). What error are you getting?

Answer

Hi,

follow these steps (like unmerged project)

  • set Host project as startup.
  • in package manager console run "update-database" when EFCore project is selected.
  • run host project.
  • run "yarn" and then "npm-start" in location ".../Host"

Actually it is same with unmerged project. Only one difference; in merged solution, you are running angular commands in host project folder. <a class="postlink" href="https://aspnetzero.com/Documents/Getting-Started-Angular">https://aspnetzero.com/Documents/Gettin ... ed-Angular</a>

Yes, we use server side rest integration. <a class="postlink" href="https://developer.paypal.com/docs/integration/direct/express-checkout/integration-jsv4/server-side-REST-integration/">https://developer.paypal.com/docs/integ ... tegration/</a>

Showing 211 to 220 of 369 entries