views:

163

answers:

6

I wanted to know what would some good libraries, IDE's, extras, for C# (include web development in ASP.NET be) for example:

Libraries

  • Mono Project - Cross platform C#.Net implementation, also able to run ASP.NET specific stuff

IDE's

  • Sharp Develop - OpenSource C# IDE (Includes compiler)
  • MonoDevelop - OpenSource and cross platform C# IDE (Includes compiler)

Extras

Thanks

+3  A: 

Resharper is one of the best "extras" I've come across.

dcp
Installing it now, great addition
Fladur
+2  A: 

For .NET libraries, this question is comprehensive. As for IDE's, I use either Visual Studio, the VS Express Editions or MonoDevelop.

Mark B
+1  A: 

I'm using Visual Studio 2008 with i.e. the Refactor! 2008 plugin.

hkda150
+1  A: 
  • Reflector
  • Process Explorer (not .NET specific, but a definite must have)
  • Linq Pad
  • Wire Shark (not .NET specific, but should be in every Dev's toolkit)
Tim Jarvis
Wins for beign the best list xD
Fladur
+1  A: 

Html Agility pack: http://www.codeplex.com/htmlagilitypack

Mixed with linq, gives you a flexible htmlparser(webpage scraper): http://web.archive.org/web/20080719181517/vijay.screamingpens.com/archive/2008/05/26/linq-amp-lambda-part-3-html-agility-pack-to-linq.aspx

Bless Yahu
This will be hard to add, but will do
Fladur