文件名称:AdvanceMtvt
-
所属分类:
- 标签属性:
- 上传时间:2012-10-25
-
文件大小:1.55mb
-
已下载:0次
-
提 供 者:
-
相关连接:无
-
下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
The MTVT pattern is an architectural pattern used for explicit demarcation of the view and view model via disparate threads of execution. In summary, its main characteristics are that it is comprised of two distinct threads of execution, (one for the view and one for the other application layers), and that cross thread communication occurs transparently over familiar WPF and Silverlight features such as events (INotifyPropertyChanged, INotifyCollectionChanged etc.) and commands.-The MTVT pattern is an architectural pattern used for explicit demarcation of the view and view model via disparate threads of execution. In summary, its main characteristics are that it is comprised of two distinct threads of execution, (one for the view and one for the other application layers), and that cross thread communication occurs transparently over familiar WPF and Silverlight features such as events (INotifyPropertyChanged, INotifyCollectionChanged etc.) and commands.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
AdvanceMtvt/Libraries/DanielVaughan/DanielVaughan.Silverlight.dll
AdvanceMtvt/Libraries/DanielVaughan/DanielVaughan.Silverlight.pdb
AdvanceMtvt/Libraries/DanielVaughan/Microsoft.Practices.ServiceLocation.dll
AdvanceMtvt/Libraries/DanielVaughan/Microsoft.Practices.Unity.dll
AdvanceMtvt/Libraries/DanielVaughan/System.ServiceModel.PollingDuplex.dll
AdvanceMtvt/Libraries/DanielVaughan/System.ServiceModel.PollingDuplex.xml
AdvanceMtvt/Libraries/DanielVaughan/System.Xml.Linq.dll
AdvanceMtvt/Libraries/DanielVaughan/System.Xml.Linq.xml
AdvanceMtvt/Libraries/Prism/Silverlight/Microsoft.Practices.Composite.dll
AdvanceMtvt/Libraries/Prism/Silverlight/Microsoft.Practices.Composite.pdb
AdvanceMtvt/Libraries/Prism/Silverlight/Microsoft.Practices.Composite.Presentation.dll
AdvanceMtvt/Libraries/Prism/Silverlight/Microsoft.Practices.Composite.Presentation.pdb
AdvanceMtvt/Libraries/Prism/Silverlight/Microsoft.Practices.ServiceLocation.dll
AdvanceMtvt/Libraries/Prism/Silverlight/System.Windows.Controls.dll
AdvanceMtvt/Mtvt/DanielVaughan.Mtvt.sln
AdvanceMtvt/Mtvt/DanielVaughan.Mtvt.suo
AdvanceMtvt/Mtvt/DanielVaughan.Mtvt.vsmdi
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/App.xaml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/App.xaml.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/AppManifest.xaml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/DanielVaughan.MtvtExampleTestPage.html
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/System.Windows.Controls.DataVisualization.Toolkit.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/System.Windows.Controls.Theming.Toolkit.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/System.Windows.Controls.Toolkit.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/System.Windows.Controls.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/System.Xml.Linq.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Collections/SynchronizedObservableCollection.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/CommandModel/ModelCommand.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/ComponentModel/NotifyPropertyChangeBase.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/ComponentModel/PropertyChangeNotifier.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Concurrency/DelegateManager.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Concurrency/DelegateReference.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Concurrency/ModelSynchronizationContext.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Concurrency/SynchronizationContextProvider.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/DanielVaughan.MtvtExample.csproj
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Diagrams/OverviewDiagram.cd
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Images/WpfDisciplesBanner.png
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/MainPage.xaml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/MainPage.xaml.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/MainPageViewModel.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Metadata.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Metadata.tt
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/App.g.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/App.g.i.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/DanielVaughan.MtvtExample.csproj.FileListAbsolute.txt
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/DanielVaughan.MtvtExample.g.resources
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/DesignTimeResolveAssemblyReferences.cache
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/MainPage.g.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/MainPage.g.i.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/XapCacheFile.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Properties/AppManifest.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Properties/AssemblyInfo.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/UIModel/ViewModelBase.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/App.xaml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/App.xaml.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Bin/Debug/AppManifest.xaml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Bin/Debug/Microsoft.Silverlight.Testing.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Bin/Debug/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Bin/Debug/System.Windows.Controls.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Bin/Debug/System.Xml.Linq.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Bin/Debug/TestPage.html
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/DanielVaughan.MtvtExample.Tests.csproj
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Mocks/MockViewModel.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/obj/Debug/App.g.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/obj/Debug/App.g.i.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/obj/Debug/DanielVaughan.MtvtExample.Tests.csproj.FileListAbsolute.txt
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/obj/Debug/DanielVaughan.MtvtExample.Tests.g.resources
Advanc
AdvanceMtvt/Libraries/DanielVaughan/DanielVaughan.Silverlight.pdb
AdvanceMtvt/Libraries/DanielVaughan/Microsoft.Practices.ServiceLocation.dll
AdvanceMtvt/Libraries/DanielVaughan/Microsoft.Practices.Unity.dll
AdvanceMtvt/Libraries/DanielVaughan/System.ServiceModel.PollingDuplex.dll
AdvanceMtvt/Libraries/DanielVaughan/System.ServiceModel.PollingDuplex.xml
AdvanceMtvt/Libraries/DanielVaughan/System.Xml.Linq.dll
AdvanceMtvt/Libraries/DanielVaughan/System.Xml.Linq.xml
AdvanceMtvt/Libraries/Prism/Silverlight/Microsoft.Practices.Composite.dll
AdvanceMtvt/Libraries/Prism/Silverlight/Microsoft.Practices.Composite.pdb
AdvanceMtvt/Libraries/Prism/Silverlight/Microsoft.Practices.Composite.Presentation.dll
AdvanceMtvt/Libraries/Prism/Silverlight/Microsoft.Practices.Composite.Presentation.pdb
AdvanceMtvt/Libraries/Prism/Silverlight/Microsoft.Practices.ServiceLocation.dll
AdvanceMtvt/Libraries/Prism/Silverlight/System.Windows.Controls.dll
AdvanceMtvt/Mtvt/DanielVaughan.Mtvt.sln
AdvanceMtvt/Mtvt/DanielVaughan.Mtvt.suo
AdvanceMtvt/Mtvt/DanielVaughan.Mtvt.vsmdi
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/App.xaml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/App.xaml.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/AppManifest.xaml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/DanielVaughan.MtvtExampleTestPage.html
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/System.Windows.Controls.DataVisualization.Toolkit.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/System.Windows.Controls.Theming.Toolkit.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/System.Windows.Controls.Toolkit.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/System.Windows.Controls.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Bin/Debug/System.Xml.Linq.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Collections/SynchronizedObservableCollection.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/CommandModel/ModelCommand.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/ComponentModel/NotifyPropertyChangeBase.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/ComponentModel/PropertyChangeNotifier.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Concurrency/DelegateManager.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Concurrency/DelegateReference.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Concurrency/ModelSynchronizationContext.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Concurrency/SynchronizationContextProvider.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/DanielVaughan.MtvtExample.csproj
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Diagrams/OverviewDiagram.cd
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Images/WpfDisciplesBanner.png
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/MainPage.xaml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/MainPage.xaml.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/MainPageViewModel.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Metadata.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Metadata.tt
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/App.g.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/App.g.i.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/DanielVaughan.MtvtExample.csproj.FileListAbsolute.txt
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/DanielVaughan.MtvtExample.g.resources
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/DesignTimeResolveAssemblyReferences.cache
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/MainPage.g.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/MainPage.g.i.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/obj/Debug/XapCacheFile.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Properties/AppManifest.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/Properties/AssemblyInfo.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample/UIModel/ViewModelBase.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/App.xaml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/App.xaml.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Bin/Debug/AppManifest.xaml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Bin/Debug/Microsoft.Silverlight.Testing.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Bin/Debug/Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Bin/Debug/System.Windows.Controls.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Bin/Debug/System.Xml.Linq.xml
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Bin/Debug/TestPage.html
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/DanielVaughan.MtvtExample.Tests.csproj
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/Mocks/MockViewModel.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/obj/Debug/App.g.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/obj/Debug/App.g.i.cs
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/obj/Debug/DanielVaughan.MtvtExample.Tests.csproj.FileListAbsolute.txt
AdvanceMtvt/Mtvt/DanielVaughan.MtvtExample.Tests/obj/Debug/DanielVaughan.MtvtExample.Tests.g.resources
Advanc