Click here to Skip to main content
15,886,578 members
Articles / Programming Languages / C#

Blackjack - a real world OOD example

Rate me:
Please Sign up or sign in to vote.
4.87/5 (47 votes)
18 Jul 20076 min read 236.1K   9.6K   153  
Learn OOD in .NET by examining a Blackjack game
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog>
<Properties><Property Name="Solution" Value="BlackJack">
</Property><Property Name="Solution File" Value="C:\Documents and Settings\Dan\My Documents\Visual Studio 2005\Projects\BlackJack\BlackJack.sln">
</Property><Property Name="Date" Value="Friday, February 03, 2006">
</Property><Property Name="Time" Value="13:28 PM">
</Property></Properties><Event ErrorLevel="0" Project="BlackJack" Source="BlackJack.csproj" Description="Project converted successfully">
</Event><Event ErrorLevel="3" Project="BlackJack" Source="BlackJack.csproj" Description="Converted">
</Event><Event ErrorLevel="0" Project="ImageButton" Source="..\ImageButton\ImageButton.csproj" Description="Project converted successfully">
</Event><Event ErrorLevel="3" Project="ImageButton" Source="..\ImageButton\ImageButton.csproj" Description="Converted">
</Event><Event ErrorLevel="0" Project="" Source="BlackJack.sln" Description="Solution converted successfully">
</Event><Event ErrorLevel="3" Project="" Source="BlackJack.sln" Description="Converted">
</Event><Event ErrorLevel="0" Project="BlackJack" Source="BlackJack.csproj" Description="Scan complete: Upgrade not required for project files.">
</Event><Event ErrorLevel="0" Project="ImageButton" Source="..\ImageButton\ImageButton.csproj" Description="Scan complete: Upgrade not required for project files.">
</Event></UpgradeLog>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
I'm a software engineer and consultant working in San Diego, California. I began using .NET during the early alpha releases since I worked for a Microsoft subsidiary then, and now I've focused my career on .NET technologies.

There are a lot of .NET sites out there now, but The Code Project is still top of the heap.

Comments and Discussions