Showing posts with label C#. Show all posts

Checker Game on C#





In this checker game, the minimax algorithm is used and you can play with human to human or human to computer.

Socket Client/Server Quiz Management System on C#













It's a Socket Client/Server Quiz Management System. It developed in C# platform using Entity Framework.we can use multiple client with single server.
Server can manage the Quiz like create, edit, delete, quiz timing, and QUIZ PARTICIPATIE members that member only give the quiz. Server can manage the multiple clients through socket.
Client only show the quiz and result, after submit the result, it will save on server side where database will be implemented. Client save the result through socket programming.  Client have no database, it only communicate through socket.

In this application, I used multiple threading for handle the multiple clients and entity framework for database.

Its a first version, I will upgrade this application and the new version of QMS will be soon. :)

I hope you will like my application. Give me the feedback and tips for improving my application.

Thank You for visiting.

MAK - (Muhammad Adnan khan)

Calculate Age/duration on C#





This is GUI calculate the age/duration. It is based on C# language.

GUI Linked List on C#




This is a gui linked list concept. It is based on C# language. This application describe, how to work.