All pages tagged coding
Developing .NET without an IDE
It might be a wrong decision for a .NET developer to switch to OS X. Granted, Mono simply works and that in itself is fabulous news. The C# compiler it ships is mature, stable and produces efficient code. Heck, even the Windows Forms implementation is completely usable.
But how to develop? Read »
Java and the Joys of Serializing Objects into RandomAccessFiles
Some bumps on the road ¶
Recently (like 5 minutes ago) I was trying to serialize an Object into a file, using the RandomAccessFile Class. After a bit of head-scratching and some google-action I found a little FAQ that apparently was determined to make my day even worse. Read »
