Various Mini Projects and Demo's
Create a working analog clock in WPF C# with the Arction Gauge Library. This clock has many options for styling.
View projectEasily create HMTL Controls in Bootstrap style by overriding @Html.ControlFor<> with C# Extensions.
View projectCreate your own list with Timer steps that consists of x second. The full Timer starts fullscreen and handles all the steps in order.
View projectDemo with Cropper.js and SixLabours ImageSharp to crop, rotate, flip images in backend C# code after uploading.
View projectDisplay the webcam feed in a C# WPF App. It can also direcyly scan a QR Code when displayed in front of the camera.
View projectMake a div draggable with jQuery JavaScript that stays within the Viewport and works on Touch devices.
View projectA simple C# Console App that creates and then deletes a file in your OneDrive folder to trigger OneDrive to synchronize.
View projectDrag and Drop icons to and from a Google map and get the coordinates for further use with JavaScript. The Dutch provinces are also colored.
View projectBasic tutorial about how to edit, update and delete items in a WebForms GridView. The demo also uses UpdatePanel and jQuery DataTables.
View projectSplit an image in separate parst and optionally create a mosaic. Can make a mosaic in Lego colors.
View projectDemo for creating a searchable index from a database or other (external) source and perform a search on that index using Lucene 4.8.
View projectDetermine the correct Märklin Dipswitch settings bases on a decoder address or get the address by changing the Dipswitches positions on the decoder.
View projectMerge 2 or more PDF files to a single document in memory without writing the files to the disk with C#.
View projectA kind of Start Menu App in WPF C# where you can add a shortcut yourself so you can always have your most used programs with one click.
View projectRead a QR Code from a Stream or File with ZXing.Net and C#. A QR Code can also be read from a desktop (screenshot).
View projectWPF C# desktop app of a 2 factor authenticator that scans a QR code one time and then generates a 6 digit code every 30 seconds.
View projectC# code to generate barcodes with the Zen Barcode Rendering Framework. 13 different barcode types are available.
View project