Tutorials
Step-by-step guides for common tasks with sharp-runtime.
Using Collections
How to use List<T>, Dictionary<K,V>, HashSet, Queue, and Stack. Mapping from C# to sharp-runtime.
Porting a C# Class
Step-by-step guide to porting a C# class to sharp-runtime. Covers properties, events, strings, arrays.
Working with Files
Reading and writing files with FileStream, StreamReader, StreamWriter, BinaryReader, and BinaryWriter.
Using Events
Declaring and firing events with EventHandler<T>. Subscribing with lambdas.