CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2008
    Posts
    2

    looking for examples for C#

    I'm new at C# and I'm searching for good exercises for C# programming.
    Can anyone help me with this?

  2. #2
    Join Date
    Mar 2008
    Location
    IRAN
    Posts
    811

    Lightbulb Re: looking for examples for C#

    first i suggest you that pick up a book from Wrox or sams or at least Wiley and read it form the first to end.

    Wiley has published a good book with this name:
    C# for Dummies

    don't be angry with the name becuase i think it is realy advance in some parts like Generics and Polymorphism with a lot of good samples.

    also SAMS books are straight froward and if you read one you know what i am telling you.

    My best choice is Wrox books because behind each book is great team of programming geeks and each book has all its code in the Wrox site that you can download and run it and sometimes further than it ; you maybe find the site that the book explain how to build it in the internet.

    Next You need (as you said) samples and Code snippets:

    i have some site for you:
    1- here!
    2- www.daniweb.com (you can also find some snippet from me here)
    3- www.codeproject.com (cool and advance project with source code and explanation !!!)
    4- forums.msdn.microsoft.com (Geeks are there)
    5- dotnet-snippets.com
    6- http://www.c-sharpcorner.com (Cool)
    7- http://www.csharpfriends.com (Cool also)
    8- p2p.wrox.com (for Wrox Publication)

    Touraj Ebrahimi [toraj_e] [at] [yahoo] [dot] [com]

  3. #3
    Join Date
    Oct 2008
    Posts
    2

    Smile Re: looking for examples for C#

    Thanks a lot. I belive i have some reading to do.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured