Object-Oriented Software Development
Languages, patterns, technologies, frameworks.
Thursday, September 18, 2008
ASPNET user account folder and files
›
Did you ever thought about the folder and files created by Windows XP for the ASPNET user account? " The ASPNET user account is an int...
Tuesday, September 9, 2008
The "cookie" property of mshtml.IHtmlDocument2 does not work anymore
›
In one of our applications we host the Internet Explorer ActiveX control in a window and manually create parameters for navigation (includin...
5 comments:
Wednesday, September 3, 2008
SmtpClient exception - An invalid character was found in the mail header
›
This hit me today as I tried to move a configuration section to another configuration file. It seems that the SmtpClient class does not like...
5 comments:
Wednesday, August 27, 2008
Remote desktop to another OS and back again
›
As you surely know, XP is a single-user OS which means that there can be only a single user logged-in at one time. If the administrator logs...
Thursday, August 14, 2008
Lightweight Service Bus frameworks
›
The application environment I work on needs an architectural fundament capable of a loose-coupled integration. There's a reference handb...
1 comment:
Friday, July 18, 2008
Generating random sequences with LINQ
›
A concise random number generator Inspired by The LINQ Enumerable Class article from the lastest MSDN Magazine issue, I started to play a ...
3 comments:
Friday, July 11, 2008
C# Puzzle No. 11 (intermediate)
›
Generic list type needs an item type to be initialized: List< int > listInt; List< string > listString; ... On the other ha...
1 comment:
‹
›
Home
View web version