Category: C# / .Net / WPF
1. Download and extract the SWiG interface:Windows version available here:http://prdownloads.sourceforge.net/swig/swigwin-2.0.9.zip
IntroductionA utility in C# to use public/private key encryption of data inside large text files, before sending them over a secure connection such as SSL. As I soon found out …
Problem OutlineThis I tackled previously when working on the design and implementation of routing optimization algorithms for telecommunications networks. Given that a wide area network with nodes and interconnecting links …
This post is essentially a blatant lifting of Omar Gamil’s CodeProject article on the same subject. I have been using the project as means of getting into C# programming and …