You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tax Calculator desktop app built with C# and Windows Forms — features real-time tax computation, session history tracking, and layered input validation. First project in the WinForms self-practice series | Course 14 – C# Level 1 | Programming Advices Roadmap.
Text Encryption Form — C# desktop app using Caesar Cipher to encrypt and decrypt text with a bounded security key, clipboard copy, and timestamped history log. Second project in the WinForms self-practice series | Course 14 – C# Level 1 | Programming Advices Roadmap.
Age Calculator Form — C# desktop app that calculates exact age in years, months, and days, plus total time lived in all units, day of week born, and days to next birthday. Three-layer input validation with granular clear logic. Fourth project in the WinForms self-practice series | Course 14 – C# Level 1 | Programming Advices Roadmap.
String Manipulation Form — C# desktop app with live TextChanged updates for character & word count, first & last word tracking, + case operations, trim, remove spaces, find & replace (all or first only), and substring extraction + full validation. 5th project in the WinForms self-practice series | Course 14 – C# Level 1 | ProgrammingAdvices Roadmap
Password Generator Form — a C# desktop app that generates secure passwords, multi-word keys, and GUIDs from one unified interface, with adjustable word count, word length, and character type. Third project in the WinForms self-practice series | Course 14 – C# Level 1 | Programming Advices Roadmap.