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
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
AES File Encrypto And Decrypto
Local File AES Encryption Tool
AES Text Encrypt / Decrypt Tool
AES-256-CBC Text Encrypt & Decrypt
Savings Interest Calculator
Savings Interest
Latest Articles
C# Tutorial
Access Modifiers
Inside a class, any member function can directly access all other members of the same class by name. Access modifiers are optional...
C# Tutorial
Instance Members
A class declaration acts like a template or blueprint. You can create any number of class instances from it. Instance Members: Every...
C# Tutorial
Class definition
Procedural Programming vs Object-Oriented Programming Before the emergence of classes, languages such as C had no concept of classes. Programming languages without...
C# Tutorial
Variable
Classification of Value Types and Reference Types Predefined Built-in Types CategoryIncluded TypesValue Types (Primitive Numeric / Boolean / Char)Signed integers: sbyte, short,...