G
groups
I'm very new to C# and Object Oriented languages in general. I'm
preparing to write a bookmarking application that needs to store
bookmarks and folders in a hierarchy. I'm thinking that I could create
bookmark and folder objects, the folders object having a collection of
other folder and bookmark objects. I think I can handle storing and
retrieving the hierarchy in my SQL Server, but I'm not sure what the
best way to handle them in the code is. Any suggestions.
I'll be using this solution in ASP.NET applications and we could
probably expect upwards of 1000 bookmarks and folders.
Thanks for any suggested solutions or resources.
Nate Baxley
preparing to write a bookmarking application that needs to store
bookmarks and folders in a hierarchy. I'm thinking that I could create
bookmark and folder objects, the folders object having a collection of
other folder and bookmark objects. I think I can handle storing and
retrieving the hierarchy in my SQL Server, but I'm not sure what the
best way to handle them in the code is. Any suggestions.
I'll be using this solution in ASP.NET applications and we could
probably expect upwards of 1000 bookmarks and folders.
Thanks for any suggested solutions or resources.
Nate Baxley