Author |
Message |
wallc++
|
Posted: Mon Jun 15, 2009 2:52 pm Post subject: im starting C# anyone know of any good books or tutorials |
|
|
me my sister and our friend julian are thinking of starting C# over the summer for something to do. me and julian have programing experience already in vb turing and just a small amount of C++ my sister has none. so if anyone knows of any good books on the language or know of any good reliable tutorials please post them.
were using visual C# 2008 espress edition
thanks |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
ecookman

|
|
|
|
 |
rdrake

|
Posted: Mon Jun 15, 2009 5:47 pm Post subject: RE:im starting C# anyone know of any good books or tutorials |
|
|
A fine strapping young lad wrote a mighty great tutorial on C# right here on this very forum.
Post any questions in this forum that you might have. |
|
|
|
|
 |
wallc++
|
Posted: Tue Jun 16, 2009 2:38 pm Post subject: Re: im starting C# anyone know of any good books or tutorials |
|
|
did you code the tutorials in VC# 2008 express edition? because i know when i talk about C++ on the C++ forum they ask to state the IDE your using because there are so many different types of C++ |
|
|
|
|
 |
ecookman

|
Posted: Tue Jun 16, 2009 4:14 pm Post subject: RE:im starting C# anyone know of any good books or tutorials |
|
|
it should be the same, i think the reason that they wanted to know it, is because different programs work slightly differentially, but i think the code should be the same |
|
|
|
|
 |
rdrake

|
Posted: Tue Jun 16, 2009 4:43 pm Post subject: Re: im starting C# anyone know of any good books or tutorials |
|
|
wallc++ @ Tue Jun 16, 2009 2:38 pm wrote: did you code the tutorials in VC# 2008 express edition? because i know when i talk about C++ on the C++ forum they ask to state the IDE your using because there are so many different types of C++ VC# 2008 Express and Visual Studio 2008 both use the exact same compiler to compile the code. Even if you compile from the command line using csc.exe it's still the same compiler.
The only time you may experience issues is when using Mono or dotGNU, but even then any issues you have with different compilers will typically have to do with libraries and not the language itself.
Short answer: Yes, it will work. |
|
|
|
|
 |
wallc++
|
Posted: Fri Jun 26, 2009 3:27 pm Post subject: Re: im starting C# anyone know of any good books or tutorials |
|
|
thanks now the only other thing now is what do you do to open a new project? |
|
|
|
|
 |
sjjoseph
|
Posted: Mon Jan 18, 2010 1:06 am Post subject: Re: im starting C# anyone know of any good books or tutorials |
|
|
Hi all,
There are lots of sites available for teaching c# with examples and video tutorials.
And ebooks are also available on net. aspallience, c#corner, .net spider are some of the sites. |
|
|
|
|
 |
Sponsor Sponsor

|
|
 |
SNIPERDUDE

|
Posted: Mon Jan 18, 2010 6:18 pm Post subject: RE:im starting C# anyone know of any good books or tutorials |
|
|
I found the "For Dummies" book very useful, as have a few of my colleagues. |
|
|
|
|
 |
|