This is a simple login form. I have created a database with 6 columns (usernameID, username, password, name, surname, email),and then created Entity data model from that database (ADO.NET). It also has a register form where you can insert new users into database and a datagrid view on starting...