Welcome to MSDN Blogs Sign in | Join | Help

May 2003 - Posts

May you(me) live in interesting times...

Well it's that time again - today is my birthday. 31 already. Time to look back, look around, look forward. This year has been pretty interesting for me so far- after a few years of planning, my wife and I finally realized our dream of living in the US.
Posted by Addys | 3 Comments

Sanity Check - Multiple appdomains in a winforms app?

Hi guys - here is yet another question for you to ponder :) Has anyone ever come across an reasonably architectured winforms system which used multiple appdomains? We chose to do so, and now I am getting burned by the ugly hacks needed to get the thing
Posted by Addys | 3 Comments

Google's 15000 computer cluster

Web Search for a Planet: The Google Cluster Architecture An excellent read which includes some interesting design considerations for very high-throughput architectures. I wouldn't mind being exposed to that kind of project (in .NET of course)... :) Unfortunately,
Posted by Addys | 0 Comments

DataSet update questions

Just like everyone else I usually use datasets for database reads only. When updating, I simply write the changes directly to the database using SqlCommands. In my latest app I went in search of trouble and decided use .Update(DataSet) for writes. There
Posted by Addys | 9 Comments

Premptive "Matrix Reloaded" Post

5 hours and 35 min. left until the movie.... I promise to find an appropriate place to blog my non-dot-net related Matrix Reloaded impressions, and I hope everyone else does too :) And now on to the important stuff: 1. Can anyone explain why MyRecordSet.Clone()
Posted by Addys | 2 Comments
Filed under:

Easy Hex handling in .NET

Hi, This is kind of trivial, but cool anyway. Someone just emailed me this snippet of code to read hexadecimal numbers: int i = int .Parse("1FF", Globalization.NumberStyles.HexNumber)) Neat...
Posted by Addys | 1 Comments

An RSS Reader Challenge

Yo, Is anyone out there willing to take on a real challenge? Then how about adding full text indexing into your aggregators! The parsing algorithms are well documented and simpler then you might think. The actual chokepoint is usually the database, which
Posted by Addys | 2 Comments
Filed under:

Good, Bad and Ugly things about SVG

After working with SVG for a few weeks, here are my initial impressions: Includes a very friendly XML schema which is easy to implement (GOOD) Nice mix of high & low level rendering capabilities (GOOD) I couldn't find a way to control the rendering
Posted by Addys | 2 Comments

This is .NET related, remember ??

To all fellow posters: A little bit of noise is always inevitable when surfing the web, but I would like to remind you that we are posting to a site named "DOT NET WEB LOGS". There are enough other sites dealing with cellphones, PDAs, movies, action-figures,etc,
Posted by Addys | 9 Comments
Filed under:

Geek RSS Feeds - Condensed view

If you haven't seen it yet, check out the MS-related RSS feed view on http://woodster.com/rss/microsoft.aspx ... Very useful.
Posted by Addys | 1 Comments

More on Mort...

I expect only Chris can clear up exactly where the "Mort" reference originated, but my favorite Mort is the DiscWorld one: Just for the record, my pet name for the clueless masses are Lemmings :)
Posted by Addys | 0 Comments
Filed under:

So much to blog, so little time...

I've been dark for a few weeks, and will probably remain so for another month - I'm so swamped in work that I don't even have time to blog! I'm reduced to slipping in mini-posts such as this one at 3:45am, and tomorrow is a regular work day... bleh. Well,
Posted by Addys | 0 Comments
Filed under:
 
Page view tracker