Hi @ismcagdas and thank you for your answer!
I guess, if I want to have an event that's triggered before SaveChanges()
is called, I have to trigger the event manually, right!?
10.1.0, Angular
Have a look at Predefined Events.
What exactly is the difference between -ing
and -ed
events and in what scenario would I use them?
Also, see this question I posted a while ago.
I could really need an event that is called before SaveChanges()
and would expect -ing
events to work that way ... but, unfortunately, they don't ... anymore.
So, I wonder what is the difference between -ing
and -ed
events!?
I have had the same problem just now - I couldn't find current log files ...
For anyone wondering where to find them, the correct path is:
<root>\src\CompanyName.ProjectName.Web.Host\bin\Debug\net5.0\App_Data\Logs
Hi @dschueck,
I was wondering about this myself a while back! I found this blog post to be an easy to understand explanation: DO I NEED TO UNSUBSCRIBE FROM AN OBSERVABLE?.
Hope it helps ;)
Hi @ismcagdas
Sounds good : ) thanks for this information!
9.2.1, Angular, .NET Core
Currently, I'm trying to improve client performance and came accross SubHeaderComponent. SubHeaderComponent is declared and exported by AppCommonModule, which is a shared module that declares and exports many more components.
SubHeaderComponent is a component that I use in all of my custom components and therefore I import it via shared AppCommonModule, also importing all the other components that I don't need - in most of my components SubHeaderComponent is the only component I need from AppCommonModule.
My question is: Woudn't it be better to declare and export SubHeaderComponent via a separate module, e.g. SubHeaderModule?
Let me know what you think!
Here are the links to the GitHub issues:
Great!
I will create two issues:
9.0.1, .NET Core, Angular
The PayPal Smart Payment Buttons integration automatically offers relevant alternative payment methods based on customer's location. See: Alternative Payment Methods
They are enabled by default but need a webhook to be added to the paypal-app (PayPal Developer Dashboard). In order to add the webook I need to specify a Webhook URL - but I guess, there is no endpoint for this in ASPNETZERO yet, right!?
Without the webhook the payment process using the alternative payment method will fail, although it was offered to the customer.
Alternative payment methods can be disabled: Disable Funding
I think, ASPNETZERO maybe should implement some functionality to disable alternative payments methods via appsettings.json
(similar to Stripe, where we enable PaymentMethodTypes
).
Also, advice to implement the neccessary endpoint to enable alternative payment methods for PayPal would be appriciated!
Hi @ismcagdas!
It seems this one is another of the browser cache related problems. I cleaned all browser data and now the problem does not occur anymore!
Thank you for your time!