February 2006 - Posts

Hiding Specific Parameters in a Reporting Services 2000 Report

Here's an interesting one we found today. We wanted to hide certain user parameters on a report while still being able to pass the report the parameter via the URL or Form POST value. This was not possible in Reporting Services 2000 pre SP1. SP1 addressed Read More

with 1 Comments

Creating a Generic Collection Class with Sorting Support in .NET 2.0

One of the coolest new features in .NET 2.0 is the introduction of Generics. For those of you that have been creating tons of strongly typed collections for your business objects I'm sure you had the same reaction I did when you heard about them. "Sweet!! Read More

with 10 Comments

Enterprise Library 2.0 Configuration Webcast

For those of you out there interesting in building (or migrating) your own blocks to support EntLib 2.0 this webcast is for you. Don't believe the description listed on the Register for EntLib 2.0 Configuration Webcast. This webcast will cover how Read More

with 0 Comments

Pretty slick AJAX Calendar WebApp

If you haven't seen it already go check out 30 Boxes. It is a web based calendar application that has extensive use of AJAX. I just played around with the demo but it looks pretty good. -Kyle Now Playing: Ozma - The Doubble Donkey Disc - Korobeiniki Read More

with 0 Comments

Collapse All Folders in VS Solution Explorer

UPDATE: Now working in Visual Studio 2005 (not yet tested in 2008, but soon) Here is a little macro I've been using for a while that I have honestly don't think I could live without at this point. One the most annoying things while working within a large Read More

with 3 Comments