Posts

ContentPresenter Is Not Set When Using a ControlTemplate for a ContentControl

I encountered a problem today, the solution to which some of you may find worth keeping note of…. You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.NET Community Blogs. When they shut it down, I dumped all of my old posts to Wordpress. You can still check out the original blog on the Wayback Machine.
2007-12-03
1 min read

Linked List Insertion Capable of Surviving Abnormal Termination

I just finished a short conversation with Aaron Randall from London who used the little Windows Live Messenger Flash application in my sidebar (oh, how I love thee, Internets) to ask me a question he had about linked lists after reading one of my posts:… You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.
2007-11-20
1 min read

WPF’s Use of Partial Classes’ Access Modifiers

While writing a reusable component for a client, I placed it in a different assembly and began to change all of the non-public classes’ access modifiers to internal. Building the project, I received the following error:… You can read the copy of the original post, or if that goes down too, you can try the Wayback Machine’s copy of it. Context: This post was automatically imported from my old blog, which was originally hosted on Microsoft’s ASP.
2007-11-20
1 min read