An Excellent DotNetNuke Tutorial
I’m back in DotNetNuke mode and while doing some refresher reading and whatnot I came across this tutorial. It’s quite […]
I’m back in DotNetNuke mode and while doing some refresher reading and whatnot I came across this tutorial. It’s quite […]
Logging out of Facebook programmatically turns out to be much more problematic that you would think. I posted the question
Well, it appears I’ve been caught in the cross-fire in some open source wars. A number of years ago, SkyBound
I really shouldn’t drink & post like last night… Anyways, cynicism and rantiness wane as sobriety returns, and here’s some
I’m a complete and total bigot. Unmitigated, complete, total bigot. The web sucks. And web APIs suck too. Especially when
As I am virtually incapable of doing anything the same way twice, I had to go out and find another
There are many ways to pass data between form in .NET. This article, Passing Data Between Forms, at the Code
DirectoryInfo is really very fast to iterate through. While working on some software, I’ve been experimenting with different approaches to
Using “false” in a conditional causes all variables in the else clause to return nothing while debugging. Huh? Yep. Here’s
While working on some threading stuff, I came across an excellent article on boxing and unboxing in C#. The author