DevExpress.Mvvm.Free

DevExpress MVVM Framework is a set of components helping to work in the Model-View-ViewModel pattern in WPF.

There are two versions of the DevExpress MVVM Framework:

  • The version that is included to the DevExpress WPF component suite.
  • The free version that is very similar to the first one. The only difference is that it does not contain some capabilities that are only needed when the framework is used with DevExpress components.

https://github.com/DevExpress/DevExpress.Mvvm.Free

https://github.com/autofac/Examples

Example projects that consume and demonstrate Autofac functionality and integration.

Reading the Examples

The examples in the repo are always for the latest Autofac versions and libraries. Look at the tags on this repo to see examples for older and/or deprecated functionality.

The examples attempt to stick pretty close to the Autofac documentation so it helps to have that available.

原文地址:https://www.cnblogs.com/robertyao/p/10106440.html