Search

Categories

On this page

Parallel computing with sockets
General Questions
Securing your password transfers with Keyed-Hashing (HMAC/Cram-MD5)
Marshalling: Using native DLLs in .NET
Simple AJAX

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] | | # 
# Thursday, 30 October 2008
Thursday, 30 October 2008 17:48:29 (W. Europe Standard Time, UTC+01:00) ( Q & A )
Post your general questions here...
Comments [3] | | # 
# Tuesday, 30 September 2008
Tuesday, 30 September 2008 15:49:26 (W. Europe Standard Time, UTC+01:00) ( Security )
Checking passwords the secure way. This post explains how you can implement a secure password system. A system where you don't have to send your password over the internet to be validated. It explains about HMAC and Cram-MD5. Some examples (in C#.Net) are included to demonstrate implementation of the system.
Comments [0] | | # 
# Friday, 29 August 2008
Friday, 29 August 2008 13:25:57 (W. Europe Standard Time, UTC+01:00) ( .Net )
How to use a native DLL (or C++ DLL) in your managed .Net code? This post shows which types are interoperable, how to import a DLL, how to pass strings, how to pass structures and how to de-reference pointers.
Comments [25] | | # 
# 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] | | #