Welcome to Geekdojo Sign in | Join | Help

Monday, November 24, 2003 - Posts

Google has graced me with a #5 hit on the search terms (order sensitive) “C# .NET blogs”.  (BTW if you're reading this past late Nov/2003 - this probably won't be the case anymore).  This puts me up there with Don Box, GotDotNet.com, MSDN and 4guysfromrolla... Read More
I leave most of the Sql posting to Ryan but I will post this: The Excel worksheet function Days360 in a Sql function (sans the documented bug that incorrectly calculates the days for the end of February): CREATE FUNCTION dbo.fnDays360( @startDate DateTime, Read More
Some interesting discussion about accessing multiple (but known) types from a single array on Google Groups.  My solution involved using StructLayout to create a union-ed struct that contained the types you wanted to access being up to 40% faster than Read More