Any tutorials or books that teach C # how I learned Java (command line, without intelliSense or VS)?

I am a good Java programmer and want to learn C # (it seems like fun, delegates, linq, lambda expressions, access to native dlls and without changes, etc.).

Every tutorial book seems to teach C # Visual Studio. But in a learning state, I want to write everything manually without intelliSense or a project / solution, etc. And compile it on the command line, as someone recognizes java.

Is there a good resource or book that teaches C # and .net in this way?

+3
source share
4 answers

, .NET. #, IDE , "" . , - .NET, , Visual Studio , , ReSharper, - . . , , / , , .

+4

, .net. , , , , " " .

. , , , MSDN Google.

, IDE, ( , , ). , Java , Eclipse IDE. , VS, .,.

, "off-line", , . intellisense, .,; -)

0

Pro # 2010 .NET 4 Andrew Troelsen.

2 # csc.exe. 9 , , 34 !

Basically, these are more theoretical examples than code examples. Therefore, you can try to try your ideas in a notebook or anywhere. I think Troelsen has done its best not to assume that everyone is using Visual Studio. There's even a chapter in the Mono app.

In addition, this book is awesome, covers the entire width of C # that you will ever need in your work, and has the biggest single possible effect on my programming skills.

0
source

All Articles