Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I'm primarily a web-developer looking to expand my skillset into desktop software (and ASP.NET eventually) through the means of C#. I've bought and been working through Professional C# 4.0 and .NET 4 which seems like a great book for those experienced in desktop programming, but coming from a web-oriented/primarily PHP background, just learning about the language without some practical examples is proving difficult - the only examples seem to be very small snippets to illustrate points in context.

What resources could you recommend that would help me learn C# by example? I'm looking at samples on the MSDN as well as looking at bits of open source projects, but a lot of them are a bit out of my depth at this stage.

share|improve this question
Scott Hanselman had/has a weekly source code series on his blog. – Oded Apr 3 '12 at 15:05

closed as not constructive by Oded, Ozz, ChrisF Apr 3 '12 at 15:07

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

1 Answer

I would use http://code.msdn.microsoft.com, where you can search for sample code using parameters such as Web Apps and C#.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.