A simple and light-weight wrapper around Entity Framework's  DbContext , which makes it possible to react to changes using the Reactive Extensions.
                        
                    
         
                Info
| Version: | 0.1.0 | 
| Author(s): | David Neumann & Lukas Rögner | 
| Last Update: | Wednesday, April 27, 2016 | 
| .NET Fiddle: | Online Example | 
| Project Url: | https://github.com/lecode-official/reactive-database-context | 
| NuGet Url: | https://www.nuget.org/packages/System.Data.Entity.Reactive | 
Install
Install-Package System.Data.Entity.Reactive
                        dotnet add package System.Data.Entity.Reactive
                        paket add System.Data.Entity.Reactive
                        
                                System.Data.Entity.Reactive Download (Unzip the "nupkg" after downloading)
                            
                        Dependencies
- EntityFramework(>= 6.1.3)
 - Rx-Core(>= 2.2.5)
 - Rx-Interfaces(>= 2.2.5)
 - Rx-Linq(>= 2.2.5)
 - Rx-Main(>= 2.2.5)
 - Rx-PlatformServices(>= 2.2.5)
 
Tags