Telligent’s Graffiti hasn’t quite flatlined yet, but the signs aren’t looking too good. Could OSS be the way to breathe life back into this once-promising CMS platform?
Continue reading "Open Source or Die – The *Real* Future of Graffiti?"
Telligent’s Graffiti hasn’t quite flatlined yet, but the signs aren’t looking too good. Could OSS be the way to breathe life back into this once-promising CMS platform?
Continue reading "Open Source or Die – The *Real* Future of Graffiti?"
It’s kinda fun getting your picture in the local newspaper, isn’t it?
Continue reading "Warning: Studly Alert!"
My last "versus" post seemed to elicit a good number of interesting responses. Today, I'm musing about Singletons vs. Static Classes -- two constructs which appear to accomplish the same task. Or do they?
Continue reading "Singletons vs. Static Classes"
For all you BeerHouse fans waiting for ASP.NET 3.5 Website Programming Problem - Design - Solution, I'm afraid the news hasn't been very good.
Continue reading "Still Waiting for ASP.NET 3.5 Problem - Design - Solution?"
This is something I’ve gone back and forth on for a while now. Having faced this decision once again in my latest project, I figured it was time to solidify my thoughts on it. Here’s my take on the seemingly endless Interface vs. Abstract Base Class debate.
Continue reading "Interfaces vs. Abstract Base Classes"
In case you've been wondering where I've been and why I haven't blogged much lately, I've been putting the finishing touches on my latest e-book, Robust ASP.NET Exception Handling (ISBN 978-0-470-50367-6), which will available from Wrox by the end of this month.
Continue reading ""Robust ASP.NET Exception Handling" Sneak Peek"
Given the fractured state of the ALT.NET movement, some are calling for a set of "commandments" that set down once and for all what ALT.NET is all about. Is that really such a good idea?
Continue reading "Does ALT.NET Need a Dictator?"
Just a quick heads-up for you all, as I assume this may affect many readers of this blog.
It appears Microsoft made a boo-boo with a recent Windows Defender signature file that has made the ASP.NET Development Server stop working for many folks.
Continue reading "ASP.NET Development Server / Windows Defender Issue"
Need to check if a table exists in your SQL Server database before you do something with it? Here's a quick way to do that in both C# and VB.NET.
Continue reading "Check if a Table Exists in a SQL Server Database"
Resetting paging in a GridView is way easy. For a ListView, not so much. There's actually no such property as PageIndex with ListView, so we need to dig into the internals of the DataPager to perform this common task.
Continue reading "Resetting the Page Index in a ListView"