2015 3rd March
Show and TellΒΆ
James World: A Brief Introduction To Reactive ExtensionsThe Reactive Extensions (Rx) is a library for composing asynchronous and event-based programs using observable sequences and LINQ-style query operators. It has been widely adopted in GUI and server-side applications - particularly in the finance sector. Its applications are far reaching. It features heavily in the client and server side logic that drives Cortana (Microsoft's answer to Siri). It has been rapidly ported into several other languages, including Java, JavaScript, Scala, Clojure, Ruby, Python, Groovy and others. In this brief talk, I aim to give an insight in to what makes this fascinating library so compelling.
- You can find the slides here: http://www.slideshare.net/james-world/a-brief-introduction-to-reactive-extensions
- And demo code is here: https://github.com/james-world/rxtalk
Andrew Cherry: Freya, An F# HTTP framework.
https://github.com/freya-fs/freya
Dave Mateer: Using Spotify APIs
A fun project to explore the Spotify REST API from an ASP.NET MVC Web App. User playlist data is stored in SQL Server
http://dmusic.azurewebsites.net/
Demo code: https://github.com/djhmateer/githubscratch
Main site code: https://github.com/djhmateer/davesmusic
Dave Hinton: MVVM with Windows Mobile
Arijus ???: IoT