Clever Rendering Technique for Custom Controls

Karsten just outlined a very clever trick for rendering outside of OnRender and outside of CompositionTarget.Rendering.  It’s really clever and worth a read.

Incidentally, it’s highly unlikely that anyone is subscribed to my blog and not to Karsten’s, so sorry for the repeat.  Karsten definitely deserved props for unearthing this one though.  It’s a really handy idea.

5 Responses to “Clever Rendering Technique for Custom Controls”

  1. nat1192 Says:

    Actually that is an incorrect statement. This blog and a PHP blog are the only blogs I regularly check. The PHP blog I usually read is down so I really only read this one.

  2. Mike Brown Says:

    You forgot to put the link here :P

  3. Sam Says:

    you thought it so unlikely someone would not read both blogs you forgot the link.

    Just wanted to read from those who do not read Karsten’s blog, didnt cha? ;)

  4. Robby Says:

    Woops, I did forget the link! Read about it here.

  5. Reiner Says:

    Hi:

    I am new in XAML and WPF. I am trying to use a SQL-SERVER connection in a XBAP I can do it inside a WPF Windows application, but when I try to do the same like Load_Page() ASP.NET I get an error

    void mainPage_Loaded(object sender, RoutedEventArgs e)

    {

    // Connection Fail

    }

    I had downloaded many good books like:

    Applications = Code + Markup: A Guide to the Microsoft® Windows® Presentation Foundation

    By Charles Petzold

    Programming WCF Services

    By Juval Lowy

    But no body speak about access data from SQL-SERVER database

    may be you can help me.

    Excuse my English I speak Spanish .

    Thank you

    Reiner

    reinerra@hotmail.com

Leave a Reply