WPF & EF & Prism useful links


Prism

  • Attributes for MEF
    https://msdn.microsoft.com/en-us/library/ee155691(v=vs.110).aspx
  • Generic implementation of IEditableObject via TypeDescriptor and Reflection
    http://www.codeproject.com/Articles/35066/Generic-implementation-of-IEditableObject-via-Type?fid=1538597&select=3098265&fr=11#xx0xx
  • How to: Implement Validation with the DataGrid Control
    https://msdn.microsoft.com/en-us/library/ee622975(v=vs.100).aspx

Entity Framework

  • Code First
    http://blog.csdn.net/gentle_wolf/article/details/14004345
    http://www.entityframeworktutorial.net/code-first/stringlength-dataannotations-attribute-in-code-first.aspx

  • How to update a record
    http://stackoverflow.com/questions/15336248/entity-framework-5-updating-a-record

Tools

  • WPF Inspector
    https://wpfinspector.codeplex.com/