DCSIMG
September 2009 - Posts - David Sackstein's Blog

September 2009 - Posts

1
Comments

Received my MCT Credentials Today by David Sackstein

Earlier this year I completed the MCPD certification - today I earned my MCT ! Over the year I have trained classes on C++, .Net 2.0, WPF, WF, WCF, Silverlight and Design Patterns. This has just got to be the fastest and most effective way to learn : )
11
Comments

WPF Explorer View with TreeView by David Sackstein

In this post we will see how to use WPF’s TreeView with the WPF Tookit’s DataGrid to present an Explorer-like view of a file system folder. We will use databinding with the HierarchicalDataTemplate, a sprinkling of LINQ and as little code as possible. You can download the source code here . User Interface Layout As in Explorer, we will present a window with two vertical panes. The left pane will show the directory structure as a tree; the right pane will show the files in the folder that is selected...
Powered by Community Server (Commercial Edition), by Telligent Systems