I must use in windows .net.core and i ask if there is a port of wpf for this technologies. if yes can help me to find where can find some info? and can i use the ef core?
Loading
I must use in windows .net.core and i ask if there is a port of wpf for this technologies. if yes can help me to find where can find some info? and can i use the ef core?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted May 31, 2024, 6:31 PM
Tuhin PaulPosted May 31, 2024, 6:30 PM
Yes you can leverage WPF (Windows Presentation Foundation) to create desktop applications within a .NET Core environment.
Microsoft made WPF available for .NET Core 3.0, aiming for feature parity with the .NET Framework version. While some minor differences might exist, they should be manageable.
Install the EF Core NuGet Package:
Microsoft.EntityFrameworkCore.Sqlitepackage (or another provider if you prefer a different database).Create a Data Model:
Configure EF Core:
Access Data in Your WPF Application: