EvilZone
Programming and Scripting => .NET Framework => : m1kesanders April 06, 2013, 12:08:00 PM
-
OK well I recently started learning python, which I think I have a pretty good understanding of, so I decided to start on C#, but despite everywhere I look I can't find a good ebook or pdf does anybody have anything? thanks in advance :)
-
There's a lot of great e-books out there you just have to search for them. There are actually also a lot of e-books on C# here on EvilZone.
https://evilzone.org/ebooks/microsoft-visual-c-2012-step-by-step/ (https://evilzone.org/ebooks/microsoft-visual-c-2012-step-by-step/)
Here's some links I gathered from a quick Google search:
http://cplus.about.com/od/freeebookscprogrammi/Free_EBooks_for_C_Programming.htm (http://cplus.about.com/od/freeebookscprogrammi/Free_EBooks_for_C_Programming.htm)
http://readwrite.com/2011/05/28/free-e-books-on-c (http://readwrite.com/2011/05/28/free-e-books-on-c)
-
I say keep learning Python, until you master it, then you can move to another language.
-
This is the C/++ board.
C# != C/++.
C# essentials (http://www.techotopia.com/index.php/C_Sharp_Essentials)
A beginner programmer's guide to C# (http://www.csharpcourse.com)
C# reference. (http://msdn.microsoft.com/en-us/library/618ayhy6%28v=vs.71%29.aspx)
These are all freely available and obey copyright rules and stuff.
Other than that, grab a copy of SharpDevelop (open source clone of VS) (http://www.icsharpcode.net/OpenSource/SD/Default.aspx) and get cracking, no book can replace experience.