HJD Code Library Version 1.0

This website fatures hints and code snippets useful for app developemt in C#, Java and Python.

Copyright 2025 H. J. Dresen

coding with c#

Code snippets in C#, Java and Python

  • Images (BitmapSource and ImageSource)

    Topic Category Description
    Create Image Windows Media Create a standalone image
    Image from assets Windows Media Read a BitmapSource from app's assets
    Image from file Windows Media Read a BitmapSource from file
    Image to file Windows Media Save a BitmapSource to file
  • Bitmaps creation and management

    Topic Category Description
    Create a bitmap System Bitmap Create a bitmap in C#
    Bitmap from assets System Bitmap Read a BitmapSource from app's assets
    Bitmap from file System Bitmap Read a bitmap from file
    Bitmap to file System Bitmap Save a bitmap as .png file
  • Code snippets

    Topic Category Description
    Coords Class Define a class for (x, y) coordinates
    Network device Class Specification of a device on the network
    AES Cipher Class Encrypt or decrypt data
Page