Welcome to Windows Presentation Foundation (WPF)
Top Tasks :

Browse by Tags

All Tags » .NET   (RSS)
Showing page 1 of 70 (696 total posts)
  • [WPF] Comment, en XAML, se binder sur un élément situé à un index particulier d'une collection ?

    Pour bien comprendre ce que je veux dire, regardez le code suivant: public class Personne { public int Id { get; set; } public string Nom { get; set; } public string Prenom { get; set; } public List<Personne> C...
    Posted to WPF Community Bloggers (Weblog) by Anonymous on August 28, 2008
    Filed under: .NET, WPF
  • MbUnit Factory

    Factories in MbUnit work in much the same way in v2 (where they have been available since the start) and v3, in v2 we would use a Factory as follows. .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0;
    Posted to WPF Community Bloggers (Weblog) by Anonymous on August 26, 2008
    Filed under: .NET, MbUnit
  • Preorder my Silverlight book on Amazon

    Wow. That's an incredible feeling, seeing my name on Amazon :) The book is in pre-order!! I'd better get back to editing it then :)
    Posted to WPF Community Bloggers (Weblog) by Anonymous on August 25, 2008
    Filed under: .NET, Personal, Work, Silverlight, Technical stuff, .NET 3.5, Expression Blend
  • MbUnit RowTest

    "You said no RowTest post!" I know I did but this v3 feature I'd like to talk about, Row value headers, let's look at this example. .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode pre { margin: 0em; } .csharpcode .rem { color: #008000; } .csharpcode .kwrd { color: #0000ff; } .csharpcode .str { color: #006080; } .csharpcode .op { color: #0000c0; } .csharpcode .preproc
    Posted to WPF Community Bloggers (Weblog) by Anonymous on August 25, 2008
    Filed under: .NET, MbUnit
  • MbUnit TypeFixture

    This is the first of series of posts I'll be running on MbUnit, I'll focus on v2 first and then show an example in v3. I won't focus on RowTest as this is a popular feature and is well known both by the MbUnit audience and by other frameworks. For the opening post I'll focus on the TypeFixture, let's take a look at the code. .csharpcode, .csharpcode pre { font-size: small; color: black; font-family: Consolas, "Courier New", Courier, Monospace; background-color: #ffffff; /*white-space: pre;*/ } .csharpcode
    Posted to WPF Community Bloggers (Weblog) by Anonymous on August 25, 2008
    Filed under: .NET, MbUnit
  • [Jeu] Question pour le concours "J'en ai rien à coder" !

    Dans le cadre du concours "J'en ai rien à coder", voici une petite question pour vous, chers lecteurs Dans un programme WPF, je dispose de la classe Personne, définie comme ceci: public class Personne { public string Nom { get; set; } ...
    Posted to WPF Community Bloggers (Weblog) by Anonymous on August 25, 2008
    Filed under: Divers, .NET, WPF
  • Rotor 2.0 referance book

    The SSCLI aka Rotor tends to not draw all that much attention unless your a researcher or CLR wonk but it is one of (if not the best) source code referances to the very depths of .NET that you will ever find. For me personally getting the very most of the framemwork I develop on every day is about expanding my understanding of how that framework works, sure the compilers and there tricks come next but the root is the CLI. To top it all you can compile the CLR man !!! Therefore it fills me with joy
    Posted to WPF Community Bloggers (Weblog) by Anonymous on August 21, 2008
    Filed under: .NET, CLR & Rotor
  • Silverlight PAL

    I started pondering about the DLR and running it on the SSCLI when I came across this article on the CoreCL R (shared source version of that would be fun) and the following. A lot of the Silverlight PAL benefits from lessons learned when we developed the Shared Source Common Language Infrastructure (SSCLI), also known as Rotor. The SSCLI ran on a number of UNIX-style platforms as well as Windows. The base OS functionality varies widely on UNIX-style platforms. The SSCLI PAL had to work on both microkernels
    Posted to WPF Community Bloggers (Weblog) by Anonymous on August 21, 2008
    Filed under: .NET, CLR & Rotor
  • Sams Teach Yourself Silverlight in 24 Hours, Table of Contents

    I've been working since September 2007 (more or less) on an upcoming Silverlight book titled "Teach Yourself Silverlight in 24 Hours" at Sams. This book will be aimed at beginners with the technology (and maybe even beginners in programming). The reader is walked (with a lot of code samples and step-by-step examples) through most features of this amazing technology. The book has 24 chapters, each of them taking more or less (maybe rather a little more than a little less, to be honest :)) one hour
    Posted to WPF Community Bloggers (Weblog) by Anonymous on August 21, 2008
    Filed under: .NET, Work, Silverlight, Technical stuff, .NET 3.5, Expression Blend
  • [WPF] Comment créer une miniature d'une vidéo ?

    Pour les besoins d'un projet récent, il m'a fallut trouver le moyen de créer une miniature d'une vidéo, sous forme d'image. Après avoir parcouru le Web à la recherche d'une solution, je suis tomber sur le code suivant, qui s'avère être complètement f...
    Posted to WPF Community Bloggers (Weblog) by Anonymous on August 20, 2008
    Filed under: .NET, WPF
1 2 3 4 5 Next > ... Last »

Copyright © 2006 Microsoft Corporation. All Rights Reserved. | Terms of Use | Privacy Statement | Contact Us