Browse by Tags
All Tags »
VS 2005 »
Visual Studio Team System (
RSS)
Wow. We just finished up the Microsoft MIX 07 keynote address, and as Ray Ozzie and Scott Guthrie were detailing the latest announcements from the Microsoft dev front, some eyepopping demos and incredible platform announcements were made public. As I...
When creating an SSIS package, keep mind the power of creating dynamic Property Expressions. Any Read/Write property of a package, task, event, manager, etc can be manipulated at runtime via Property Expressions to change the behavior of a deployed, otherwise...
I've recently been digging into SQL Server 2005 Integration Services (SSIS), and I'm really impressed with how powerful a tool this package can be, and the wide range of tasks that can be accomplished in a short amount of time. Lately I've been researching...
Arrgh! Perhaps the most irritating project scenario I can imagine: Today is a "Build Day", so you're fired up to deploy your sweet new code... Hmm, I wonder if the client will buy us "Sweet Baby Ray's BBQ?". All I need to do is compile the latest code...
Scott Guthrie just posted an update to the release of .NET Web Application Project...looks like its slated for next Monday, May 8. I can't wait to get this, as updated support for edit and continue while debugging, team builds within VSTS and a custom...
The ASP.NET 2.0 Web Deployment Projects newest Beta has been released...
a simple example of using events, delegates, public properties and subscribing forms to capture events from one form to the next...
Working with ASP.NET 2.0's Membership and Roles classes really made user management simple...here's a quick sample of how I can add new users......
"Atlas" is the codename for ASP.NET adding support for Asynchronous JavaScript and XML (AJAX)....