Thursday, March 29, 2012

object persistence?

I read somewhere that the 2.0 framework would have built in support for object persistence. Does anyone know where i can find documentation/samples for this feature?

Thanks,
LyndonWith ObjectSpaces you can define classes and relationship between classes with XML and retrieve and store object(s) to a data source.

http://www.aspalliance.com/articleViewer.aspx?aId=248&vId=1&pId=

You also have User Defined Data Types (UDTs), with defines classes that could be saved into a database (Yukon is required). You can read about UDTs on this site:

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnsql90/html/sql_ovyukonnetprogfeatures.asp
Thank you. I stumbled upon that article about objectSpaces a couple of days ago, but didn't bookmark it. That is precisely the link i was hoping someone would post.

0 comments:

Post a Comment