Click here to Skip to main content
15,879,239 members
Articles / Programming Languages / C#

Hierarchical Data Templates in Silverlight

Rate me:
Please Sign up or sign in to vote.
4.64/5 (13 votes)
22 Jul 2009CPOL11 min read 89.3K   2.1K   31  
Hierarchical data templates are a powerful way to organize and bind data that is available in Windows Presentation Foundation (WPF) and Silverlight.

Microsoft Visual Studio Solution File, Format Version 10.00
# Visual Studio 2008
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserGroups", "UserGroups\UserGroups.csproj", "{F6AD12E3-2614-403A-95BD-0F6C8D818E55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UserGroups.Web", "UserGroups.Web\UserGroups.Web.csproj", "{2810BFC4-78E8-436B-A408-24DC67455209}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F6AD12E3-2614-403A-95BD-0F6C8D818E55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F6AD12E3-2614-403A-95BD-0F6C8D818E55}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F6AD12E3-2614-403A-95BD-0F6C8D818E55}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F6AD12E3-2614-403A-95BD-0F6C8D818E55}.Release|Any CPU.Build.0 = Release|Any CPU
		{2810BFC4-78E8-436B-A408-24DC67455209}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{2810BFC4-78E8-436B-A408-24DC67455209}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{2810BFC4-78E8-436B-A408-24DC67455209}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{2810BFC4-78E8-436B-A408-24DC67455209}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Program Manager Microsoft
United States United States
Note: articles posted here are independently written and do not represent endorsements nor reflect the views of my employer.

I am a Program Manager for .NET Data at Microsoft. I have been building enterprise software with a focus on line of business web applications for more than two decades. I'm the author of several (now historical) technical books including Designing Silverlight Business Applications and Programming the Windows Runtime by Example. I use the Silverlight book everyday! It props up my monitor to the correct ergonomic height. I have delivered hundreds of technical presentations in dozens of countries around the world and love mentoring other developers. I am co-host of the Microsoft Channel 9 "On .NET" show. In my free time, I maintain a 95% plant-based diet, exercise regularly, hike in the Cascades and thrash Beat Saber levels.

I was diagnosed with young onset Parkinson's Disease in February of 2020. I maintain a blog about my personal journey with the disease at https://strengthwithparkinsons.com/.


Comments and Discussions