A client-server windows form application written in .NET Framework. It is an imitation of the board game "charades". Server loads some words from MSSQL server and client try to create a word out of those. There is also a joint chat room for all the clients attached. The application uses ADO.NET for database communication and WCF for the chat room.
Knight Tour is a WCF distributed for windows which uses 'Backtracking Algorithm' to find the possible moves that could be made by a knight on the chess board. Backtracking works in an incremental way and optimization over the 'naive' where are possible configurations are generated and tried. The user can choose any one from two options whether Intelligent or Non-Intelligent and the algorithm will run depending upon the user selection.
ASP.NET Movie Ticket Application where the user interacts with SQL Server Database. The application allows customers to book online movie tickets and to collect information about movies and theatres. The customer may or may not register to book film tickets. After the show has been selected, the user is presented with a timings layout to choose date and time.