Hi Kingalo,
Your observation is correct. The presentation uses a snapshot, pre-release build. It's not optimized. Public bits will certainly be optimized and much faster.
Hi GPetrites,
The code that is generated gets the data synchronously. That's the plain, simple data load code. Certainly it needs to be modified to fetch data more effectively. The method really depends on how the app is structured. Sometimes you would want to fetch it asynchronously.
At the least, you do need to 'page' the data, thus get a block at a time.
Comments
WPF Improvements in Visual Studio 2010 for Building Business Apps
Your observation is correct. The presentation uses a snapshot, pre-release build. It's not optimized. Public bits will certainly be optimized and much faster.
Milind
WPF Improvements in Visual Studio 2010 for Building Business Apps
The code that is generated gets the data synchronously. That's the plain, simple data load code. Certainly it needs to be modified to fetch data more effectively. The method really depends on how the app is structured. Sometimes you would want to fetch it asynchronously. At the least, you do need to 'page' the data, thus get a block at a time.
Milind