Lance's Whiteboard
Random scribbling about C#, Javascript, Web Development, Architecture, and anything else that pops into my mind.
-
The continuing saga of issues with my Dell Axim X5 and Dell D600!
Here's another "fun" link to my ongoing demands to Dell that they fix or replace my Dell equipment!!
-
Sql Server 2000 Reporting Services
After months of developing reports with the various Beta's, its nice to finally see the official product launch.
-
Win32 to .NET API Map
Those of us coming from a background in ASP and Visual Basic have been hamstrung a bit with the .NET Framework because most of us don't have much experience with the Win32 API, and therefore didnt understand what functions each class or namespace was wrapping within the OS. Its one of the reasons I believe that many C++ programmers (esp. MFC) have seemed to have a leg-up on the rest of us.
-
Rant: Patents on Software
This SlashDot article "Parens on Patents" really struck a chord with me, and brought back alot of anger I have repressed for some time. (yes, I am seeking professional help now :p )
-
THE END IS NEAR!!!
If this article is true its time to get religion and prepare for the final days before the apocolypse, because there can be no other explanation for the headline “Sun machines to run Windows”!!!
-
internal research Xen : X#, C# { // The Future?? }
Many of us have heard the occasional rumors and comments about Microsoft working on a new XML-based programming language.
-
Export IE Favorites To OPML file!
Lastnight while working on some new RSS-related projects, I created a simple app to Export your entire list of IE Favorites to OPML (XML).
-
"VS.NET 2003 Build Here" bug-fix...
I just posted an update to the utility to fix a bug that left the /bin folder empty after a build.
-
"VisualStudio.NET 2003 Build Here" Explorer Extension
Have you ever wanted to build a project or solution without opening up Visual Studio.NET?
-
Unit Testing in .NET
TheServerSide.NET has an excellent article on Unit Testing in .NET. Having used NUnit for some time, I found alot of statements I agree with, and even a few techniques and philosophies I hadnt explored.