WPF/Silverlight - Prism - Resources for beginners

前端 未结 2 1860
梦谈多话
梦谈多话 2020-12-22 15:02

Official Websites

  • Composite Application Guidance for WPF and Silverlight
  • patterns & practices: Composite WPF and Silverlight
相关标签:
2条回答
  • 2020-12-22 16:00

    I've been creating Prism (Silverlight slant but most applies to WPF as well) resources:

    If you have 5 minutes: 10 Things to Know About Prism

    If you have 20 minutes: Prism Basics Video

    videos

    Intro to Silverlight Prism

    Testing/Module Catalog/Unity

    Regions (including Region Scope, Region Adapter and Region Context)

    Commanding (including creating new commands)

    Eventing

    podcast interviews with the Prism Team

    What is Prism

    Modularity in Prism

    When to use Prism

    View or Presenter First?

    Commanding

    Event Aggregator

    blog posts

    10 Things to Know about Silverlight Prism (overview of all resources)

    Downloading and Building Prism

    0 讨论(0)
  • 2020-12-22 16:02

    I particularly like Brian Lagunas' videos. He has recently been keeping Prism up to date and his videos are mostly in-sync with the latest Prism updates.

    brianlagunas.com/category/prism/

    Brian Lagunas YouTube Channel

    GitHub Prism Library

    0 讨论(0)
提交回复
热议问题