C# for non-programmers

  • Thread starter Thread starter Michael A. Covington
  • Start date Start date
M

Michael A. Covington

Can anyone recommend a book for teaching C# to people who have never
programmed and who are interested mainly in text processing?
 
Michael said:
Can anyone recommend a book for teaching C# to people who have never
programmed and who are interested mainly in text processing?

"Beginning Visual C#" from Wrox was one suggestion.

Arne
 
Text processing? Try "Learning Perl" from O'Reilly. :)

Just kidding, try "Learning C# 2005" by Jesse Liberty (also from
O'Reilly)
 
Thanks. I am both a programmer and a linguist. Although I know about Perl
and Python and have used Python a good bit, I'm not that fascinated with
them.
 
Just kidding, try "Learning C# 2005" by Jesse Liberty (also from
O'Reilly)

I will second that recommendation: "Learning C# 2005" by Liberty and
MacDonald. I am using it for a course which includes those who have never
programmed. It is well written for the new person.

--
Dennis Roark

(e-mail address removed)
Starting Points:
http://sio.midco.net/denro/www
 
Michael,

If you're going to be doing a lot of text processing then you'll need a
good book on regular expressions. Sorry, no recommendations though.

Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top