Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
Hi,I need to create a tree data structure using c#.I need to be able to add children to the structure, have a method that will retrieve all of the decendants for a given node in the tree and another method that will retrieve the parent hierarchy for a given node (i.e. will iterate upwards until it reaches the root).I know there are a lot of ways of doing this but wanted to get an idea of how most of you would go about solving this problem.Visit my blog Jalil Sear's [MCPD SharePoint 2010] WeblogContinue reading...
Hi,
I need to create a tree data structure using c#.
I need to be able to add children to the structure, have a method that will retrieve all of the decendants for a given node in the tree and another method that will retrieve the parent hierarchy for a given node (i.e. will iterate upwards until it reaches the root).
I know there are a lot of ways of doing this but wanted to get an idea of how most of you would go about solving this problem.
Visit my blog Jalil Sear's [MCPD SharePoint 2010] Weblog
Continue reading...