Viewing profile — MattHarrington
MattHarrington
HN member- Joined
- Wed, Jun 20, 2012, 1:22 AM UTC
- HN karma
- 116
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About MattHarrington
Recent public activity
- story
- story
-
comment
Comment #11488341
Try Kate Gregory's Pluralsight courses.
-
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.
-
comment
Comment #10826724
Quantitative finance, scientific computing.
-
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…
-
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…
-
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
-
comment
Comment #4906072
VS2012 for Windows Phone development is free: http://aka.ms/winphone8sdk
- comment
-
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…