June 2003 - Posts

30 June 2003
Code organization, namespaces, components and so forth
When working with Java at least one thing is pretty straight forward. You use packages and they have to map directly to directories on the harddrive. .NET is nicer and allows you to do whatever with sourcefiles, namespaces and project files. This can cause a real mess though, if you don't have a well... Read More...
28 June 2003
PDF tools for .NET revisited
Seems like tools for PDF creation in .NET is popping up like mushrooms (norwegian expression). Thomas Johansen commented the native way of doing it back in feb. I did a scan in march and looked into NFop . Fabrices SharpToolbox has a growing list. Recently I discovered PdfCreator on gotdotnet written... Read More...
28 June 2003
Will code for PDC ticket
As mentioned earlier, I'm going to the westcoast of the US this fall to attend OOPSLA . Somehow they've managed to place this on the same dates as PDC . I want to be able to see both, but programming backpackers can't even afford the exhibition-only pass at PDC. Anyone know of a contest, lottery or something... Read More...
21 June 2003
I am a Bachelor of Information Systems :-)
Last week I completed my degree: Bachelor of Information Systems! Last friday we celebrated the accomplishment in Oslo. As class president I hosted the celebration dinner and festivities. The party was a smashing success with live band, standup and tapas. Because of that party (lots of hassle arranging... Read More...
21 June 2003
To ORmap ORnot To ORmap
The discussion on OR mapping and the use of datasets vs. custom domain entity objects is running hot on Andres blog. Frans Bouma and Jesse Ezell took a look at my last entry before they moved in at Andres place. I agree with Frans refinement of what OR mapping _is_. It will never ever solve concurrency... Read More...
19 June 2003
Remoting Server and Client in same application
I've tried all day to configure a service (server) and a client on the same ASP.NET application. Others seem to have the same problem. This exception is flipping me out: RemotingException: The channel http is already registered. When I call RemotingConfiguration.Configure() with both a and a element... Read More...
Filed under:
16 June 2003
Should the struggle for OR mapping continue?
Paul Gielens is struggeling with OR mapping: I DO NOT want to use setters (at least not for the OID, not at all actually because the object is a read only except for the lazy loaded associations)… I've tried to make a similar framework but I'm leaning more and more towards discarding OR-mapping as an... Read More...
08 June 2003
Personal Blog Censorship
Roy is censoring himself because he is conserned about what future employers think of his rants. Although I have the impression that Roy doesn't have much to be embarrassed of, I've been thinking about this concern related to a custom blogtool I'm planning. I've been playing with the idea of a three... Read More...
More Posts