https://www.developerfusion.com/t/wpf/tutorials/sort/popularity/ WPF Tutorials & Articles from Developer Fusion 2011-08-10T09:21:00.00Z http://www.developerfusion.com/article/7633/introducing-visual-studio-net-2008-top-10-features/ Introducing Visual Studio .NET 2008 - Top 10 Features 2008-03-26T20:59:00.00Z After a long beta period, Visual Studio .NET 2008 is finally on general release. There are a ton of new features and enhancements in this release that make it almost a no-brainer to upgrade - I thought I’d take a moment and list my top ten favorites in no particular order. Mark Smith http://www.developerfusion.com/article/9396/creating-extensible-applications-with-maf/ Creating Extensible Applications with MAF 2008-12-03T11:27:00.00Z Learn how using MAF allows you to easily create extensible applications that allow new features to be added without jeopardizing the stability of the existing code base. MAF provides a higher-level service that allow you to dynamically discover, load, secure and interact with external assemblies used to provide features for your application. Mark Smith http://www.developerfusion.com/article/84942/architecting-systems-using-windows-workflow-foundation/ Architecting systems using Windows Workflow Foundation 2010-07-23T09:11:00.00Z Puzzled by WF? Wonder what it's all for? Richard Blewett takes the mystery out of Windows Workflow. Richard Blewett http://www.developerfusion.com/article/84449/ironpython/ Introducing Python for .NET - IronPython 2010-06-28T20:52:00.00Z Is it a dead parrot or does it fly? Mike James looks at IronPython and asks if it really is something completely different. Mike James http://www.developerfusion.com/article/84431/slobbing-about-with-net/ SLOBbing about with .NET 2010-11-22T12:26:00.00Z Persisting objects is all about SLOB (serialized large objects), or so says Dave Wheeler who explains how it's now all so much easier. Dave Wheeler http://www.developerfusion.com/article/8316/game-development-using-silverlight-2/ Game development using Silverlight 2 2008-10-17T18:59:00.00Z Implementing a game using Silverlight is a good way to learn its more advanced aspects. Dave Wheeler shows us how, and has some fun on the way. Dave Wheeler http://www.developerfusion.com/article/7087/have-you-seen-the-silverlight/ Have you seen the Silverlight? 2007-09-17T20:49:00.00Z So you want fancy, sexy streaming media in the UI? And you want cool animations, fancy glow-in-the-dark buttons and decent, scalable vector graphics? And you want to run your application in a browser on both Windows and Mac OSX? If you’re already reaching for your copy of How to Wow with Flash, stop. There’s a new kid muscling onto the somewhat crowded Rich Interactive Application (RIA) block, and it’s coming from Microsoft. Dave Wheeler http://www.developerfusion.com/article/7923/wpf-custom-controls/ WPF Custom Controls 2008-07-13T21:35:00.00Z WPF completely overturns the classic approach to developing Windows applications and adds user interface flexibility and pizzazz unavailable to Windows developers up to now. George looks at one aspect of this - implementing controls. George Shepherd http://www.developerfusion.com/article/7303/have-you-seen-the-silverlight-more-silverlight/ Have you seen the Silverlight? – More Silverlight 2007-12-01T13:12:00.00Z Is Silverlight the way to make your browser based applications as rich as a desktop application? Dave Wheeler thinks so and put the case for sophistication in Silverlight. In this second article, we look at events and move rapidly on to animation and other powerful presentation effects. Dave Wheeler http://www.developerfusion.com/article/123830/functional-cells-a-spreadsheet-in-f/ Functional Cells : A Spreadsheet in F# 2011-08-10T09:21:00.00Z If you’ve ever written formulas in a spreadsheet then you’re already familiar with some of the principles of functional programming. The key building blocks of a spreadsheet are cells containing functions and values. To demonstrate functional programming at large, this article will be looking at the implementation of a functional spreadsheet written in F Philip Trelford http://www.developerfusion.com/article/84381/the-inner-workings-of-skype-messaging/ The inner workings of Skype messaging 2008-01-31T00:00:00.00Z Knowing how to send and receive Windows messages is essential if you want to work with the Skype API. Mike James