Tips of Converting from Java to C# & .NET

  • Thread starter Thread starter swebb99
  • Start date Start date
S

swebb99

Hi,

I'm an experienced Java developer, mainly working on GUI front ends.
I've decided its time to try and pick up C# and .NET and add another
string to my bow. Any tips on what tools I should be using, what sites
to visit, what books to take a look at.

Any info gratefully appreciated.

Steve
 
Hi,

I'm an experienced Java developer, mainly working on GUI front ends.
I've decided its time to try and pick up C# and .NET and add another
string to my bow. Any tips on what tools I should be using, what sites
to visit, what books to take a look at.

Any info gratefully appreciated.

Steve

I should add I've never done any microsoft development, so I've no
history on com components or any other things like that in the
microsoft world !
 
swebb99 said:
I'm an experienced Java developer, mainly working on GUI front ends.
I've decided its time to try and pick up C# and .NET and add another
string to my bow. Any tips on what tools I should be using, what sites
to visit, what books to take a look at.

You could start with the Express Version of Visual Studio:
<URL:http://www.microsoft.com/express/vcsharp/>
MSDN also has a section on C# for Java developers:
<URL:http://msdn2.microsoft.com/en-us/library/ms228358.aspx>
 
swebb99 said:
I'm an experienced Java developer, mainly working on GUI front ends.
I've decided its time to try and pick up C# and .NET and add another
string to my bow. Any tips on what tools I should be using, what sites
to visit, what books to take a look at.

..NET SDK (free)
Visual Studio Express (free) or SharpDevelop (free)
a good book (like "Professional C#" from Wrox)
assuming you mean GUI in desktop apps then start with "win forms" /
"windows forms"

Arne
 
.NET SDK (free)
Visual Studio Express (free) or SharpDevelop (free)
a good book (like "Professional C#" from Wrox)
assuming you mean GUI in desktop apps then start with "win forms" /
"windows forms"

Arne

Thanks for the replies guys. I'll take a look into the info you sent.
Sounds like I won't have to open my wallet too much which is nice to
hear :)

Steve
 
Back
Top