How optimize loading data wpf + json - webapi

Viewed 30

Ok, hi. I have Server which take data from database. And convert it to json. I have WPF - client which has DataGrid. And i fill out it. But I have one problem. I have a lot of data.

How I can optimize my Server Or WPF. Please Give me solution.

1 Answers

Make your application highly threaded. Let in one thread the application is loaded in another data

Related