Gunnar Peipman's ASP.NET blog

ASP.NET, C#, SharePoint, SQL Server and general software development topics.

Sponsors

News

 
 
 
DZone MVB

Links

Social

ASP.NET and Hierarchical Data

In addition to other new and interesting things ASP.NET also brought along controllers supporting representation of hierarchical data. This posting introduces IHierarchyData and IHierarchyEnumerable interfaces we can use to create wrappers for classes representing hierarchical data of the business logic layer.

 

NB! This blog is moved to gunnarpeipman.com

Click here to go to article

Comments

JohanNL said:

Do we need to have a wrapper class like SectionData, can you put it straight into the Section class?

# April 8, 2008 8:03 AM

DigiMortal said:

Imho it is better idea to keep business classes and presentation layer wrappers separate. Wrapper classes in presentation layer are nothing unusual. For most of complex controls you have to use them and wrappers are good translators between business domain logic and presentation logic.

# April 8, 2008 8:24 AM

JohanNL said:

But how can I fill a hierarchical object from a database? So forget about the presentation layer, just to focus on Datalayer and Business Logic Layer.

# April 14, 2008 10:34 AM

DotNetShoutout said:

Thank you for submitting this cool story - Trackback from DotNetShoutout

# July 4, 2009 3:40 AM

PimpThisBlog.com said:

Thank you for submitting this cool story - Trackback from PimpThisBlog.com

# July 4, 2009 3:43 AM

DotNetKicks.com said:

You've been kicked (a good thing) - Trackback from DotNetKicks.com

# July 4, 2009 3:44 AM

WebDevVote.com said:

You are voted (great) - Trackback from WebDevVote.com

# July 4, 2009 3:47 AM

progg.ru said:

Thank you for submitting this cool story - Trackback from progg.ru

# July 4, 2009 3:48 AM

Dieveatiotats said:

А как на вашу рсс-ленту подписаться? что то не пойму

# July 4, 2009 11:29 AM

Dieveatiotats said:

А как на вашу рсс-ленту подписаться? что то не пойму

# July 4, 2009 8:21 PM

saumik das said:

is there is any other way we have to represnting heirchical data to get a different look.it may be like binary tree.

# June 12, 2010 8:01 AM