Stories recently tagged with 'prism'

MEF or PRISM?which one is better?(singhtechies.biz)

submitted by jazsainijazsaini(80) 11 months, 25 days ago

I have now extensively tested these 2 ways of dealing with MVVM(Model View View Model) in silver light & have found the following important points. read more...

add a comment |category: |Views: 20

tags: another

MVVM with Prism 101 – Part 3b: View Injection and Controller Pattern(developmentalmadness.com)

submitted by developmentalmadnessdevelopmentalmadness(730) 2 years, 3 months ago

In my last post I addressed regions in the Composite Application Library for WPF/Silverlight (Prism). I looked at what they were and how they were used. But by the end of the post I felt that the concept of View Injection needed further attention. I’ve almost exclusively used View Discovery up to this point in my development. But when I’ve run into a need to use View Injection I’m uncomfortable with what seems to be a tightly coupled relationship. read more...

add a comment |category: |Views: 220

tags: another

Silverlight, PRISM, and .NET RIA Services(blogs.msdn.com)

submitted by jbarnesjbarnes(3479) 2 years, 4 months ago

David Hill (Architect on the Microsoft Patterns & Practices team) has been working on a sample application that shows how you can use Prism and .Net RIA Services together. You can check out his blog post at: http://blogs.msdn.com/dphill/archive/2009/08/17/prism-and-net-ria-services.aspx In the post he walks you through a sample application and shows how you can structure a Prism & .NET RIA Services solution that uses modules as a way to compose applications from both a services and a UI perspective. You can download the source code for the sample application here. read more...

add a comment |category: |Views: 433

tags: another

Prism-v2 Reference Implementation migrated to SL 3 release with OOB(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 6 months ago

Prism-v2 RI migrated to Silverlight 3 official release with Out of browser capabilities. read more...

add a comment |category: |Views: 17

tags: another

Why Shouldn’t I use PRISM? | Grumpy Dev(grumpydev.com)

submitted by Grumpydev2Grumpydev2(144) 2 years, 7 months ago

Plenty has been written about PRISM, its benefits, and how to get started; but very little on why you wouldn’t use it on your next WPF/Silverlight project. I’ve put together some concerns, based both on criticisms I’ve read, and supposition on my part; and some commentary about whether I believe those concerns are well founded or not. read more...

add a comment |category: |Views: 40

tags: another

Composite Application Guidance (Prism-v2) sample application using Sil(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 7 months ago

Sample app showing SL 3 Child Window with Prism-v2 read more...

add a comment |category: |Views: 182

tags: another

How to: Drag and Drop Silverlight Views between Regions in Prism-v2(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 7 months ago

This blog post explains how to drag and drop SL views between regions in Prism. It also provides a code sample. read more...

add a comment |category: |Views: 251

tags: another

Prism for Silverlight 2: Taking ‘Hello World’ to a Whole New Level(developmentalmadness.blogspot.com)

submitted by developmentalmadnessdevelopmentalmadness(730) 2 years, 8 months ago

A demo/reference sample of using Prism 2 for Silverlight with WCF and what I learned. read more...

add a comment |category: |Views: 25

tags: another

Prism-v2 Reference Implementation migrated to Silverlight 3 with Out-O(blogs.southworks.net)

submitted by dschenkelmandschenkelman(450) 2 years, 8 months ago

This blog post explains the steps to use Prism-v2 RI with SL3 and offline capabilities. read more...

add a comment |category: |Views: 44

tags: another

WPF: Ribbon in Prism Applications(bartekszafko.pl)

submitted by bszafkobszafko(240) 3 years, 2 months ago

Microsoft some time ago published its Ribbon(known from Office 2007) control library for Windows Presentation Foundation. This article contains steps necessary to implement ribbon view region in Composite Application Library(aka Prism) . read more...

add a comment |category: |Views: 1005

tags: another