Software
English-for-beginners Welcome to English for Beginners. This app includes an alphabet table,...
Korean for BeginnersLearn Korean the easy way!Korean for Beginners is your free...
Japanese for beginners - Learn Japanese Assistant Japanese for Beginners is a...
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 for beginners
Korean Consonants Vowel Spell
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
Latest Articles
HttpLib Tutorial
GET Requests
JumpKick.HttpLib — GET Requests 1. Basic Syntax Http.Get("target‑url") .OnSuccess(result => { // Success callback: receives raw HTML source text }) .OnFail(webexception =>...
HttpLib Tutorial
Overview
Brief Introduction to HttpLib (C# .NET Framework) 1. Library Overview HttpLib (by James Thorne) is a .NET HTTP request helper library released...
Dapper Tutorial
Multi‑table JOIN relational query
Dapper Query<T1,T2,TReturn>() implements one‑to‑one table join mapping Syntax explanation: Query<PrimaryEntity,RelatedEntity,ReturnEntity>(sql, mapping delegate, parameters) Mapping delegate: accepts the two entities fetched from the...
Dapper Tutorial
Multi‑statement Operations
Dapper Multi‑Statement Operations with QueryMultiple QueryMultiple(): Executes multiple SQL queries over one open connection and returns multiple result sets at once. Separate...