Click here to Skip to main content
15,887,135 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hey people
is there any ORM for vs.net 2008 compact framework 3.5?
i'm working on a win ce project at our company and i need to convert xml to sql db
xml contains db scheme, that's all!
any help would be appreciated!
Posted

1 solution

I don't think that creation of database out of XML with the schema means "Object-Relational Mapping". :-)

As to ORM… — the question is about ORM, right? — perhaps not in .NET FCL itself. First thing which comes to mind is the ADO.NET Entity Framework, an open-source product:
http://en.wikipedia.org/wiki/ADO.NET_Entity_Framework[^],
http://msdn.microsoft.com/en-us/data/ef.aspx[^].

You can try to find some more, from this list:
http://en.wikipedia.org/wiki/List_of_object-relational_mapping_software#.NET[^].

—SA
 
Share this answer
 
v2
Comments
Moosavi S.M. 23-Aug-12 2:14am    
i made correction to my Q!
i want to build sql database from xml(or xsd) not directly by hand!
there's a program named hibernate to do this but don't know if it's not supported in .net cf
i want program like it for .net cf 3.5!
Sergey Alexandrovich Kryukov 23-Aug-12 10:44am    
So, I've answered the wrong question... this is not a big problem though...
--SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900