Click here to Skip to main content
15,893,161 members
Please Sign up or sign in to vote.
5.00/5 (2 votes)
See more:
Hey Guys,

I find that one of the best ways I learn and retain information is actually applying what I learn. I know people have asked this question countless times, here is 1+.

Do you have any suggestions for a book that guides the reader from beginning to end on how to program with C# while writing a real world application. I know the basics of C# but would like to put it to use by writing an application.

Any help would be appreciated.

Thanks!
Posted

Hi
The best way you can learn C# application programming by doing the followings

1. Install Quick start tutorials from MSDN web sites and learn the C# dotnet concepts from
http://msdn.microsoft.com/en-us/library/bb676630.aspx[^]

2. C# Samples from http://msdn.microsoft.com/en-us/library/z9hsy596(VS.80).aspx[^]

2. Install c# dotnet starter kits from
http://msdn.microsoft.com/en-us/vcsharp/aa336742.aspx[^]
 
Share this answer
 
Comments
Sundeepan Sen 23-Sep-10 16:02pm    
Thank you for the links. I will look into the starter kits.
Sundeepan Sen 23-Sep-10 16:03pm    
Reason for my vote of 5
Automatic vote of 5 for accepting answer.
Did you see there are hell lots of articles on C# to clear out each concepts.

http://www.codeproject.com/KB/cs/[^]

:thumbsup:
 
Share this answer
 
Comments
Sundeepan Sen 23-Sep-10 16:03pm    
I am reading an article http://www.codeproject.com/KB/cs/NTier.aspx which found very informative. I will continue reading these articles.
Sundeepan Sen 23-Sep-10 16:03pm    
Reason for my vote of 5
Automatic vote of 5 for accepting answer.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900