Geek Articles

Categories

 

Subscribe

Daily Updates Subscribe geekarticles update via email Subscribe geekarticles update via RSS

 
GeekArticles Microsoft ASP.NET

Generic Object Tree For Synapse Controlled Relations

Author: codeproject.com | Published: 11th Feb 2008 | Visited: 96 times | Add Comment
Filed in: ASP NET

A concept of building a tree and allowing each branch of the tree to associate to any object.

Read Article
 

Sponsored Links

 


Related Articles

 Speeding Up Object Instantiation Object instantiation is important for Ajax since it increases the loading time of its functions. Developers have to work with objects most of the time since the objects should be able to determine the behavior of the functions as well as its performance. However, the number of objects in an Ajax ap ...

 Open Source C++ B+ Tree Implementation Template based B+ Tree B+ Tree is a type of tree, which represents sorted data in a way that allows for efficient insertion, retrieval and removal of records, each of which is identified by a key. It is a dynamic, multilevel index, with maximum and minimum bounds on the number of keys in each index ...

 Article :: Understanding C# Object Serialization and Object Graphs Serialization isn't complex or difficult! Learn some powerful mechanisms for controlling and fine-tuning serializat ...

 Business object property validation How to set and validate properties in a single line of ...

 Fast LZW Compression Using Binary Tree Fast LZW implementation using Binary Tree as a dictio ...

 A more generic way of sorting a WPF ListView with IComparer Easy way of sorting the WPF ListView with a more generic me ...

 Next-Generation Object-Oriented Databases  Object-oriented databases complement relational databases in important ways, says Anat Gafni, VP of Engineering at db4objects, the company behind the open-source object database db4o. In this interview with Artima, Gafni explains how OO databases support agile development, and how they co-exist wit ...

 Article :: Programming with Generic Delegates in .NET Paul Kimmel explains just how straightforward Lambda expressions, generics, and delegates really ...

 Yet Another Generic Factory Method An easily-applicable implementation of the design pattern Factory Me ...

 Implementing a TString object in Delphi - String "as" Object TIPS :: How many times have you wanted to assign a string value for the "Object" parameter in, for example, TComboBox.Items? The TStrings class has a method AddObject that add ...



Next: Creating Client And Server-Side Form Validation Using The Validator Toolkit For ASP.NET MVC



Post Comment

Name:


Email:
 (Optional. Used for Notification)

Title:

 
Comment:


Validation Code:
 <=>  (Enter this code in text box)





Latest Articles

 

Popular Articles

Sponsored Links