Andres Aguiar's Weblog
Just My Code
-
ObjectSpaces
Some information about ObjectSpaces that was given in Luca Bolognese's presentation:
-
Avalon
I was really busy during PDC and I did not find time to blog or even to keep up with email (BTW, the DeKlarit booth stuff arrived on Monday afternoon so it was ready for the Exhibit Hall reception).
-
DeKlarit's minimalistic PDC's booth
The guy with half the booth is stuck in San Diego, and he will be arriving to L.A. around 2 PM, so it seems the Exhibit Hall will open and our booth will still be unfinished.
-
OT: How do you walk?
-
Database independent ADO.NET
One of the main complains about ADO.NET it's that you cannot write code that is database independent.
-
Ruby and Code Generation
I've been playing with Ruby the latest couple of weeks (and I'm not the only one ;).
-
Miguel de Icaza on .NET vs J2EE
Miguel has interesting comments about Java and .NET.
-
DataSets and Serialization
We all know DataSets are not good when you want to serialize them, because they always are serialized as XML + the XML-Schema even if you are using a binary formatter. This implies you get a big serialization payload and bad serialization performance each time you transfer a DataSet using Remoting or when you store a DataSet in a ASP.NET session variable, just to mention two common scenarios.
-
DataSets and Serialization
We all know DataSets are not good when you want to serialize them, because they always are serialized as XML + the XMLSchema even if you are using a binary formatter. This implies you get a big serialization payload and bad serialization performance each time you send a DataSet using Remoting or when you store a DataSet in a ASP.NET session variable, just to mention two common scenarios.
-
The problem with code generators
It's quite usual to hear "the problem with code generators is that if you change the code they generate, you lose the changes the next time you generate the code".