By tag: Templating
0
kicks
Write your own Code Generator or Template Engine in .NET
This paper demonstrates building a code generator, template engine, template parser, or template processor in .NET. The demo implementation uses cutting edge .NET technologies available today such as C# .NET 2.0, MS Provider Pattern, Enterprise Library January 2006, CodeDom etc.
0
kicks
Control.Background does what?
Detailed explanation of WPF control templates, and how they impact seemingly simple declarations like assigment of Background properties.
0
kicks
Control Templating: One of the Most Powerful WPF Features
Control templates are one of the most powerful and important reasons why we should all look at WPF as our future development platform. This article discusses control templates, why they are important, and gives WPF and XBAP examples of implementing control templates.