The Artima Developer Community
Sponsored Link

.NET Buzz Forum
Most complex data structure ever?

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Dan Fernandez

Posts: 456
Nickname: danielfe
Registered: Aug, 2003

Daniel Fernandez is the Product Manager for C# in the developer division at Microsoft.
Most complex data structure ever? Posted: Jan 27, 2005 10:04 AM
Reply to this message Reply

This post originated from an RSS feed registered with .NET Buzz by Dan Fernandez.
Original Post: Most complex data structure ever?
Feed Title: Dan Fernandez's Blog
Feed URL: /msdnerror.htm?aspxerrorpath=/danielfe/Rss.aspx
Feed Description: Dan discusses Dot Net.
Latest .NET Buzz Posts
Latest .NET Buzz Posts by Dan Fernandez
Latest Posts From Dan Fernandez's Blog

Advertisement

Reader Question: What's the most complex data structure you've ever run into or had to program against?

My personal one was the "Mortgage Industry Standards Maintenance Organization" (you can download it if you're bored) which is a monster DTD that includes just about everything a real estate/mortgage or financial company could want.  In any case, creating "fake" data [for a customer prototype using BizTalk] for this thing was tough, and showing how each different partner organization could use part of this data in their application as part of an orchestrated process was tougher.

Here's another one (although I haven't written code for this), the Visual Studio 2005 has a way to export your IDE settings into a *.vssettings file. So I did this with C# Express and I got a nice 400K size text file. Ouch! To be fair, most of the size appears to be Base64 encoded data which bloats the file size quite a bit.

Back to the question: What's the most complex data structure you've ever run into or had to program against?

Read: Most complex data structure ever?

Topic: Visual Studio Hacks Book Previous Topic   Next Topic Topic: My blog supports nofollow

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use