You are on page 1of 3

Hierarchical Data: Persistence via Closure Table | The B^2 Brand

http://b2berry.com/2011/11/19/hierarchical-data-persistence-via-closure-table/

The B^2 Brand


ABOUT.ME

Data

1 de 3

BITBL.IT (PODCAST)

General

MVC

FEEDBURNER

.TUMBLR

Professional Development

POSTS

Whitepaper

Windows Azure

Enter keywords...

25/07/2015 7:58

Hierarchical Data: Persistence via Closure Table | The B^2 Brand

http://b2berry.com/2011/11/19/hierarchical-data-persistence-via-closure-table/

Software Engineer, data enthusiast,


math literate and all around

Hierarchical Data: Persistence via


Closure Table
NOVEMBER 19, 2011 BY B2BERRY

11 COMMENTS

technology nerd

POPULAR

LATEST

COMMENTS

TAGS

Hierarchical Data: Persistence


via Closure Table
NOVEMBER 19, 2011

Hierarchical Data: Rendering


with Razor
NOVEMBER 20, 2011

Converting the Closure Table


from a Weak Entity
AUGUST 4, 2012

The Vacation State Machine


OCTOBER 30, 2011

Data Warehousing IIS Logs


JUNE 1, 2011

Recently, Ive been working with hierarchical data using closure tables. The problem this
technique solves for me is persisting hierarchical relationships of specific entities without any
restriction on the size of the hierarchy and while providing a simple way to query the hierarchy.
Closure tables, above other solutions like path enumeration, maintain referential integrity.
In a series of posts about storing hierarchical data Im going to walk through implementing a
solution for working with hierarchical data at the persistence layer, the application layer, and the
presentation layer. Well see what is necessary to persist the hierarchy in SQL Server 2008, how
we wrap the closure tables in the application, and how we build hierarchy in the user interface with
MVC 3

2 de 3

Categories
Data (8)
MVC (2)
Professional Development (2)
Whitepaper (1)
Windows Azure (1)

25/07/2015 7:58

Hierarchical Data: Persistence via Closure Table | The B^2 Brand

The B^2 Brand.

3 de 3

http://b2berry.com/2011/11/19/hierarchical-data-persistence-via-closure-table/

Create a free website or blog at WordPress.com. The Headlines Theme.

25/07/2015 7:58

You might also like