From Java and Delphi to C#

  • Thread starter Thread starter Alejandro
  • Start date Start date
A

Alejandro

I would like to know what are the best resources to start
learning C#. I have experience working with JSP, Servlets
and Delphi. I would like to focus in Visual Studio
targeting Windows platform.
Thanks
 
hi...

Since you have worked with Delphi, developing win apps should not be much
different for you.
Start trying out sample apps, and proceed to develop applications, and u'll
gradually get to the flow.
Wrox books and MS press books are good starters.

Happy learning.
Kannan.v
 
Hello Alejandro,
I would like to know what are the best resources to start
learning C#. I have experience working with JSP, Servlets
and Delphi. I would like to focus in Visual Studio
targeting Windows platform.

I'm also a Delphi programmer. The book "Programming C#, third edition", by Jesse Liberty is what I used to learn the basics of C#.

Then you can pick on of the core areas to learn next:

Windows Forms - very similar to Delphi GUI apps
Web Forms - ASP.NET
Web Services - provide support services to either of the above

Eric
 
Back
Top