Introduction WPF with .net 6
- mdbhowmik

- Jul 25, 2023
- 1 min read
This section is going to talk about WPF in .net 6 / .net Core. A simple WPF application is demonstrated using MVVM pattern in a simpler way.
Problem statement : Demonstrate Save / Display / Delete operation in WPF using C#.Net 6. This application makes API calls to consume the employee information using Http Web CLient.
Full solution is here.

Comments