tags:

views:

100

answers:

6

Is it feasible to become proficient with msft dotNet using only opensource (or no-fee tools from msft)

if yes, what is the toolset?

+2  A: 

Yes. The Express Editions of Visual Studio.

John L.
+1  A: 

If by open source you mean free these are a good start:

Darin Dimitrov
+1  A: 

Visual Studio Express is a free download from Microsoft.

Guffa
+1  A: 

There is also:

  • SharpDevelop
  • Mono (though not strictly the whole framework includes mono develop)
  • Roll your own directly with any editor, MSBuild and the SDK
GrayWizardx
+1  A: 

And if you need a relational database SQL Server Express and MySQL are free.

Matthew Sposato
+1  A: 

Yes, however only to an extent. The free stuff like Microsoft Visual Studio Express is a great start for hobbyist and can help you practice the fundamentals. But you need the paid version for advance tools/features like code analysis. The advance tools help you do the powerful stuff and can reduce the amount of code you write and errors you create.

Phil