SQL Server Everywhere is a relational store and does not have the file system integration like WinFS did. Yes, it does enable some of the WinFS scenarios. BTW, you can store data from multiple applications in the same .sdf file if they are created by the same user. That is, you can run multiple applications accessing the same .sdf file. The difference is the database (dlls) are embedded in the apps.Yes, we are exploring XML support. Do you want to just store XML docs or do you also want to query (e.g. using XPath, XQuery)?
This is very cool !!Several scenarios that I thought were possible through WinFS can be done using this edition. Well, I cannot use data of other applications but persistence and query processor by themselves give lot of power to an application and cuts down lot of custom code. Above all it is free.Do you have any plans to support XML data type?