vote up 3 vote down star

Okay the question isn't clear enough, I'll try and refactor it. As the .net platform is growing in the direction java has become today i.e. loads of 3rd tools, its hard to make a choice as to what core tools to devote ones time to using and mastering for solving problems. So my question is what would be a core set of tools to have for solving problems in the context of (TDD, Patterns and Development Methodology);

TDD. What framework to use (nUnit, xUnit, Visual Studio Test Framework, etc)

Patterns. Which to really understand (Factory, Iterator)

Methodology. Which to follow to be agile (Scrum, XP, etc)

Thanks guys for the rapid feedback.

flag

What is the question? – Oscar Reyes Feb 24 at 20:41
"Is C# becoming like Java?" – Alex Fort Feb 24 at 20:43
What testing framework would you suggest one learn given there are a few. What patterns would be core patterns to understand and what methodology among the agile ones will be good to use – simplyme Feb 24 at 20:44
If those are your questions, then ask those. – EBGreen Feb 24 at 20:50
I think it's much more productive to edit the question to restated it rather than closing it. If you have edit close power, you have edit power. Why not just edit it instead of closing it. "Not a real question" is BS IMO – Mystere Man Feb 24 at 21:05
show 4 more comments

closed as not a real question by Brian Rasmussen, Brian Knoblauch, bdukes, Jekke, Oscar Reyes Feb 24 at 20:43

2 Answers

vote up 0 vote down

3rd party frameworks/tools don't really have anything to do with the language itself. C# is a language that has a relatively quick update cycle, whereas Java is more conservative. The appearance of lots of 3rd party tools/libraries doesn't mean the two languages are alike, it just means they have a large user base.

link|flag
vote up -1 vote down

C# was based on Java originally...

link|flag
It wasn't ever "based" on Java, its design was influenced by it in a way, but it wasn't ever based on it. – Alex Fort Feb 24 at 20:43
@Alex: correct me if i am wrong but i heard MS wanted to add some features to java but sun wouldnt let them. they said "ok" and out came C# – jimi hendrix Feb 24 at 20:51
It wasn't based, it was copied ( almost ) When Microsoft lost the lawsuit against Sun, because they were attempting to make modifications to Java which will make it platform dependent. The authorization to create a new programming language and environment came. – Oscar Reyes Feb 24 at 20:56
C# is a language, .NET is a framework. Personally, I care much more about the framework comparisons than language comparisons. – pearcewg Feb 25 at 14:19

Not the answer you're looking for? Browse other questions tagged or ask your own question.