DotNetShoutout - Stories tagged with P&P
5
Shouts

Prism Training Kit: Beta Version Available

published 1056 days, 23 hours, 16 minutes ago posted by dschenkelmandschenkelman 1058 days, 15 hours, 16 minutes ago
Sunday, July 04, 2010 2:36:02 PM GMT Friday, July 02, 2010 10:35:10 PM GMT
Over the last week, Matias and I took some time to work on something a Prism Training Kit. We figured out that was one of the things that would be useful to learn Prism. Therefore, we decided to create a set of Hands on Labs that cover the basic topics addressed by Prism (if you can’t wait to download the TK, go here). As always your feedback is really appreciated, and we hope you find it useful. This Training Kit contains 5 Hands-On-Labs that cover the most important concepts of Prism v2. Each Lab inc... (more)
category: Metro | clicked: 2 | comment | | source: blogs.southworks.net
tags: Prism, P&P
5
Shouts

Prism 4.0 Drop 3 released

published 1056 days, 23 hours, 16 minutes ago posted by dschenkelmandschenkelman 1058 days, 18 hours, 45 minutes ago
Sunday, July 04, 2010 2:36:02 PM GMT Friday, July 02, 2010 7:06:33 PM GMT
The third drop of Prism 4.0 (formally known as the Composite Application Guidance for WPF and Silverlight) has been released and can be found in Codeplex. We are early in the process of creating Prism 4.0 so we really need your feedback on the drop and on what you want for this version of prism. The assets included in the drop are: •    QuickStarts (The QuickStarts are located in the QuickStarts folder):     ◦    Model-View-ViewModel (MVVM). Note this QuickStart requires Silverlight.     ◦    Modu... (more)
category: Metro | clicked: 0 | comment | | source: blogs.southworks.net
tags: Prism 4.0, P&P
6
Shouts

Prism 4: What’s new and what’s next

published 1078 days, 3 hours, 23 minutes ago posted by dschenkelmandschenkelman 1079 days, 19 hours, 3 minutes ago
Sunday, June 13, 2010 10:28:14 AM GMT Friday, June 11, 2010 6:48:55 PM GMT
A couple of days ago, the first drop of Prism 4 was released. Keep in mind that this has many work-in-progress stuff, but the idea is that you can see where we are heading, and also give us feedback on what you want for this version of prism.Model-View-ViewModel QuickStart This QuickStart demonstrates how to create a basic Silverlight application using the MVVM pattern. Note that this QuickStart is independant of the Prism Library. The following challenges are addressed in this QuickStart.Implementing ... (more)
category: Metro | clicked: 0 | 1 comment | | source: blogs.southworks.net
tags: Prism 4.0, P&P
3
Shouts

Prism 2.2 Release available. Get it at Codeplex.

published 1092 days, 3 hours, 19 minutes ago posted by dschenkelmandschenkelman 1092 days, 20 hours, 2 minutes ago
Sunday, May 30, 2010 10:32:51 AM GMT Saturday, May 29, 2010 5:49:12 PM GMT
As you might already read in Bob’s blog (if you haven’t I recommend you to add him to your RSS), Prism 2.2 has been released. As I explained in my previous post, this is an intermediate version until Prism 4.0 gets here and is mainly oriented to allow development in Visual Studio 2010 and Silverlight 4, without the need of a manual migration from your side. Except from the project linker, which will be available soon in Visual Studio Gallery, all the features that were there for 2.1 version are back. So... (more)
category: Metro | clicked: 0 | comment | | source: blogs.southworks.net
tags: Prism, P&P
4
Shouts

SCSF GP Beta for Visual Studio 2010 RC just released

posted by dschenkelmandschenkelman 1147 days, 13 hours, 21 minutes ago
Monday, April 05, 2010 12:31:01 AM GMT
As you might have read in the SCSF forum at Codeplex, the p&p team has recently shipped a beta version of the SCSF source code that runs in Visual Studio 2010. If you haven’t checked it out, you can download it from here. On this same subject, Fernando has written a detailed blog post which goes over the main features in this release and some future plans. If you have used the Smart Client Software Factory before, you know the source code is not all it has to offer. The p&p team has released a Be... (more)
category: Smart Client | clicked: 3 | comment | | source: blogs.southworks.net
tags: SCSF, VS2010, P&P
9
Shouts

Creating a multi-shell application in Prism-v2

published 1214 days, 1 hour, 42 minutes ago posted by dschenkelmandschenkelman 1215 days, 22 hours, 52 minutes ago
Thursday, January 28, 2010 12:09:39 PM GMT Tuesday, January 26, 2010 2:59:14 PM GMT
This thread from the Prism forum presents the following question (this is not an actual quote but a summary): Are there any examples with multiple Shell windows, as the Prism documentation mentions? First I re-read this article from the Prism documentation so I could get in the same page as the user. I’m not going to quote it here, but the “Implementing a Shell” section is the one where it is explained. Once I read that, the popular Popup Region from the Prism-v2 RI was out of the table so with Ezequie... (more)
category: Smart Client | clicked: 3 | comment | | source: blogs.southworks.net
tags: WPF, Prism, P&P
6
Shouts

Prism-v2: Register views with names using View Discovery

published 1237 days, 19 minutes ago posted by dschenkelmandschenkelman 1237 days, 19 hours, 56 minutes ago
Tuesday, January 05, 2010 1:32:31 PM GMT Monday, January 04, 2010 5:56:03 PM GMT
The holidays are over, happy new year everyone and I hope it is a good one for all of you. It’s time for the first post of the year, which continuing last year’s trend will deal with Prism. A couple of weeks ago this question in the Prism forum got Fer and I thinking how to set the name of views in a region using View Discovery. As Prism does not support this out of the box (which is kind of weird), we had a talk with Ezequiel and Julian and decided to use Prism’s extensibility to get this done (this me... (more)
category: Metro | clicked: 0 | comment | | source: blogs.southworks.net
tags: Prism 2.0, P&P
8
Shouts

Memory Leak removing View with child regions in Prism-v2

published 1248 days, 18 hours, 3 minutes ago posted by dschenkelmandschenkelman 1249 days, 17 hours, 51 minutes ago
Thursday, December 24, 2009 7:48:36 PM GMT Wednesday, December 23, 2009 8:00:21 PM GMT
About a week ago in the Prism forum we got a question about an issue in the scenario displayed below. The Issue When the MainView was removed from the MainRegion, the RightOne and RightTwo regions were not removed from the RegionManager and the views were still being referenced by the region. We were able to reproduce this issue “successfully” both using scoped regions and without them so we started thinking on a possible fix for this.The Fix After trying different things out, we took Julian’s sugges... (more)
category: Smart Client | clicked: 13 | 2 comments | | source: blogs.southworks.net
tags: Silverlight, Prism 2.0, WPF, P&P