Last time I looked at Wheelmud, I decided to have a rest as I was not getting my head around the Subnsonic/Facades approach. The requirements to rebuild DAL and change DB, to add new types/things to the mud, was also not agreeing with how I would like to be expand a mud from a builders perspective. I have recently been looking at latest version of ado.net in relation to supporting what is left of WinFS. It is looking like most of the cool stuff is going ot be dropped from next release. So I started looking around for existing projects that could offer similar support. Ideally something something similar to WinFS (For example,Coffee mud has implemented a Virtual File System where files can be stored in a DB or local file system) which would be a Virtual File System allowing files and metadata to be stored in SQL would great :)
In my search for a dotnet VFS, I did not manage to find what I was looking for. But, I did find NBusiness . This seems to allow for more control than subsonic using an Entity Definition Language known as E# . Has the Facades/Subsonic approach changed much in the last few months ? Any thoughts on this anyone?
|