Base solution for your next web application

Activities of "AndrewT"

Hi, Has there been any progress (by anyone) on a Blazor template for either ABP.IO or Aspnetzero? We have an SPA we need to start and don't really want to use Angular and then re do it later.

@gjubber - Could you update your experience and any steps or gotcha's we are looking at doing the same thing and I'd like some ide of how had/easy this was?

OK, maybe while the user is typing we can initiate a drop down of users if there is a word starting with "@" and then colour the word "@username" same as what a url would be, or have a list on one side that they can select users to notify which inserts the string in the memo text, and then parse on save to create corresponding emails/alerts.

If anyone else has any experience/code for that and wishes to share that'd be nice :) .

Andrew

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

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..

@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.

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.

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

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!

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.

Showing 11 to 20 of 25 entries