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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top