VB.Net Project Tutorial for Beginners – Full VB.Net Programming Project Course [ WITH SOURCE CODE ]



VB.Net Full Project Tutorial for Beginners From Scratch Step by Step With Source Code

▶ Get This Project Source Code: https://1bestcsharp.blogspot.com/2019/08/vbnet-hotel-management-system-source-code.html

——- MORE VB.NET PROJECTS IN ONE VIDEO ——-

“Visual Basic .Net Programming – VB.Net Application With Source Code”:
https://www.youtube.com/watch?v=KGvHy1HMz3c

“VB.Net Step By Step Project For Beginners With Source Code – VB.Net Project Tutorial”:
https://www.youtube.com/watch?v=SAbdkMEHXdA

——– Check out my VB.Net Projects ———-

▶ Inventory Management System – http://bit.ly/Vbnet_Inventory_System

▶ Students Information System – https://bit.ly/Vbnet_Students_System

▶ Contacts Management System – http://bit.ly/Vbnet_Contacts

▶ Real Estate Management System – http://bit.ly/VBNet_RealEstate

▶ Library Management System – https://bit.ly/3A7hrXE

▶ All My Programming Projects Here – http://bit.ly/2HrU8hK

▶ My Source Code Store Here – http://bit.ly/2OsC0TU

——- PROJECT DESCRIPTION ——-

in this visual basic .net project we will create a simple hotel reservations system with mysql database
to manage clients, Rooms and Reservations.

HOW THIS VB.NET PROJECT WORK?
before getting access to the hotel app main from the user need to provide his username and password
if the username or the password are wrong an error message will popup
– the manage clients form:
here the user can see all clients in a datagridview
add a new client
edit the selected client
remove the selected client

– the manage rooms form
here the user can see all rooms in the hotel displayed on a datagridview
the rooms type displayed on a combobox
add a new room
edit the selected room
remove the selected room

– the manage reservations form
here the user can manage the hotel reservations, and see all reservations displayed on a datagridview
to add a new reservation the user need to select a the client, the room and the date in + date out
the date in when the room reservation will start must be equals to today date or higher
the date out when the user will leave the hotel must be equals or higher to the date in

the mysql database schema:
or database will contains 4 tables:
1 – the rooms categories table where all the rooms type are stored with the price of each category
2 – the rooms table where all rooms are stored with their numbers.
3 – the clients table where we store all the clients information,
4 – the reservations table where we store all clients reservations, this table contains which room the client has reserved,
date in and a date out to know when this reservation will start and when it will end

WHAT WE ARE GONNA USE TO BUILD THIS VB.Net PROJECT:
– Visual Basic .Net Programming Language.
– Visual Studio Editor.
– MySQL Database.
– XAMPP Server.

VB.Net CONTROLS WE WILL USE IN THIS PROJECT:
– Windows Form
– Panel.
– DataGridView.
– TextBox.
– Button.
– Label.
– ComboBox.
– PictureBox.
– MenuStrip.
– RadioButton.
– DateTimePicker.

WHO IS THIS PROJECT FOR:
this project is for vb.net beginners and anyone who want to learn vb.net by building projects

WHAT TO NAME THIS PROJECT
you can name this project what ever you want, but i will give you 4 recommandation:
1 – vb.net hotel management system
2 – hotel reservation system in vb.net
3 – vb.net management system for hotel
4 – hotel reservation manager system in visual basic .net

DO I NEED TO LEARN VB.NET FIRST BEFORE START CREATING THIS PROJECT ?
beore you can start building this project you need some basics and you know what i have a lot of videos to check out

—– VB.Net Tutorials ——–

▶ VB.Net Login and Register Form – http://bit.ly/Vbnet_Login_Form

▶ VB.Net Calculator – http://bit.ly/Vbnet_Calculator

▶ VB.Net Tic Tac Toe Game – http://bit.ly/Vbnet_TicTacToe

▶ VB.Net TreeView Tutorial – http://bit.ly/Vbnet_TreeView

▶ VB.Net and MySQL Tutorials Using Visual Studio – http://bit.ly/VBNET_MySQL

▶ VB.NET And SQL Server Tutorials – http://bit.ly/VBNET_SQL

▶ VB.NET DataGridView Tutorials – http://bit.ly/Vbnet_DataGridView

▶ VB.Net Tutorial For Beginners – http://bit.ly/VBNET_Tutorials

▶ Create a Project In VB.Net With SQL – http://bit.ly/Vbnet_SQL_Project

—— TABLE OF CONTENT ——

0:00 – Project Demo
6:30 – Start Creating The Project
10:10 – Create The Login Form
23:40 – Create The MySQL Database Using Phpmyadmin
26:30 – Create The Connection Class
43:43 – Create The Main Form
57:00 – Create The Manage Clients Form
01:07:50 – Create Client Class
01:59:08 – Create The Manage Rooms Form
02:12:20 – Create Room Class
03:06:12 – Create The Manage Reservations Form
03:21:05 – Create Reservation Class

———

subscribe: http://goo.gl/nRjPKk

programming projects with source code:
http://1bestcsharp.blogspot.com/p/programming-projects.html

share this video: https://youtu.be/1D7UDmxdu3g

— VB.NET COURSE —

▶ Learn VB.Net and More – http://bit.ly/CoursesList

#VB.Net #Project #Tutorial #Full_Project

Comments are closed.