|
1 | 1 | ## Recommended Learning Resources |
2 | 2 |
|
3 | 3 | ### Blogs |
4 | | -* The official [.NET blog](https://blogs.msdn.microsoft.com/dotnet/) has lots of interesting C# articles, ranging from beginner to expert difficulty. |
5 | | -* Scott Hanselman's [blog](http://www.hanselman.com/blog/) is an active, well written blog on a wide variety of C# and .NET related subjects. |
6 | | -* Eric Lippert's [Fabulous adventures in coding](https://ericlippert.com/) is a brilliant C# blog, although his subjects are usually quite advanced. |
7 | | -* The [C#/.NET Little Wonders & Little Pitfalls](http://geekswithblogs.net/BlackRabbitCoder/archive/2015/04/02/c.net-little-wonders-amp-little-pitfalls-the-complete-collection.aspx) posts by James Michael Hare contains some fantastic posts on less known C# features. |
| 4 | + |
| 5 | +- The official [.NET blog](https://blogs.msdn.microsoft.com/dotnet/) has lots of interesting C# articles, ranging from beginner to expert difficulty. |
| 6 | +- Scott Hanselman's [blog](http://www.hanselman.com/blog/) is an active, well written blog on a wide variety of C# and .NET related subjects. |
| 7 | +- Eric Lippert's [Fabulous adventures in coding](https://ericlippert.com/) is a brilliant C# blog, although his subjects are usually quite advanced. |
| 8 | +- The [C#/.NET Little Wonders & Little Pitfalls](http://geekswithblogs.net/BlackRabbitCoder/archive/2015/04/02/c.net-little-wonders-amp-little-pitfalls-the-complete-collection.aspx) posts by James Michael Hare contains some fantastic posts on less known C# features. |
8 | 9 |
|
9 | 10 | ### Social media |
10 | | -* [StackOverflow ](http://stackoverflow.com/questions/tagged/c%23) can be used to search for your problem and see if it has been answered already. You can also ask and answer questions. |
11 | | -* [/r/csharp](https://www.reddit.com/r/csharp) is the C# subreddit. |
12 | | -* [\@dotnet](https://twitter.com/DotNet) is the official .NET Twitter account. |
13 | | -* [Gitter](https://gitter.im/exercism/xcsharp) is the C# Gitter room, go here to get support and ask questions related to the C# track. |
| 11 | + |
| 12 | +- [StackOverflow](http://stackoverflow.com/questions/tagged/c%23) can be used to search for your problem and see if it has been answered already. You can also ask and answer questions. |
| 13 | +- [/r/csharp](https://www.reddit.com/r/csharp) is the C# subreddit. |
| 14 | +- [@dotnet](https://twitter.com/DotNet) is the official .NET Twitter account. |
| 15 | +- [Gitter](https://gitter.im/exercism/xcsharp) is the C# Gitter room, go here to get support and ask questions related to the C# track. |
14 | 16 |
|
15 | 17 | ### Videos |
16 | | -* In [On .NET](https://www.youtube.com/watch?v=GpLU0UdcGic&list=PL4Sf58qFxdyQuzB1mH5kln_otKpsIuoCO), Bertrand Le Roy interviews people on a wide variety of C#/.NET related subjects. |
17 | | -* There are several great [C# courses](https://www.pluralsight.com/search?q=*&categories=course&roles=software-development%7C&subjects=c%23) on PluralSight. The downside: PluralSight is a paid service, but you can request a [free trial](https://www.pluralsight.com/pricing). |
| 18 | + |
| 19 | +- In [On .NET](https://www.youtube.com/watch?v=GpLU0UdcGic&list=PL4Sf58qFxdyQuzB1mH5kln_otKpsIuoCO), Bertrand Le Roy interviews people on a wide variety of C#/.NET related subjects. |
| 20 | +- There are several great [C# courses](https://www.pluralsight.com/search?q=*&categories=course&roles=software-development%7C&subjects=c%23) on PluralSight. The downside: PluralSight is a paid service, but you can request a [free trial](https://www.pluralsight.com/pricing). |
18 | 21 |
|
19 | 22 | ### Podcasts |
20 | | -* [.NET Rocks](https://www.dotnetrocks.com/) is a very nice .NET podcast with great content. |
| 23 | + |
| 24 | +- [.NET Rocks](https://www.dotnetrocks.com/) is a very nice .NET podcast with great content. |
21 | 25 |
|
22 | 26 | ### Books |
23 | | -* [Expert C# 5.0](http://www.apress.com/us/book/9781430248606) |
| 27 | + |
| 28 | +- [Expert C# 5.0](http://www.apress.com/us/book/9781430248606) |
0 commit comments