Wrox Programmer Forums
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 10th, 2007, 08:25 PM
Registered User
 
Join Date: Aug 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default NEWB HERE

Hi, I just started in the c# language and I'm looking for some stuff to get me going. Like...tutorials on c#, books, websites, etc.

Also, I would like the tutorials, books, etc. to be written in PLAIN EASY english, not some college mumbo jumbo.(since me being in only 8th grade.)

If anyone has any suggestions other languages I would also like to know.

Thanks.

Romaunt Valentino
 
Old August 10th, 2007, 09:41 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Hmmm. Wrox offers up quite a few books on C# and you can view all of them here:
http://www.wrox.com/WileyCDA/Section...&field=keyword

You will, of course, want to disregard the results for C++. What is your focus though? Web development or Desktop development? Also, it has been my experience that as long as you are sticking to books with the word "Beginning" in the title, the author more or less assumes that the reader knows nothing about the book BUT read the preface find out who the book is geared towards. A great beginners book will be worthless to you if it doesn't explain the most fundamental basics (for example types, int, string, etc) and the implications for using the various types.

I would suggest any of Wrox's books (my opinion is a bit skewed though) if, for nothing else, the community here is wonderful and can answer just about any question you have on a general level as well as with any question you might have about X book.

Let me know if you have any more questions!

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET

Professional IIS 7 and ASP.NET Integrated Programming

================================================== =========
 
Old August 11th, 2007, 07:10 AM
Registered User
 
Join Date: Aug 2007
Posts: 4
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Thanks, and I will.

Romaunt Valentino
 
Old August 15th, 2007, 06:46 AM
Registered User
 
Join Date: Aug 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi all,

I just get promoted to be a developer at my company (yipee...) but the problem is, i dont know the C# syntax... I'm looking at Wrox book and i found a lot of C# book which make me confuse which one should i use....

overview of my company...
we're doing website for newspaper

- we use microsoft SQL server as database
- we use C# to develop the website (template, index.aspx and all of it)our system which use C# will extract all the data and generate our site. The data will update daily...
- we send data to client thru XML

so the book i need is the book that can help me to create website that could manipulate data, put in as dynamic website and generate xml as well... anybody can help me choose which book is best for me? your help is veeeryyy much much much appreciate....


 
Old August 15th, 2007, 07:34 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Since you are primarily a web developer and are not familiar with C#, your best bet is probably going to be a book like this: http://www.wrox.com/WileyCDA/WroxTit...470042583.html

Let me know if you have any other questions.


================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET

Professional IIS 7 and ASP.NET Integrated Programming

================================================== =========
 
Old August 15th, 2007, 01:53 PM
Registered User
 
Join Date: Aug 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi dparsons,

wow! very fast respond... thank you very much!...

got a few more question.... (sorry ask a lot)

i already buy "Fast Track C#", so beside the one you suggested, i also interested of getting another pure C# book which can provide good reference on what's inside the C# library. For example what ".GetHashCode" do... what ".GetEnumerator" do, how to call the build in function in C# and so on..

then which one is better for me....
- C# 2005 programmer's reference
or
-professional C# 2005
or
-professional C# 2nd edition
or
-professional C# 3rd edition

all are look like same to me which make me confuse..

thanks a lot...

-lukman-


 
Old August 15th, 2007, 02:26 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

I would probably suggest the Reference guide in that situation. Also do not forget about the MSDN as all the documentation for all the classes, properties, fields, etc can be found there. For example, here is the documentation for GetHashCode()

http://msdn2.microsoft.com/en-us/library/system.object.gethashcode(VS.71).aspx

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET

Professional IIS 7 and ASP.NET Integrated Programming

================================================== =========
 
Old August 16th, 2007, 11:28 AM
Registered User
 
Join Date: Aug 2007
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default

thanks dparsons... you the best!

 
Old August 16th, 2007, 11:52 AM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Im glad you found my posts helpful =]

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
Technical Editor for:
Professional Search Engine Optimization with ASP.NET

Professional IIS 7 and ASP.NET Integrated Programming

================================================== =========





Similar Threads
Thread Thread Starter Forum Replies Last Post
Another newb syntax question mean34dean Access VBA 4 April 4th, 2008 07:45 AM
I'm a newb.... I think I'm doing something wrong.. aaronmuslim XSLT 10 March 18th, 2008 01:02 PM
Newb question zenobr BOOK: ASP.NET 2.0 Website Programming Problem Design Solution ISBN: 978-0-7645-8464-0 1 November 15th, 2006 10:19 PM
XSLT Newb. TimJR88 XSLT 1 November 21st, 2005 03:14 PM
Need Help (Newb at HTML) Therum HTML Code Clinic 1 January 31st, 2005 07:35 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.