Let's talk about the differences between Umbraco 8 & 9! Today we will be looking into Dependency Injection / Inversion of Control in Umbraco 8 and 9. How does it work, and what has changed between the two versions? Let's talk about that! Umbraco ...
Posts in category '.NET Core'
4
OctLet's talk about the differences between Umbraco 8 & 9! Today we will be taking a look at the Events in Umbraco 8, and the Umbraco 9 equivalent called Notifications. How do they work, what has changed between the two versions, and what can we do ...
9
AugBlazor lets you build interactive web UIs using C# instead of JavaScript. Since the release (candidate) of Umbraco 9, we have the opportunity to use Blazor Components within our Umbraco application. In this blog, we will be setting up Server-Side Bla...
5
JulDiscord is a community-focused platform for chatting, talking and collaborating. Originally targeting gaming communities, but rapidly increasing in popularity for educational & support purposes, Discord has earned its seat among the big chat appl...
17
MayHangfire is an open-source application that provides an easy way to perform background processing in your .NET (core) applications. Whether it's a one-time action, a recurring job, or a batch operation, Hangfire can handle it all. While Umbraco offer...