For those who don’t know, RDBMSX is the name I gave to a hobby project that I am working on. … More
Tag: Architecture
Milestone in this blog
A normal milestone would be # of hits. My milestone is the change from Pre-VS2008 to VS2008. I will be … More
Time for some more good links.
These are mostly MSDN, but they cover some of the most common questions that I get: Making custom renderer for … More
Human flow & Work flow
This last weekend I spent my time at a convetion, being in line after line after line. It got me … More
Should I have a log table?
This should be asked as “Should I have a _______ table?”Usually if it involves high volume of traffic or data, … More
Desktop or Web
Personally I cannot believe that this is still being treated as a controversial discussion. The answer always boils down to: … More
Another round of very Important links, and why.
PowerShell for Windows. http://www.microsoft.com/windowsserver2003/technologies/management/powershell/default.mspxThis puts batch to shame. Microsoft’s The Architecture Journalhttp://msdn2.microsoft.com/en-us/arcjournal/default.aspxOh come on, do I realy need to explain … More
Someone at MS reads my blogs
Not too long ago I posted When to use IDisposable blog entry, so MS has decided release their take on … More
Found a great leap point for architecture design.
http://www.oodesign.com/ This site has plenty of material, and it is all relevent to good OO design. Check it out!
Timestamping
This is an old topic. But is it? In this time of data marshalling via remoting and XML webservices, timestamps … More