rednael
random thoughts, formed in the twisted mind of a coder...
Search
Categories
.Net
About me
FileSystem
Methodologies
Microsoft SMTP
Q & A
Script and HTML
Security
Techniques
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
|
|
Contact
E-mail
Sign In
Friday, 07 November 2008
Parallel computing with sockets
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.
Read more ...
Comments [1]
| |
Thursday, 30 October 2008
General Questions
Thursday, 30 October 2008 17:48:29 (W. Europe Standard Time, UTC+01:00) (
Q & A
)
Post your general questions here...
Read more ...
Comments [3]
| |
Tuesday, 30 September 2008
Securing your password transfers with Keyed-Hashing (HMAC/Cram-MD5)
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.
Read more ...
Comments [0]
| |
Friday, 29 August 2008
Marshalling: Using native DLLs in .NET
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.
Read more ...
Comments [25]
| |
Sunday, 17 August 2008
Simple AJAX
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
Read more ...
Comments [0]
| |