Pusoy (Pinoy Poker)

Submitted by Oelasor on
This is a card game program written in C# .NET 2010. The game, called Pusoy, is a Philippine local version of the popular casino card game Poker. Several features and functionalities of the program are not yet implemented though. The following are the intended features of the game: 1. The user can use the game in three (3) user modes: 1.a. Banker 1.b. Dealer 1.c. Spectator 2. The game can be

Library System in VB.NET 2008 Update

Submitted by admin on
I have update on my previous post called “ Library System in Visual Basic .NET 2008 and SQL Server 2008”. In my to do list, I mentioned the following: Use accession # to borrow and return book. Auto generate ID. Sample reports like Borrowed Books, Returned Books, Fine, Members Report, and a lot more. Currently only the first list is being updated and that is on how to use Accession # to Borrow and

Windows 8 Best Features and Keyboard Commands

Submitted by navajocodetalker on
Microsoft have already launched their most amazing and highly-anticipated flagship project for the year 2012 as they announced the arrival of Windows 8. The new operating system was officially released on Friday, October 26, 2012 (ET). Windows 8 was released together with Windows Surface. The Windows 8 is one of the most advanced Operating System, Microsoft was able to produce. It has a totally

Hotel Management System

Submitted by Gauravtripathi on
Hotel Management System...... this code have the capabality to store all information of customers, which type of room they want, they can place the order for food....etc here i made two hedder files DESIGN and VALIDATION.u have to put them in C:\tc\lib\include...now run main project. this software accepts the new customer details....and allocate them rooms as per their choice....such as A/C Non A

Cashiering and Student Account System

Submitted by tyronsoft on
Cashiering and Student Account System using visual basic 6.0 and ms access features: cashier username: cashier2010 password: 123 1. can process payment and assessment of students 2. can view the remaining balance of students 3. can view the payment history of students 4. can view the income of every department/courses admin username:admin password:admin 1. can modify the information of students

Payroll System using PHP/MySQL

Submitted by joel_daitol on
re-design the database and the program this is only a trial hope it can help!!!! software require: Xampp OR wamp php editor like notepad++ or notepad email me: [email protected] send me a message on my http://www.facebook.com/joel.daitol NOTE: sorry guys the complete code for this project has been deleted i dont have any copy ffor this project., anyway you can create your own the only limit

3 Tier Entity Framework Code First Program Example

Submitted by kwingat on
I can't really find any good examples of the 3 tier structure using the latest methodologies and best practices. I understand all of the concepts but nothing I've seen puts it all together so I was hoping to find some source code to do just that. Does anyone know where I might find the source code I'm looking for?