Introduction
In this article we will show you how to make Registration Form & Logic using Windows Application in Visual Studio using C#.
Prerequisites
Visual Studio 2010/2012/2013/15/17, SQL Server 2005/08/2012
Project used version
VS2017, SQL SERVER 2012
Understanding Registration Form
Above flow chart describes that Input User Information, If Email Id already exist then returns
"Email Id already exist, Please try again"
else Insert User Information and returns
"Sucessfully Registered".