.NET

Tetris Game using C# WPF with Source Code

About This Tetris project is a simple single-player game developed in Visual Studio using C# language and ( WPF) Windows Presentation Foundation UI Framework. The Tetris works like some other Tetris game applications which is the goal of the player is to destroy a line/lines of blocks to prevent square/boxes block reach the top. The blocks can also be rotated and sprint dropping. Download the

Senior High Enrollment Management System Using Bunifu Frameworks with Full Source Code

Senior High Enrollment Management System Using Bunifu Frameworks with Full Source Code The Senior High Enrollment Management System is an automated system that is made up of Visual Basic, MySQL for the database and Bunifu Frameworks. The admin is the one who plays an important role in all of the management and functions of the Senior High Enrollment Management System. It has a modern design to

Modern Hospital Management System Using Bunifu Framework with Full Source Code

Modern Hospital Management System Using Bunifu Framework with Full Source Code The Modern Hospital Management System is an automated system that is developed using VB.Net, Bunifu Frameworks and MySQL for the database. The main purpose of the Modern Hospital Management System is to simplify the distribution of records of the patients from the admission, Discharge, Diagnostic test result and many

Modern Employee Management Software Using C#.net and Bunifu Framework with Full Source Code (2020)

Modern Employee Management Software Using C#.net and Bunifu Framework with Full Source Code (2020) This is a Modern Employee Management Software is made of C#, MySQL database, and Bunifu Framework. It is a Smart & Secure solution With a Fast Retrieval & Processing. The implementation for user interface and experience was made using Bunifu UI WinForms and Bunifu DataViz. The controls used of Modern

How to Create a Proxy Grabber/Scraper in Visual Basic

Introduction: Welcome to my tutorial on how to create a proxy ip:port grabber. Steps of Creation: Step 1: First create a form with one button, this will allow the user to select a save location and begin the process. We also want to import a few things and create a global string of the link in which we want to extract the proxy information from...
  1. Imports System.Text.RegularExpressions
  2. Imports System.Net