May Double Header - Full Stack Reactive Programming + Unit Tests EF Core SQLite


Details
Full Stack Reactive Programming
Presenter: Brendan Richards (@BrendanSSW)
Like many developers, Brendan first started using reactive patterns with RxJS and JavaScript-based user interfaces.
But reactive programming is a pattern that can apply in many more places and Reactive libraries have been released for many languages – including Reactive Extensions for C#.
This talk explores using Reactive Extensions on the server side under ASP.NET Core.
--------------------------
Unit Tests with EF Core SQLite
Presenter: Jernej Kavka (@jernej_kavka)
When trying to test applications functionalities, sometimes we need to verify that the data flows correctly, technically a integration test.
While EF Core has In-Memory DB, it does not have all of functionalities required to properly test.
We’ll dive deep into SQLite, why should you use it for unit testing and why should you avoid it.

May Double Header - Full Stack Reactive Programming + Unit Tests EF Core SQLite