The database restored on local server
WCF Service is talking to the database. Used Visual Studio 2019, entity framework 6 for data base operations from the service. The service exposes the following API’s.
The WCF contracts has both synchronous and asynchronous API's
The client is in WPF. It has three windows, main window, customer window and order window as follows. The client uses the WCF service for database operations.
When customer button is clicked, the customer window is displayed as below. We can perform CRUD operation from it.
The customer can be searched based on ID. New customer window
The order button launched order window. It has combo box to choose the customer ID. On selecting the ID, the order details are displayed in the data grid as follows.
The source code is available in the GIT hub, URL below:
https://github.com/SwagatikaGoswami/WPF_WCF_CRUD.git







Comments
Post a Comment