CNG Schedule For Pakistan


Android Application of CNG Schedule for Pakistan.
Daily Up-to-Date Application. People can see the daily cng schedule of these provinces Sindh, Punjab and KPK.

Platform: Android Studio and PHP

Link: https://play.google.com/store/apps/details?id=com.makdeveloper.cngschedule&hl=en

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.

University Management System on ASP.NET

















This is small CMS of University Management System. It is based on ASP.NET. It have a student and administration sections. In student section, student can register the courses, check schedule, add and drop courses with some ristriction. Adminiatrator can add and modify the course, teacher, new section, attendence, update news, and register new student.

CLI Client-Server Socket on java






This is client server socket application on java. It is CLI application. Basically server echo back the client messages to client. Network programming socket used in this application.

GUI Linked List on C#




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