Download WPF Data Streaming Demo
Description
Demonstrates data streaming in WPF using DataReader, ObservableCollection and Threading (with pause and continue) allowing the UI to remain responsive.
Source Files
The download file wpfstreamdemo.zip has the following entries.
BuildProcessTemplates/DefaultTemplate.11.1.xaml
BuildProcessTemplates/LabDefaultTemplate.11.xaml
BuildProcessTemplates/UpgradeTemplate.xaml
src/WpfDataStreamDemo.Master/DataAdapter/DataAdapter.csproj
src/WpfDataStreamDemo.Master/DataAdapter/DataAdapter.csproj.vspscc
src/WpfDataStreamDemo.Master/DataAdapter/Properties/AssemblyInfo.cs
src/WpfDataStreamDemo.Master/DataAdapter/StreamingDataAdapter.cs
src/WpfDataStreamDemo.Master/Database/StreamingData.sql
src/WpfDataStreamDemo.Master/WpfDataStreamDemo.Master.sln
src/WpfDataStreamDemo.Master/WpfDataStreamDemo.Master.vssscc
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/App.config
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/App.xaml
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/App.xaml.cs
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/MainWindow.xaml
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/MainWindow.xaml.cs
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/Properties/AssemblyInfo.cs
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/Properties/Resources.Designer.cs
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/Properties/Resources.resx
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/Properties/Settings.Designer.cs
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/Properties/Settings.settings
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/Repository/StreamRepository.cs
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/Utility/DelegateCommand.cs
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/Utility/Extension.cs
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/ViewModel/StreamDataViewModel.cs
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/WpfDataStreamDemo.csproj
src/WpfDataStreamDemo.Master/WpfDataStreamDemo/WpfDataStreamDemo.csproj.vspscc
Download
Click the following link to download wpfstreamdemo.zip.
wpfstreamdemo.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »