Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>For IDE, you can use <a href="http://www.visualstudio.com/products/visual-studio-express-vs" rel="nofollow noreferrer">Visual Studio Express</a>. And <a href="http://www.csharp-station.com/Tutorial.aspx" rel="nofollow noreferrer">here</a>'s a nice set of tutorials.</p> <p>Also do get your basic concepts straight about <a href="http://en.wikipedia.org/wiki/.NET_Framework" rel="nofollow noreferrer">.NET framework</a> and <a href="http://en.wikipedia.org/wiki/Common_Language_Runtime" rel="nofollow noreferrer">CLR</a>.</p> <p>Once you get the hang of it, Try out <a href="http://en.wikipedia.org/wiki/Language_Integrated_Query" rel="nofollow noreferrer">LINQ</a>. It is (arguably)the most wonderful feature of the framework. Find some good LINQ tutorials <a href="http://dotnetslackers.com/articles/csharp/introducinglinq1.aspx" rel="nofollow noreferrer">here</a> and <a href="http://www.programmersheaven.com/2/CSharp3-4" rel="nofollow noreferrer">here</a></p> <p>Although you explicitly mentioned Desktop applications, .NET FW is equally suitable for Web applications <a href="http://www.4guysfromrolla.com/" rel="nofollow noreferrer">4GuysfromRolla</a> is my favorite ASP.NET resource.</p> <p>For Dektop applications you might want to start with <a href="http://en.wikipedia.org/wiki/Windows_Forms" rel="nofollow noreferrer">WinForms</a>, but <a href="http://en.wikipedia.org/wiki/Windows_Presentation_Foundation" rel="nofollow noreferrer">WPF</a> is the technology of the future. So you are better off learning it if you want to be developing Desktop applications for windows.</p> <p>Happy Learning!</p>
    singulars
    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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. 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