Posted by Justin on May 25, 2010 in
Programming
I’m working on a project today that deals with date ranges being stored in SQL Server. Imagine a row in a table with a starting and an ending date. My desired output is to transform each single row into several, one for each date within the given date range.
Read more…
Tags: cte, recursive, sql
Posted by Justin on Feb 20, 2009 in
Programming
I have a working solution to the embedded image in an embedded stylesheet problem, but I would appreciate any suggestions for improvement. This does its own substitution of the CSS file in the Designer class for the IDE. Transparency in PNGs don’t work so far, however. I’ll post some of the code here, but a full example solution is available for download. I’d love to hear comments on this. Thank you! Read more…
Tags: ASP.NET, C#, Programming