https://github.com/junian/dotnet-winforms-apps
.NET WinForms Apps
https://github.com/junian/dotnet-winforms-apps
dotnet winforms winforms-application
Last synced: about 2 months ago
JSON representation
.NET WinForms Apps
- Host: GitHub
- URL: https://github.com/junian/dotnet-winforms-apps
- Owner: junian
- License: mit
- Created: 2024-05-10T01:26:29.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-10-28T06:49:38.000Z (8 months ago)
- Last Synced: 2026-02-19T17:41:37.073Z (4 months ago)
- Topics: dotnet, winforms, winforms-application
- Language: C++
- Homepage: https://junian.net/tags/winforms
- Size: 4.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
- License: LICENSE
Awesome Lists containing this project
README

# .NET Windows Forms (WinForms) Apps
A collection of example WinForms apps.
## Content
- [Bouncing Ball Sim](/src/bouncing-ball/) - A simple bouncing ball with physics simulation.
- [Contact Manager](/src/contact-manager/) - A simple contact manager where user can add, edit, list, and remove contact from SQLite Database.
- [Draw 2D Primitive](/src/draw-2d-primitive/) - How to draw primitive shapes with .NET
## License
[MIT](./LICENSE).