摘要:
今天看到一个Object DataBase(对象数据库) db4o db4o is the native Java, .NET and Mono open source object database. 它的使用方法和ORMAPPER工具(如DevExpress XPO)很相似。 现在我又多了一种选择,除了使用ORMapper还可以直接使用对象数据库。 阅读全文
摘要:
上个星期买了一部SmartPhone Mio8390,终于可以真正的进行Mobile开发了。 但是遇到一个问题,就是MainMenu只能包含1级子菜单,不然就会报NotSupport的Exception。 感觉能用的Control太少,下了OpenNETCF ,里面包含了一些Control。 这有一个连接:What's New in the .NET Compact Framework大... 阅读全文
摘要:
昨天看了Ice的介绍后,今天试用了一下Ice。我按照Ice的手册试验了C#的HelloWorld和Python的HelloWorld。感觉还可以,不过只是基于.NET平台的话,没有.NET Remoting开发方便的。整个开发步骤就是:1. Write a Slice definition and compile it.2. Write a server and compile it.3. Wri... 阅读全文