FIrst day

  • Thread starter Thread starter Ruslan Shlain
  • Start date Start date
R

Ruslan Shlain

Hi guys. I have posted a question before but I came up with another one and
I just wanted to get an opinion of as many people as possible. Today is a
first for me developing in C#. I am looking for some guidance.What would be
logical topics to look at and what things I should consider? I am VB.NET
developer of 3 years and just looking to get more involved in the C#.

Please respond with URL's and any thing else that may give me a boost in
learning C#.
 
Hi,

I am also new to C#.net since today.
I posted the same question a few topics below. I hope that may help you :-).
 
Ruslan Shlain said:
Please respond with URL's and any thing else that may give me a boost in
learning C#.

If you do know really well programming and already use vb.net the c#
programmer's reference is enough, IMHO
 
CodeGuru.com, CodeProject.com, GotDotNet.com, msdn.microsoft.com,
c-sharpcorner.com.

I'm sure there are plenty of others, but this will keep you busy for a few
years.

Pete
 
Hello Ruslan & others,

If you're looking for a book rather than a web site, I really enjoyed
Charles Petzold's "Programming in the Key of C#" which gives very good
examples of how to use the language, and presents some insights as to what's
going on under the hood.

(It's also not a text that you need a PhD to read - I covered quite a bit of
it over a couple of cups of coffee at a local Borders, and found it very
helpful)

....as far as websites go, I really like CodeProject.com.

Hope This Helps!

-Evan
 
Back
Top