Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>On the topic of learning C# language itself and the runtime, I would recommend the <a href="http://msdn.microsoft.com/en-us/vcsharp/aa336766.aspx" rel="nofollow noreferrer">Learn C#</a> section on the MSDN. There are links to lot of articles and trining materials abtou C#. You can combine this with Jesse Liberty's <a href="http://rads.stackoverflow.com/amzn/click/0596521065" rel="nofollow noreferrer">Learning C# 3.0</a>.</p> <p>On the topic of desktop programming, the answer depends on what platform you would like to use.</p> <p>If you want to target WPF, I'd recommend Petzold's <a href="http://rads.stackoverflow.com/amzn/click/0596510373" rel="nofollow noreferrer">Applications = Data + Markup</a>. (As a side note, learning WPF would give you the basis to learning about RIA with Silverlight)</p> <p>If you want to target WinForms... well, I am biased and would recommend against. But if you insist, Petzold's <a href="http://rads.stackoverflow.com/amzn/click/0735621535" rel="nofollow noreferrer">Programming Microsoft Windows Forms</a> is another good book. :-) Chris Sells' <a href="http://rads.stackoverflow.com/amzn/click/0321267966" rel="nofollow noreferrer">Windows Forms 2.0 Programming</a> also is very good book about WinForms.</p> <p>The WindowsClient.net <a href="http://windowsclient.net/getstarted/" rel="nofollow noreferrer">Get Started</a> and <a href="http://windowsclient.net/learn/" rel="nofollow noreferrer">Learn</a> sections have a lot of training videos, articles, FAQ and samples for both WinForms and WPF. The <a href="http://windowsclient.net/Community/books.aspx" rel="nofollow noreferrer">Community Books</a> section also has an extensive list of books on both technologies.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload