Search

Categories

On this page

Parallel computing with sockets
Simple AJAX
Creating a custom authentication sink for IIS SMTP or Exchange
File-locking over multiple systems

Statistics

Total Posts: 9
This Year: 0
This Month: 0
This Week: 0
Comments: 42

Feeds

RSS 2.0 | Atom 1.0 | CDF

Contact

Send mail to the author(s) E-mail

 

Sign In

# Friday, 07 November 2008
Friday, 07 November 2008 22:46:56 (W. Europe Standard Time, UTC+01:00) ( .Net | Methodologies | Techniques )
This article describes the issues (and solutions) around parallel programming with sockets and goes deeper into the difference between Concurrent vs Parallel, Threads vs Tasks and Imperative vs Functional. Example source code included.
Comments [1] | | # 
# Sunday, 17 August 2008
Sunday, 17 August 2008 12:43:01 (W. Europe Standard Time, UTC+01:00) ( Script and HTML | Techniques )
AJAX the simple way. Without XMLDocuments and frameworks. Just plain DHTML
Comments [0] | | # 
# Wednesday, 13 August 2008
Wednesday, 13 August 2008 19:26:56 (W. Europe Standard Time, UTC+01:00) ( .Net | Microsoft SMTP | Techniques )
How to create a custom AUTH sink for Microsoft SMTP. The post shows you how the managed wrappers are used, how to read the protocol input, how to write protocol output, how to read additional lines of input after the bound event is done with the SetCallback method, how to create new authentication schemes, how to set the CommandStatus, how to use the session's propertybag, how to accept or decline within the protocol, and more...
Comments [10] | | # 
# Saturday, 09 August 2008
Saturday, 09 August 2008 15:31:09 (W. Europe Standard Time, UTC+01:00) ( FileSystem | Techniques )
How to lock files over multiple systems pointing to the same storage...
Comments [0] | | #