Do you think it will be easier to change data access model instead of programming language? I know the WinFS team has many good ideas in this area. I would prefer to access data from a programming language directly by URL and object model. For example:{ Database db = new Database("db://amazon.com"); XML list = db.Search("Author like 'Hugh Darwen'"); foreach (XML book in list) { wishlist.Add(book.Title + ", " + book.ISBN); }}
哪位知道Anders Hejlsberg的blog.暂时还是用delphi.不过c#很棒的。
I think that is terrific for C#, however, to be accurate that ability does exist today in MSFT Visual Foxpro.
COmega has a lot of data integration concepts built into it. Will any of these appear in C# 3.0? I can't say exactly, except that I was the developer that put them into COmega. Small world.