October 2010 Entries
We’re looking for a .Net services developer, mid-senior range: http://tbe.taleo.net/NA8/ats/careers/requisition.jsp?org=INTERBANK&cws=1&rid=86. I’m not interested in hearing from recruiters, and I’d prefer direct contact so if you know someone, have them contact me. The position is for Salt Lake City, UT local applicants only.THIS POSITION IS CLOSED
My last post addressed generating Guid values which were sequential across system boundaries. The problem with other algorithms is two-fold. First, they are only sequential for a single system. Second, they are based off the MAC address of the system on which they were generated. When you need to generate client id values and store them in an SQL database these two properties create fragmented indexes and increase the number of page splits. My last attempt was OK, but a problem with the algorithm was that the values were only sequential to an accuracy of 1 millisecond. While...
As promised, here are the files from my Utah CodeCamp presentation. The source code represents the final solution including topics I didn’t get to in the presentation because of time. Soure Code PowerPoint Presentation