tags:

views:

281

answers:

2

I am looking for project ideas for course C#. I will happily appreciate if you can share more than one idea, so I can choose one.

  • specific to C#
  • only have learned logic and building course
  • having basic skills related to C# Windows application

What should I develop that can demonstrate OOP skills?

How do you rate an Information System or game for this regard?

A: 

maybe you can start with one of the starter kits ? http://msdn.microsoft.com/en-us/vcsharp/aa336742.aspx

aggietech
maybe quite offensive response. obviously I know its not search engine and I already done search for this. Let me explain the reason. As one of my friend posted the link of C# startup kit but it focuses on language learning instead to learn or demonstrate skills of Object Oriented.I was expecting people to share their project which they done while they were learning course of OOP.
mqpasta
the OOP concepts are being demonstrated in these startup projects because they are object oriented in nature. I would recommend the "Teacher Startup Kit" as an example for learning the interactions with the database as well ...
aggietech
+1  A: 

I will recommend you any area that you are familiar with because, since you are trying to understand and apply the programming skills, so a domain that you know would be good.

Here are few recommendations

  1. A simple solution, in which you can add products, customers, suppliers and sell the products.

  2. A basic tool to manage your own information in your computer.

waheed