I've started looking to port an application of mine across to Umbraco 8. It uses its own startup event class which inherits from ApplicationEventHandler. This no longer seems to be in Umbraco.Core in v8. Any idea where I can find it or its interface?
ApplicationEventHandler moved from Umbraco.Core?
I've started looking to port an application of mine across to Umbraco 8. It uses its own startup event class which inherits from ApplicationEventHandler. This no longer seems to be in Umbraco.Core in v8. Any idea where I can find it or its interface?
Hi Craig
It has been removed from Umbraco 8 and replaced with Composer & Components, see below which gives an example of porting over:
https://our.umbraco.com/Documentation/Tutorials/Porting-Packages-V8/
-lewis
Lovely. Thanks. I'd just started looking at IComponent so your link is really useful.
is working on a reply...