Which Schema to Use?

While deriving .NET classes using the xml files which schema description language is used and why? Store schema or conceptual schema?
[133 byte] By [SJ0775] at [2008-2-12]
# 1

We generate .NET classes based on the conceptual schema. The conceptual schema is designed to much more closely allign with the way you want to think about and program against your data than the store schema which would normally be designed with other considerations (and the constraints of the relational model) in mind.

Does this answer your question or did I miss what you were getting at?

- Danny

DanielSimmons-MSFT at 2007-8-31 > top of Msdn Tech,Visual Studio Orcas,ADO.NET Orcas...
# 2
This perfectly answers my question. Thanks.
SJ0775 at 2007-8-31 > top of Msdn Tech,Visual Studio Orcas,ADO.NET Orcas...

Visual Studio Orcas

Site Classified