How to get started with .net...

AmigaMan

Diamond Member
Oct 12, 1999
3,644
1
0
I'm a java programmer looking to get started in .Net. Do I need to have my boss buy Visual Studio .Net or is there a compiler for it that's free? I use Eclipse for most of my development work, is there a free, .Net equivalent? TIA!
 

JetBlack69

Diamond Member
Sep 16, 2001
4,580
1
0
I believe there is a compiler that you can download free from microsoft for C#(don't know about VB.NET). It's a command line compiler if I remember correctly. Search their site.
 

AmigaMan

Diamond Member
Oct 12, 1999
3,644
1
0
Thanks for the links. I used to be a VB developer before I switched over to Java a couple years ago, so is C# a lot like developing VB apps except using a Java-like language? I mainly use Java for server side/web applications, is C# suited to that or is it more focused on the desktop? I've never really gotten the hang of Java's AWT/Swing/SWT architecture, but I used to be pretty decent at VB forms and the like.
 

oog

Golden Member
Feb 14, 2002
1,721
0
0
While there are similarities to developing VB apps, the .NET class library is more like the libraries you have with Java. You can build server side/web components or desktop applications equally well.
 

Descartes

Lifer
Oct 10, 1999
13,968
2
0
My suggestion would be to forget you ever knew VB and treat .NET like an entirely new platform, because it is.

Microsoft attempts to alleviate any pains in transitioning from VB to VB.NET/C#/etc., but it's my opinion that if you are going to learn a new platform, you should learn the new platform.