visualcsharp
There are 20 repositories under visualcsharp topic.
zachweinstein/Deviant-Scroller
DeviantArt lacks a 'random' button, so I created a program to randomly select deviations from a given gallery.
mnabeelmalik/c-with-firebase-realtime-database
The program used to interact with realtime database and visual c sharp.
ArchismanKarmakar/Email-Client-Visual-C-sharp-.NET-MailKit
Simple Email Client using Visual C#, Dot NET & MailKit.
happybono/BusInfoMVCSample
Bus Information System for Gyeonggi-do (Gyeonggi Province), South Korea. The estimated arrival time is calculated based on real-time bus location data retrieved from the server once every 20 seconds. The system displays refined information on the Windows Forms Project.
happybono/BusInfoSample
Bus Information System for Gyeonggi Province, South Korea. The estimated arrival time is calculated based on real-time bus location data retrieved from the server once every 20 seconds. The system displays refined information on the Windows Forms Project.
javad1993/DLMS_Packet_Decrypter_Encrypter
This C# software provides an easy-to-use interface for encrypting and decrypting DLMS (Device Language Message Specification) packets. Designed with efficiency and reliability in mind, it is a valuable tool for professionals working with smart metering protocols and secure communication.
ajkh35/App1
My first UWP app
andriy232/AdvancedCalculator
Recruitment task
beslagicadin/Pong
Visual C# game Pong
MTadder/MTLib-VisualCSharp
🔬 a general purpose computing library, written in, and for Visual C#.
MTadder/MTSRCDS
⚙️ a (Valve) Source dedicated server manager.
Srijan2001/Museum_Management_System
A Database Management System created for museum for easier maintenance. The project is built using Visual C# (Visual Studio) for Frontend and MySql for Backend.
BalioFVFX/Light-Bulbs-Solution
Light bulbs problem solution (GUI)
brunobaruffi/VisualStudioCsharpSQLite
Exemplo de conexão de Visual C# com o banco SQLite
MTadder/MTGACT
🤖 MT's Godot Addon Creation Tool
pavillalta/juego-de-parejas-visual-csharp-grupo3
Juego de parejas que permite dar clic sobre un tablero de 4x4, haciendo un total de 8 parejas por completar. Cortesía de Carlos contreras (Grupo3), estudiantes de Ingeniería en Sistemas, basándose en ejemplo de microsoft library.
pavillalta/prueba-matematica-visual-csharp
Juego de prueba matemática. Cortesía de Steven Amílcar Quintanilla Villalta, Programación I A2IS (Grupo2), estudiantes de Ingeniería en Sistemas, basándose en ejemplo de microsoft library.
pavillalta/semana3-estructuras-de-control
En este proyecto de consola en Visual C# se ha creado un menú de opciones haciendo uso de estructuras de control. Con la estructura repetitiva While se crea la repetición del menú y con la estructura de casos Switch se realiza la ejecución de los métodos creados dentro de la clase principal. También se realiza la repetición con la estructura de casos, pero es más recomendable usar la estructura de repetición While.
pavillalta/Semana4-primer-proyecto-formularios-vcsharp
Primer proyecto de formularios, con el uso de controles básicos y avanzados. Prueba matemática con función random y uso de temporizador.