❔ I need full course tutorial links for WPF (C#) and SQL Server Management Studio
Need to learn those to create full functional system for our final Project, thanks for those who want to help me :>
If I'm breaking the rules of this community please inform me to delete :>
TIA
3 Replies
Checkout Entity Framework Core. You can use it with SqlServer as your database.
You can then combine that with WPF or whatever you want.
Kevin Bost
YouTube
C#/WPF with Entity Framework
In this live stream I walk through getting started with Entity Framework (EF Core) using WPF.
The code for this can be found here: https://github.com/Keboo/MaterialDesignInXaml.Examples/tree/master/EntityFramework/EFCore.DependencyInjection
Getting started with WPF and Generic Host (Dependency Injection): https://youtu.be/j3pl2tkBM1A
EF Core w...
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.