Browse by Tags
All Tags
»
.NET FX 2.0
(
RSS
)
.NET FX 1.1
.NET FX 3.0
ADO.NET 2.0
ASP.NET 2.0
Community
Conferences
Debugging
Humor
O/R Mapping
Oslo
SQL Server
Testing
Tools and Utilities
Visual Basic
Visual Studio 2005
02 juni 2009
Developer Days 2009
Last week Microsoft The Netherlands held another great edition of the Developer Days. With a fantastic line-up of speakers and a smooth organization I guess everyone must have enjoyed it. I know I had a good time and hope you did as well. Thanks to those of you who attended any of my sessions. I have...
Read More...
30 augustus 2008
Golden Oldie: Dynamically generated thumbnails article
Related to my previous post on dynamic images , a long way back I wrote a two-part article for the now deceased (paid) website ASPToday . It was about a HttpHandler implementation that would generate a thumbnail image from an existing image. The handler was accompanied by a server control that would...
Read More...
29 augustus 2008
Trivia fact: ASP.NET dynamic images retro
You can find a nice release of the ASP.NET team for dynamically generated images for web applications on the Codeplex website. Others have already blogged about this, such as Scott Hanselman and David Hayden , so I'm not going to repeat that. I do want to add some information to this though. It's...
Read More...
24 december 2007
Command-line argument parser
This post has been in my Drafts folder for quite some time. Read on if you are interested in command-line argument/parameter parsing. I've blogged a couple of times on the Ventrilo (now on version 3.0) proxy and status port that Divinity and myself wrote. The console application that works both as a...
Read More...
10 februari 2007
The importance of releasing COM objects
Over the weekend I have been working on a project that involves a file processor service. The purpose of the service is to watch one or more folders and dispatch the incoming files to a corresponding file processor. One of the processors uses Captaris Alchemy , a document management repository, to store...
Read More...
31 december 2006
Prepping for exam 70-551
Apparently the boyscout motto is to "always be prepared". This certainly holds true for Microsoft Certificied Professional (MCP) exams. Last week I took the exam 70–551: UPGRADE: MCAD Skills to MCPD: Web Developer by Using the Microsoft .NET Framework . Here is how you can be prepared. Know this: The...
Read More...
20 december 2006
Never-ending story of Close versus Dispose
Erno de Weerd recently posted a blog entry on how SqlConnection.Dispose removes the connection from the connection pool. He concluded this after looking in Reflector and seeing this: 1 protected override void Dispose( bool disposing) 2 { 3 if (disposing) 4 { 5 this ._userConnectionOptions = null ; 6...
Read More...
29 maart 2006
RAD Race 2006 results: Class-A finishes 4th
A while ago I blogged about Class-A participating in the RAD Race 2006 . The team that spent two days in a too small room with about 25 other people consisted of Dennis van der Stelt and myself. We had to wait quite a while to get the results, but they were announced today at the Database Systems 2006...
Read More...
21 januari 2006
Releases for VS2005RTM
Just a set of links to stuff that has been released for the VS2005 RTM: Enterprise Library 2.0 Visual Studio 2005 Extensions for Windows Workflow Foundation Beta 1.2 (from Marc van de Wert 's log) Now you know as well.
Read More...
18 januari 2006
Array casting weirdness
The .NET runtime is type-safe. Sometimes compilers perform magic for us, that make us think that one type is substitutable for another. VB.NET is such an example. The VB compiler will cast and convert for you automatically if possible. You can turn this behavior off by specifying Option Strict On. A...
Read More...
Home
Contact
Alex Thissen Weblog Build 1.15.10.1971
Disassembling my brain
RSS for Posts
Atom
RSS for Comments
Recent Posts
Developer Days 2009
Golden Oldie: Dynamically generated thumbnails article
Trivia fact: ASP.NET dynamic images retro
Command-line argument parser
The importance of releasing COM objects
Tags
.NET FX 2.0
.NET FX 3.0
.NET FX 3.5
.NET FX 3.5 SP1
AJAX
ASP.NET 2.0
C# 3.0
Community
Conferences
Gaming
Humor
Linq
O/R Mapping
Personal
Projects
Protocols
Security
Talks
Testing
Tools and Utilities
Visual Studio 2005
Visual Studio 2008
WCF
Web Services
Windows OS
Archives
augustus 2009 (7)
juli 2009 (2)
juni 2009 (2)
mei 2009 (1)
maart 2009 (3)
februari 2009 (2)
januari 2009 (2)
november 2008 (1)
oktober 2008 (3)
augustus 2008 (4)
juli 2008 (3)
juni 2008 (1)
mei 2008 (1)
april 2008 (1)
maart 2008 (3)
februari 2008 (2)
januari 2008 (1)
december 2007 (3)
november 2007 (2)
oktober 2007 (1)
september 2007 (2)
augustus 2007 (2)
juli 2007 (6)
juni 2007 (1)
mei 2007 (1)
april 2007 (8)
maart 2007 (4)
februari 2007 (10)
januari 2007 (6)
december 2006 (14)
november 2006 (11)
oktober 2006 (3)
september 2006 (1)
augustus 2006 (3)
juli 2006 (12)
juni 2006 (8)
mei 2006 (2)
april 2006 (3)
maart 2006 (10)
februari 2006 (1)
januari 2006 (5)
december 2005 (5)
november 2005 (6)
oktober 2005 (9)
september 2005 (15)
augustus 2005 (6)
juli 2005 (16)
juni 2005 (9)
mei 2005 (3)
april 2005 (6)
maart 2005 (6)
februari 2005 (8)
januari 2005 (3)
december 2004 (6)
november 2004 (8)
oktober 2004 (4)
september 2004 (6)
augustus 2004 (6)
juli 2004 (11)
juni 2004 (14)
mei 2004 (24)
april 2004 (10)
maart 2004 (19)
februari 2004 (24)
januari 2004 (24)
december 2003 (9)
november 2003 (4)
oktober 2003 (3)
Search
Go
Community
Home
Blogs
Media
Wikis
Groups
Email Notifications
Events
I'll be there!