Published by Ezequiel Jadib on January 14th, 2008 9:38 am under Acropolis, CWPF, Composite WPF, Patterns & Practices, Prism, Redmond, WPF, WPF Composite Client, Web Client Software Factory, Windows Presentation Foundation
Yes!! as you read in the title, I'm in Redmond for first time!. I'm very excited with this travel because is a great opportunity to grow as professional and to know a lot of people. Finally I'm putting faces to all that people with I've been working for a long time from Argentina. During this... read more
This new release includes the following features: Transition Animation improvements – You can now add transition when changing page in TabLayoutPanes! Better Design Time support Better Custom Theming support Various bug fixing driven from community feedback For more information, read this post. Download
In my previous sample I showed how to create a Hello World sample using Microsoft Acropolis. Here we will modify that sample to use a service to retrieve the Hello World message. Download and open the previous sample. (AcropolisHelloWorld.zip). Add an interface called IMessageService. Add a class to implement the preceding interface. This class also... read more
In this post I will show you how to create a simple Hello World Sample using Acropolis. Acropolis is a set of components and tools that make it easier for developers to build and manage modular, business focused, client .NET applications, For more info, see Johnny’s post. In order to do this sample, you will... read more