Hello Team
Have we integerated with DOTNETMQ ?
I would like to call from ASP.net ZERO WEBSERVICE DIRECTLY FROM THE CLIENT SIDE ?
Guys
We are using ASP.net zero for a SAAS APPLICATION CALLED DINECONNECT
ITS CURRENTLY USED BY 15 customers and DB SIZE Is already reached 8GB
Just thinking of introducing NoSql DB like Mongo
Do you hve any sugrsstion ?
Thanks
Guys,
We need to have this functionality. Please share your sugrastion
One of the Module in our application has CRM and it is Integerated with CALL CENTER SOFTWARE (It routes the THE CALL to the operator directly based on routing algorithm and it is capable to call the URL in the OPERATOR MACHINE)
Whenever URL is getting called, I want to display the popup in the already opened page. The page has to autotically closed once the URL is invoked. I have attachéd a SAMPLE as well
Hello Team
Is there any possibility to download the Old Version from the Website ?
Currently it helps to download only the latest version
Hello Team,
Do you have any Simple HangFire Code ?
I have gone through one in the documentation but did not give any ?
Hello Team
I have tried using
abp.ui.block();
from Angular Controller but it is not working.
Do i need to import anything into my Page ? and i have checked the page
http://www.aspnetboilerplate.com/Pages/Documents/Javascript-API/UI-Block-Busy
It says "(See this javascript file for simple implementation and defaults)" but there is no file there. It is better if you can give a example.
Thanks
Hello Team,
We are planning to Integerate QuickBooks into our system
What is the best way to do it ?
I want to call their Oauth Method to get the tokens
Is there any sample code in ASP.ZERO to do that ?
Hello Team,
I have gone through the document at
<a class="postlink" href="http://www.aspnetboilerplate.com/Pages/Documents/EventBus-Domain-Events">http://www.aspnetboilerplate.com/Pages/ ... ain-Events</a>
Do you have any sample to handle the generic event data classes for entity changes: EntityCreatingEventData<TEntity>, EntityCreatedEventData<TEntity>, EntityUpdatingEventData<TEntity>, EntityUpdatedEventData<TEntity>, EntityDeletingEventData<TEntity> and EntityDeletedEventData<TEntity>. Also, there are EntityChangingEventData<TEntity> and EntityChangedEventData<TEntity> ?
Thanks Again