About 11 results
Open links in new tab
  1. Non-recursive Permutations and Combinations - CodeProject

    Dec 22, 2010 · Enumerating permutations and combinations without recursion.Download source code - 9.28 KB Introduction Here I'll present my implementation of non-recursive permutations …

  2. Steganography 16 - Hiding additional files in a ZIP archive

    Apr 16, 2006 · Download source files - 191 Kb Introduction A Zip archive consists of local file headers, local files, and at the end of the Zip file, the central directory. When a zip application …

  3. Converting Numbers to Text in C# - CodeProject

    Jan 9, 2017 · A simple program to translate numbers into their textual representation. (To turn 1013 into "one thousand, thirteen").

  4. Winsock.NET - CodeProject

    Aug 24, 2005 · Get Try If index > Count - 1 Or index < 0 Then Throw New IndexOutOfRangeException End If Return CType(list.Item(index), Winsock_Control.Winsock) …

  5. Inserting 3D Models in Expression Blend - CodeProject

    Jun 7, 2013 · Unfortunately if you attempt to insert the 3D model EB crashes due to a System.IndexOutOfRangeException. This seems to be a bug but the situation can be …

  6. Binding a ListView to a Data Matrix - CodeProject

    May 15, 2009 · Note that the MatrixColumn can always be extended with all the properties you need to format the GridViewColumn s. To achieve this, we need to create a …

  7. Turing Machine Simulation in C# - CodeProject

    Dec 22, 2015 · Introduction Alan Turing’s idea of building a universal computing machine was truly revolutionary and it changed the face of the world. One extraordinarily simple machine …

  8. Sequence Detection With a Finite-State Machine - CodeProject

    Nov 30, 2017 · A way to build a finite-state machine identifying predefined sequences in a stream of characters

  9. Foreach On IEnumerable - CodeProject

    Apr 2, 2013 · Employee class is a single unit type in the foreach loop. We have exposed two properties Employee_Id and Employee_Name. Now let’s start creating our collection that …

  10. Exception handling in C# and ASP.NET - CodeProject

    Aug 11, 2006 · Introduction Exception handling is an in-built mechanism in .NET Framework to detect and handle run time errors. Exceptions are defined as anomalies that occur during the …