Сообщения

Сообщения за март, 2021

entity framework create entities from existed db

 dotnet ef dbcontext scaffold "server=localhost;user=user;password=1234;persistsecurityinfo=True;database=osa_market_8;port=3308;" MySql.Data.EntityFrameworkCore -o Model -c "AdventureContext" -f -d -v 

jetbrains rider bug xaml preview

 https://youtrack.jetbrains.com/issue/RIDER-33531?_ga=2.108087554.126173708.1615651299-1522781369.1608814403

xaml list view items interaction

 https://stackoverflow.com/questions/40796022/how-to-get-the-index-of-listview-row-on-button-click https://stackoverflow.com/questions/3600801/wpf-listview-getting-row-values https://stackoverflow.com/questions/47548061/get-content-of-textbox-which-is-located-in-listview-wpf