Live data from Hacker News

Show HN: Wrote a Book – C# 5 First Look

codecube.net

1–10 of 26 posts

Re: Show HN: Wrote a Book – C# 5 First Look

#5

Thanks for covering Mono. Does it also cover other alt.NET technology?

No, the book doesn't really focus on individual libraries (EF, MVC, etc.) as much as it just tries to focus on the language itself. I wanted to drive home the point that if you use C#, you can target all the major platforms :)

Re: Show HN: Wrote a Book – C# 5 First Look

#9
post #7

Would this be the book to get if I want to develop desktop apps for Windows?. Does C# 5 support Win 7 , XP ?

Language-wise, C# 5 comes with .NET 4.5, which is supported on Windows 7, but not XP. You can probably use Mono 3.0 on XP to write C# 5 though.
Post reply on HN