3

I am learning C#/.NET

I'm looking for websites with some projects, that I could review to develop my programming skills.

Andrei
  • 42,814
  • 35
  • 154
  • 218
user2269364
  • 67
  • 1
  • 9
  • This is a very general question, but anyways: Apple ITunes U has some good free resources in the way of tutorials. Get involved in an open source project. Track the commits made by other users. Use Google! – Botonomous Jan 17 '14 at 14:31
  • 2
    I like pluralsight.com – unnknown Jan 17 '14 at 14:33

3 Answers3

1

You should google a lot. But Here is some suggestions, what I prefer:

  1. dotnetpearl --> For very basic
  2. codeproject --> Specific projects on specific subject.
  3. Stackoverflow --> For any kind of problem ;)
  4. csharpcorner --> Here you can find articles on various topic, which is needed in daily programming life.

For Video tutorial, youtube is the best. You can find any topic here with various topics by various .Net Geniuses. You just have to know, what you want to know.

Abdur Rahim
  • 3,975
  • 14
  • 44
  • 83
0

Github is one of the leading Open Source resources. Take a look https://github.com/

If you are able to pay some money for the courses, I would recommend you to check http://www.pluralsight.com/training.

Andrei
  • 42,814
  • 35
  • 154
  • 218
0

This website is a faily good resource.

Language Books/Tutorials for popular languages

http://www.asp.net/mvc/tutorials

http://www.codeproject.com/

There are 3 good starting points, but this is a very broad question so really would need to have specifics.

Community
  • 1
  • 1
MattR
  • 641
  • 3
  • 17
  • 38