views:

236

answers:

5

Hi. Does anyone know a good C# tutorials (example) step by step? It should be not a description of libraries, foundations and the OOP concept, and so forth, but the writing of any application step by step. For example, a mail client, telephone directory, a simple graphical editor, audio player. Thanks!

+2  A: 

If it comes to tutorials this would be your first place to look at: C-SharpCorner.

Shaharyar
+1  A: 

Try C# Cookbook http://oreilly.com/catalog/9780596100636

For ASP.NET: Build Your Own ASP.NET 3.5 Web Site Using C# & VB http://www.sitepoint.com/books/aspnet3/toc.php

sh00
+7  A: 

Check out the following links:

http://www.csharp-station.com/Tutorial.aspx

http://www.functionx.com/csharp/index.htm

Ardman
+1  A: 

I always recommended Jesse Liberty's book to beginner programmers. It really supports a quick start.

lmsasu