Articles

Affichage des articles du mai, 2008

Windows Workflow Foundation

Introduction Windows Workflow Foundation (WF) is the programming model, engine and tools for quickly building workflow enabled applications on Windows.</note> <note>What is a Workflow? A workflow is a model of a human or system process which is defined as a map of activities. An activity is a step in a workflow and is the unit of execution, re-use and composition for a workflow. A workflow is designed by laying out activities and is compiled to a .NET assembly that is executed on the workflow runtime and the Common Language Runtime (CLR). </note> Upgrade a Class Library to Enable Worflows Activities I tried to open the design surface for the activity. It said in part: The service 'System.Workflow.ComponentModel.Design.IIdentifierCreationService' must be installed for this operation to succeed. Ensure that this service is available. The first entry that’s necessary belongs in the <PropertyGroup> and is: <code><ProjectTypeGuids>{14822709-B5A1-

Développer en Silverlight

Introduction Silverlight est un plugin pour navigateur internet multi-plateforme (Windows et Apple, Linux via le projet MoonLight), qui permet de développer des applications web riches dans un moteur de rendu vectoriel. Il fonctionne de façon similaire à Adobe Flash dont il se veut une alternative. Techniquement Silverlight est l'équivalent de la CLR de Microsoft mais pour les navigateurs Web. La version 2.0 apporte plus d’interactivité et permet aux développeurs d’utiliser des outils de développement et les langages Microsoft .NET en place et lieu de JavaScript de la version 1.0. La version 3 est sortie en juillet 2009. Elle ajoute de nombreuses fonctions comme par exemple le fonctionnement "out of browser" qui permet d'installer l'application sur la machine de l'utilisateur en local. On note aussi la présence de la "2.5D" qui ajoute des transformations de perspectives en 3D aux objets sans pour autant permettre l'exploitation de véritables obje