Published by Ezequiel Jadib on August 22nd, 2008 4:55 pm under CAB, CWPF, Composite Application Block, Composite Application Guidance for WPF, Composite Application Library, Composite WPF, Patterns & Practices, Prism, SCSF, WPF, WPF Composite Client, Windows Presentation Foundation
As Diego Poza announced in his post, we have just published a new guidance to help CAB developers familiarize themselves with the Composite Application Guidance by comparing the main components of both libraries. Let’s take a look at the guidance content index: Because the Composite UI Application Block and the Composite Application Guidance are targeted... read more
After publishing an alpha version, a beta version and a RC 1 version I’m glad to announce that the final version of Smart Client Software Factory for Visual Studio 2008 has been published on MSDN. What is new in this release? The April 2008 release of Smart Client Software Factory includes support for Visual Studio... read more
Published by Ezequiel Jadib on April 12th, 2008 3:53 pm under Architecture, C#, CWPF, Composite WPF, OOP, Object Oriented Programming, Patterns & Practices, Prism, SCSF, Southies, TDD, Test Driven Development, VMware, Virtualization, WPF, WPF Composite Client, Web Client Software Factory, Windows Presentation Foundation, openSUSE
Smart Client Software Factory / Web Client Software Factory / Prism / p&p Documentation Tools Web Client Software Factory Documentation – What is New? by Mariano Szklanny patterns & practices Documentation Tools on CodePlex (Spanish) by Ezequiel Morito Prism: Second drop by Ezequiel Jadib Prism: First drop published by Ezequiel Jadib E-Commerce Catalog: New articles... read more
Some time ago, I wrote a post about How to update the installer to run Smart Client Software Factory in Visual Studio 2008 Beta 2. Now I’m proud to announce that we shipped an Alpha version of Smart Client Software Factory for Visual Studio 2008. As Blaine announced before, in order to run this new... read more
We have just published a new SCSF sample application on the Smart Client Contrib project. We have published also a demo script that provides step-by-step instructions to create a SCSF application. The goal of this demo script is to help presenters give a presentation that illustrates the main aspects of SCSF such as WorkItems, Commands,... read more
I’m happy to announce that we have published the Smart Client Software Factory Knowledge Base. The purpose of this Knowledge Base is categorize and organize blogs posts, CodePlex pages, CodePlex posts, etc that can be valuable for the community. With this kind of information organized the community will have a new place to search for... read more
Now that we have Smart Client Software Factory May 2007 (SCSF) installed on a box with only Visual Studio Orcas Beta 2, we may want to install the SCSF source code, and why not, customize the guidance package. To do this, we first have to modify the source code installer as we do with the... read more
NOTE: A new version of Smart Client Software Factory was published. This new version is for Visual Studio 2008. Please check this post for more information. One of the prerequisites to install SCSF is having Visual Studio 2005. This prerequisite doesn’t allow us to install SCSF in a box with only Visual Studio Orcas Beta... read more
The SCSF Team has published a preview of the HoL’s they have been working on. Here’s what is included in this preview: Lab 1: Creating the Initial Solution Lab 2: Creating a Business module Lab 3: Creating a View Lab 4: Creating a Service Lab 5: Creating a Foundational Module Get the bits now. For... read more
Luciano Panaro has written a blog post where he shows how to modify the SCSF Guidance Package to store the solution’s global values (which are originally stored in the .sln file) in a xml file. It is a good example of how to face a gp customization. Hope you find Luciano’s post useful.