Hacker News new | ask | show | jobs
by DarrenStuart 6676 days ago
lol good call, I didn't even think about that and its how I make my living. C# is java in .net clothing at the end of the day. .net apps scale pretty well too.
2 comments

C# 3.0 has closures, expression trees, LINQ, and other features that make it much more expressive than Java in my mind.

If you think in terms of map, fold, and filter, you'll be right at home in C#/VB.NET (they're just called Select/Aggregate/Where instead to be familiar to people whose background is SQL and not functional programming). Java, on the other hand, is agonizing to me.

honestly, I was pointing to the webcast more than the framework, webcasts are a great educational tools for new comers.

MSDN contain mountains of webcast on everything, the educational value is huge. I wish more webcast existed for Java, Groovy, Javascript, Perl, Grails, Catalyst, Spring framework!

The soup to nuts series covers everything, similarly other webcast series, the idea is simple and very effective, you will spend your first 10 or so hours looking as vidoes and presentations, next you can move to books and online forums and blogs

After he finishes these webcast, moving to RoR will be a much simpler road, even when RoR is a different framework