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
NetSparkle is a C#, cross-platform, highly-configurable software update framework with pre-built UI for .NET developers compatible with .NET 4.6.2/.NET 6+, WinForms, WPF, and Avalonia; uses Ed25519 signatures. View basic usage here in the README and try the samples for yourself.
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.
This repository contains a simple calculator application built using Windows Forms in C#. The calculator supports basic arithmetic operations and has features for evaluating complex expressions with parentheses and handling square root operations.
A simple two-player Tic-Tac-Toe game built using Windows Forms in C#. Players take turns placing X and O on a 3x3 grid. The game highlights the winning combination and provides an option to restart. This project demonstrates basic UI design, event handling, and game logic in C#.