Support me:
https://patreon.com/angelsix
Part of a series of tutorials on creating WPF applications in C#
It's time to get the side menu working with switching between various different content controls.
Source code: https://github.com/angelsix/fasetto-w...
Latest code: https://github.com/angelsix/fasetto-word
The issue with the database concurrency was two things. Firstly we were getting multiple DbContext's due to the Transient scope so that was fixed here https://github.com/angelsix/fasetto-w...
Then more importantly, the RunCommandAsync would not lock on the property itself, as we passed in an expression to get the property, and that expression would be a different copy every time the property changed. So to fix that I just globally lock the function for now, with how fast the check is that's fine https://github.com/angelsix/fasetto-w...
Side Menu Content | C# WPF UI Tutorials: 43 | |
| 64 Likes | 64 Dislikes |
| 2,631 views views | 25,227 followers |
| Entertainment | Upload TimePublished on 6 Sep 2018 |
Không có nhận xét nào:
Đăng nhận xét