Software
Chinese Pinyin Learning is an app designed for learning Chinese Pinyin with...
LoanCalculator is an easy-to-use loan calculation tool. It supports amortization schedules for...
Apps
Thai Letter is a professional educational application tailored for absolute beginners, students,...
Pinyin Play is a comprehensive and professional Chinese Pinyin learning application, specially...
FastEncrypt is a lightweight secure file encryption utility powered by the AES...
MarkBin is a lightweight, fast and user-friendly Markdown editor ideal for note-taking,...
Latest Tools
Korean Hangul 40 Sounds
Consonants Vowels
Vocabulary Frequency Analyzer
Count Vocabulary in Articles & Quick Dictionary Lookup
Shelf Life Calculator
Check product shelf life
Images To PDF Converter
Images to Single PDF
Image Batch Compressor
Image Batch Compressor
Image Converter Tool
Pure Frontend Offline Conversion
QR Code File Transfer
PC ↔ Mobile File Transfer via QR Code
Local File Checksum Calculator
MD5 / SHA1 / SHA256 / SHA512
Latest Articles
C# Tutorial
Nested Code Blocks and Scope
We touched on this topic in earlier lessons, but we’ll reinforce your understanding by examining memory storage in this section. This tutorial...
C# Tutorial
Type Inference
Type Inference and the var Keyword Take a look at the code below. The data type specified at the start of each...
C# Tutorial
Method
A method is a named block of code. You can run this block by calling its name elsewhere in your program, pass...
C# Tutorial
Accessing class members from outside the class
Access modifiers only restrict code outside the class. There is no access isolation within the class. As we have learned earlier, all...