Base solution for your next web application

Activities of "pankajmathur"

Hi, We need to support custom business functionality of each tenant using Extensibility(MEF)/Plugin. We have used Microsoft Extensibility Framework to send messages to UI and get result in business code based on Tenant.

Application is able to get AddOnDLL/Plugin but not able to access current UnitOfWorkManger or IActiveUnitOfWork in Plugin DLL.

Is there any way to get current IActiveUnitOfWork in Plugin without ABPModule?

Thank You,

As per documentation, Framework support Single Deployment - Multiple Database. Is any one implemented this or any documentation for step by step tenant creation?

I have tried to make new database per tenant but it is not creating new database. If any one has explored it, please help me out on this.

Hi,

Can you please provide a sample example showing how to call a stored procedure from my appService.

Regards, Mahendra

Question

Hi,

We have existing database. Each table has a PrimaryKey column like Below: Table: CusCustomer Field: CustomerKey - long - PrimaryKey

Table: InvProduct Field: ProductKey - long - PrimaryKey.

Now, if a create an entity class and derive it from FullAuditedEntity<Int64>, it will assume that there would be Id field in the table having datatype as long.

How can we create an entity having above table structure?

Regards, Mahendra

Showing 41 to 44 of 44 entries