Base solution for your next web application

Activities of "AndrewT"

We use stripe in woocommerce for recurring and it works great. Making it simple to seperating the calculation engine of what and who to bill (SaaS app), and the actual billing (Stripe, paypal, etc etc) is key rather than trying to do it all. maybe just an integratioin to woocommerce or something like that and let that look after the feeds to Xero, MYOB, etc as well.

Hi,

We are using v6.1 of aspnetzero with .net Core/MVC and have SignalR working fine for SQLServer.

Does anyone have any experience/suggestions for running a SignalR interface to Oracle 12c using EF or the Devart DotConnect for Oracle components?

Thanks!

We just cant seem to workout how to get the table notification. we are using dotconnect and oracledependancy so not sure if its a dotconnect or abp/signalr issue. Any thoughts? / help would be great!

Bump if anyone has any experience with dotconect-oracle-signalr.

No, we are not migrating aspnetzero to Oracle. We use sqlServer for the basic tenant management but all the app data is stored in an Oracle 12C db. The change takes place in the Oracle db, and signalR needs to update the aspnetzero front end UI.

We are using .net core MVC and JQuery.

When clicking on any menu item on the abp vertical menu, the layout page js files get loaded again, in other words a full postback happens everytime the user clicks any menu item. That is slow, and blocks (or actually just loses) incoming SignalR notifications, and resultant alerts driven from signalR dont get displayed.

One of our developers found a solution using partial views which will replace the body content making a ajax call, so the main postback is avoided.

However to achieve this solution we need the abp vertical menu to be generated on the client side .

Has anyone done the abp vertical menu on the client side using MVC and JQuery?. I know it is possible using angular, but we do not want to move to that technology at this time.

Also, say there are 4 main menu items and 5 sub menu items under each of the 4 main menu items.

When we select a sub menu item we also want the menu to stay open with the sub menu item selected still highlighted, and the form related to the menu item to be displayed. At present the menu collapses again each time the sub menu item is selected.

Any help appreciated!

@ismcadgas

Yes in hindsight SPA might have been a better architecture, however we have gone down the path of .net Core MVC/Jquery and don't have the luxury of time to change that now... so... the problem persists, we can try and live with the menu issue, and worst case wil code a static menu, but the page re-load and losing SignalR notifications is an issue which we'd like to solve if we can? Andrew.

If a signalr notification comes in that we wish to say popup a modal dialogue, and the user clicked a menu item and so the whole page is loading again, it misses the notification and so no modal will be displayed. We think we have a workaround, but its not ideal..

Any ideas how to fix that as its a major issue to use signalr with the framework if it can lose notifications.

Hi,

We want users to be able to create notes in a text/memo filed and use the syntax "@username of the person they want to alert" so the system will send the note to the people named in the note.

eg @andrewt - You should read this note..

Can you point us to any example for this within aspnetzero?

Thanks,

Andrew

Showing 11 to 20 of 41 entries