Serving the Quantitative Finance Community

 
User avatar
Patrik
Topic Author
Posts: 1
Joined: April 15th, 2002, 9:18 am

C# books?

September 21st, 2002, 12:27 pm

I know some people on this forum are C# users and would like to get some tipsof good C# books for a programmer with a c/c++ background. The syntax etcseems familiar when used to c++ - the thing to learn would more be the featuresof the standard library and such things.
 
User avatar
cmerrill
Posts: 1
Joined: July 14th, 2002, 3:00 am

C# books?

September 21st, 2002, 1:54 pm

QuoteOriginally posted by: PatrikI know some people on this forum are C# users and would like to get some tipsof good C# books for a programmer with a c/c++ background. The syntax etcseems familiar when used to c++ - the thing to learn would more be the featuresof the standard library and such things.Bruce Eckel has generously made his "Thinking In ..." series freely available on the web at http://www.linuxguruz.org/ebooks/eckel/. "Thinking in C#" is in MS Word format. I browsed it -- there's a little bit about numerical programming in there, including a Cholesky routine.
 
User avatar
Patrik
Topic Author
Posts: 1
Joined: April 15th, 2002, 9:18 am

C# books?

September 21st, 2002, 3:05 pm

Thanks for the tip - free is always a good thing for a student
 
User avatar
jamesbattle
Posts: 0
Joined: May 12th, 2002, 8:28 pm

C# books?

September 21st, 2002, 8:00 pm

Best thing for a C/C++ programmer learning a new language is start *using* thenew language and then maybe as you identify exactly what parts you need, to scan a book store.In terms of the language, there's not much that's new.
 
User avatar
Patrik
Topic Author
Posts: 1
Joined: April 15th, 2002, 9:18 am

C# books?

September 21st, 2002, 8:38 pm

james,I've picked a first project to start off with, I agree with your position on divingin ang getting dirty. And as you predict I have already found that I need somebasic knowledge of what can be accomplished with the standard library. Justreading the reference isn't really that funny - a book with a "story-line" ismuch more efficient.I think "C# essentials" from O'Reilly would be a good choice, I'll try to get holdof that one somehow. Any comments on that book?
 
User avatar
jamesbattle
Posts: 0
Joined: May 12th, 2002, 8:28 pm

C# books?

September 22nd, 2002, 9:28 am

Sorry, have not seen it. I had a copy of 'Professional C#' from Wrox Pressauthored by Simon Robinson, Ollie Cornes,... which has been reasonableas a reference to fill in some gaps and to quickly get to grips with someof the features in C#.For C# (or equivalently any .NET language, of which there are about 20) understanding the 'Standard Library' is a big task, because it's muchbigger than say STL or C stdlib. On the other hand, in C# it's useful tobe aware of what's there. E.g. if you needed to calculate an MD5 hash,in C++ you can be sure that there is no 'standard' function to do it - in C# there is.
 
User avatar
Patrik
Topic Author
Posts: 1
Joined: April 15th, 2002, 9:18 am

C# books?

September 22nd, 2002, 10:46 am

>For C# (or equivalently any .NET language, of which there are about 20) >understanding the 'Standard Library' is a big task, because it's much>bigger than say STL or C stdlib. On the other hand, in C# it's useful to>be aware of what's there. E.g. if you needed to calculate an MD5 hash,>in C++ you can be sure that there is no 'standard' function to do it - in >C# there is. that's exactly what I gathered also. I don't need a book about programming,I need a book about the already existing pieces of .net. I'll have a look atProfessional C# also.
 
User avatar
MobPsycho
Posts: 0
Joined: March 20th, 2002, 2:53 pm

C# books?

September 26th, 2002, 1:19 pm

I would recommend any book with the words "Karli" and "Watson" on the cover.MP
 
User avatar
MobPsycho
Posts: 0
Joined: March 20th, 2002, 2:53 pm

C# books?

September 26th, 2002, 1:20 pm

Make that "Karli Watson C# programming book .Net" - we have to give Paul as inescapable a Google footprint as possible.MP