WPF Entity framework mvvm Core Project Step by Step

preview_player
Показать описание
WPF Entity framework mvvm Core Project Step by Step

#WPFEntityframework mvvmCore#WPFEntityframeworkCore
Рекомендации по теме
Комментарии
Автор

Please Don't copy and paste, write it down

mthara
Автор

Bad teaching by copy + paste code which probably teacher even don't understand. Terrible manner. 😵‍💫

daliangilbert
Автор

Nice video.
Please make a video/How to use SQL procedures (CRUD in SQL server) in WPF MVVM concept without using the Entity Framework.(SQLConnection, SQLCommand, and SQLDataReader)

boodeepak
Автор

It's not MVVM. Where is it?
Indians, do not learn from this video ))

nursultanesirkegenov
Автор

This
return await _crudServices.Create(br);
AND this
return await _crudServices.Update(br);


gives me this error:
State
Error CS0029 Cannot implicitly convert type 'void' to

alexmller