Pavel Levchuk

Results 3 issues of Pavel Levchuk

Selecting a row doesn't change background of row, only cells. Adding IsSelected trigger to DataRow template will fix it. ![image](https://cloud.githubusercontent.com/assets/18536847/17390527/8947cd7c-5a16-11e6-9bde-59ff6e84a41c.png) ``` ```

For example, there's a ListBox in our view: ``` ``` Before refreshing the page SelectionChanged event is raised one time if we select a new item, but after refreshing the...

Add extension methods that use `AddDbContextPool` instead of `AddDbContext`.