peasy - Orders.com - WPF → WebApi → SQL configuration

Опубликовано: 29 Октябрь 2024
на канале: Foo Bar
549
3

This video demonstrates setting up the WPF version of the orders.com sample application.

In this scenario, the WPF client consumes business services that are injected with data proxies that use HTTP (via HttpClient) to communicate with the Web API application.

In turn, the Web API application uses business services that are injected with data proxies that use Entity Framework 6.0 to communicate with a SQL Server database.

For more context, visit:

https://github.com/peasy/Peasy.NET
https://github.com/peasy/Samples