AmirAbdollahi /
calculatorwindows
A basic Windows Forms calculator built with C# and .NET Framework. It supports standard arithmetic operations with a simple, user-friendly interface designed for desktop environments.
Loading repository data…
excd / repository
A simple .NET calculator application made using C# and WinForms.
A simple .NET calculator application made using C# and WinForms.
Copy and paste available with keyboard shortcuts or menu options.
Numbers consisting of more than 18 total characters are rounded (NOTE: characters not digits).
Please note that this is not intended for any serious use. It is a simple project made for learning purposes and has not been thoroughly tested.
Selected from shared topics, language and repository description—not editorial ratings.
AmirAbdollahi /
A basic Windows Forms calculator built with C# and .NET Framework. It supports standard arithmetic operations with a simple, user-friendly interface designed for desktop environments.
Shahriyarrrrr /
A simple calculator application built with C# and Windows Forms (.NET Framework).
C0MPL3XDEV /
A simple RPN calculator project with GUI interface developed with Avalonia UI Framework to learn the basics of GUI development with C# and .NET
sebastianvasquezechavarria1234 /
🎯🧮This is a simple yet effective C# Console Application designed to demonstrate the fundamental concepts of the .NET framework.
pedroka-dev /
🧮 A simple console calculator made in C# .NET that can solve basic mathematic operations between two numbers.
Calculator with Dynamic Interface is a C# Windows Forms application developed using .NET. The calculator interface is generated dynamically at runtime, providing users with a simple tool to perform basic arithmetic operations such as addition, subtraction, multiplication and division.