Live data from Hacker News

Viewing profile — MattHarrington

MattHarrington

HN member
Joined
Wed, Jun 20, 2012, 1:22 AM UTC
HN karma
116
Public activity
11 items

About MattHarrington

Independent developer.

Recent public activity

  1. story
  2. story
  3. comment
    Comment #11488341

    Try Kate Gregory's Pluralsight courses.

  4. comment
    Comment #10829223

    I think the best book for complete beginners is "Jumping into C++" by Alex Allain. From there, move on to "C++ Primer Plus" by Stephen Prata.

  5. comment
    Comment #10826724

    Quantitative finance, scientific computing.

  6. comment
    Comment #10820911

    Recommended resources for learning C++ nowadays: "Jumping into C++" by Alex Allain, "C++ Primer Plus" by Stephen Prata, and Kate Gregory's C++ courses on Pluralsight. You can get a…

  7. comment
    Comment #9675457

    It might not be common knowledge yet, but C#, F#, and .NET are fully open source and cross-platform. Development is done in public on GitHub ( https://github.com/dotnet ), and pull…

  8. comment
    Comment #9675259

    One option with C# Windows Store apps is that they can generate native code using something called ".NET Native". https://msdn.microsoft.com/en-us/vstudio/dotnetnative.aspx

  9. comment
    Comment #4906072

    VS2012 for Windows Phone development is free: http://aka.ms/winphone8sdk

  10. comment
  11. comment
    Comment #4420556

    You may be surprised to hear that there's lots of stuff happening with open source here at Microsoft. ASP.NET MVC, the Azure SDKs, and F# are all open source. Check out this blog f…