Wrox Programmer Forums
|
BOOK: Beginning C# 3.0 : An Introduction to Object Oriented Programming ISBN: 978-0-470-26129-3
This is the forum to discuss the Wrox book Beginning C# 3.0 : An Introduction to Object Oriented Programming by Jack Purdum; ISBN: 9780470261293
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning C# 3.0 : An Introduction to Object Oriented Programming ISBN: 978-0-470-26129-3 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old May 25th, 2011, 05:04 PM
Registered User
 
Join Date: Jan 2009
Posts: 6
Thanks: 1
Thanked 1 Time in 1 Post
Send a message via Yahoo to hughveal
Default In need of C# Projects or Project book

I am a C# newbie who is trying to leverage using .NET 3.5. I have a Beginning Visual C# manual, but in order to truly learn programming I need to have a book of projects or a repository of projects I can try and create on my own. Has anyone seen anything like this?
 
Old May 26th, 2011, 12:28 AM
Friend of Wrox
 
Join Date: Sep 2008
Posts: 234
Thanks: 0
Thanked 32 Times in 30 Posts
Default Extra Practice

Another reader asked a similar question some time ago. Look on the second page of this blog for the entry by PaulBerry (titled Extra Practice) and some of the answers he received.

Part of the problem as a writer is thinking up exercises that are possible with the knowledge level that can be assumed at a given point in the book. For example, asking the reader to do a database project at the end of an early chapter (e.g., Chapter 3) is unrealistic. So, for your own point in time, try writing code for: 1) Something that interests you, and 2) is consistent with your current skill set. Early in the book, something using formulas is common, like converting currencies, temperatures to different bases, decimal to binary and vice versa. As you gain experience, move from formula-based stuff to objects. Write code that simulates an appliance (oven, TV, phone) or a ball falling down a flight of stairs, or falling dominoes. Card games are also interesting and have terrific potential to use OOP concepts. I had one student who wanted to learn assembly language for a small microcontroller so he wrote a program that took in an assembly language source code file and single-stepped through it, showing what happened to the general processing and flag registers as the code was processed...pretty cool, but also pretty difficult. (He got an A.)

Let your mind bounce off the walls a bit and you'll come up with plenty of practice exercises.
__________________
Jack Purdum, Ph.D.
Author: Beginning C# 3.0: Introduction to Object Oriented Programming (and 14 other programming texts)





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 22: Introduction to Project Management... Project Program integration chrisa BOOK: Professional Application Lifecycle Management with Visual Studio 2010 1 September 15th, 2010 03:28 PM
Browsed web projects don't appear in recent projects list? Ron Howerton Visual Studio 2008 0 June 23rd, 2010 12:52 PM
c# projects book sarbjitmultani C# 0 January 17th, 2006 02:53 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.