By tag: prism
0
kicks
UnicornManager: Prism 4, MEF, WPF, EF 4.1 code first, NuGet, MVVM, ...
Discovering Prism 4, MEF, WPF, Entity Framework 4.1 code first, MVVM by using NuGet, DataValidation etc...
0
kicks
MEF or PRISM?which one is better?
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.
0
kicks
MVVM with Prism 101 – Part 3b: View Injection and Controller Pattern
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 th...
0
kicks
Silverlight, PRISM, and .NET RIA Services
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 t...
0
kicks
Prism-v2 Reference Implementation migrated to SL 3 release with OOB
Prism-v2 RI migrated to Silverlight 3 official release with Out of browser capabilities.
0
kicks
Why Shouldn’t I use PRISM? | Grumpy Dev
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 tho...
0
kicks
Composite Application Guidance (Prism-v2) sample application using Sil
Sample app showing SL 3 Child Window with Prism-v2
0
kicks
How to: Drag and Drop Silverlight Views between Regions in Prism-v2
This blog post explains how to drag and drop SL views between regions in Prism. It also provides a code sample.
0
kicks
Prism for Silverlight 2: Taking ‘Hello World’ to a Whole New Level
A demo/reference sample of using Prism 2 for Silverlight with WCF and what I learned.
0
kicks
Prism-v2 Reference Implementation migrated to Silverlight 3 with Out-O
This blog post explains the steps to use Prism-v2 RI with SL3 and offline capabilities.
0
kicks
WPF: Ribbon in Prism Applications
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) .