List: Resources for learning .NET

Last week I delivered Readify’s Professional .NET training course to a company in North Ryde, Sydney. The group was made up of a range of experiences in VB6, Java, and InterSystems products. By the end of the week I was feeling pretty worn out, but I was rewarded with some nice review scores from the group: five 10/10’s, four 9/10’s and one 8/10 :)

Here’s a short list of resources I put together for developers just starting out with .NET:

Tutorials and Videos

  • WindowsClient.net, the community for Windows Forms and Windows Presentation Foundation. Check out the Get Started and Learn tabs for good videos, labs and tutorials.
  • ASP.NET, the community for ASP.NET development. Again, check out the Get Started and Learn tabs for some good resources. Also checkout the AJAX tab to get started with Microsoft ASP.NET AJAX.
  • LearnVisualStudio.net, loads of downloadable videos on Visual Studio, ASP.NET and Windows Forms.
  • Binding to DataSets, and Binding to Objects, the two screencasts I created to teach Data Binding.

Tools

  • Reflector, the most important tool for a .NET developer. Allows you to view any compiled .NET assemblies in a language of your choice.
  • Visual Studio Express editions - If you don’t have access to the full-fledged Visual Studio, give one of the Express editions a go.
  • Hawkeye, a tool that attaches to Windows Forms applications and allows you to experiment with modifications at runtime.
  • Ethereal, a packet sniffer. Useful when working with Remoting, WCF or direct socket coding.
  • Fiddler, for analysing HTTP requests, helpful when debugging with ASP.NET and Javascript. Easier than Ethereal when just dealing with HTTP.

Blogs

Podcasts and Audio Shows

Mailing Lists and Forums

  • AUS-DOTNET, a mailing list for Australian .NET developers. Sadly, it’s started to develop a pretty low signal-to-noise ratio lately.
  • MSDN Forums
  • Connect, the place to report bugs to Microsoft

Images and Icons

  • The VS 2005 Image Library, a collection of free XP and VS-like icons that you’ll find under C:\Program Files\Microsoft Visual Studio 8\Common7\VS2005ImageLibrary
  • FamFamFam, some of the most popular free web icons.

What other links would you give to developers setting foot in the .NET universe?

10 Responses to “List: Resources for learning .NET”

  1. […] the Webmaster Link to Article un studio Resources for learning .NET » Posted at PaulStovell.NET on Saturday, […]

  2. […] Contact the Webmaster Link to Article microsoft visual studio Resources for learning .NET » Posted at PaulStovell.NET on […]

  3. […] Contact the Webmaster Link to Article ajax Resources for learning .NET » Posted at PaulStovell.NET on Saturday, August […]

  4. The OzTFS.com mailing list of course :)

  5. Hmmmm, some others:

    Adam Nathan - http://blogs.msdn.com/adam_nathan/
    Channel 9 - http://channel9.msdn.com
    P/Invoke - http://www.pinvoke.net

  6. Links (8/5/2007)

    .NET Behave# enables Behavior Driven Testing, raises some interesting questions Resources for learning

  7. […] Resources for learning .NET i agree 80% […]

  8. I’d also add the Beginner Developer Learning Center which contains a huge series of videos and tutorials for programming basics using Visual Studio Express Editions - http://msdn.com/beginner/

  9. […] Stovell has a good post on .NET learning resources. I have run across most of the items he mentions, but there were a couple of tools that are new to […]

  10. […] http://www.paulstovell.net/blog/index.php/resources-for-learning-net/ - неплохая подборка ресурсов для начинающих изучать .NET […]

Leave a Reply