Best libraries, extras and things for C# (ASP.NET included) [closed]
Questions asking us to recommend or find a book, tool, software library, tutorial or other off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this questionI 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 -开发者_如何学Go 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
- ReSharper - Unit testing and code refactoring for C# (Free for OpenSource)
- .Net Memory Profilie (Not free) - Name says it all, not free for any use
- Refactor! - Refactoring for C#
Thanks
Resharper is one of the best "extras" I've come across.
- 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)
For .NET libraries, this question is comprehensive. As for IDE's, I use either Visual Studio, the VS Express Editions or MonoDevelop.
I'm using Visual Studio 2008 with i.e. the Refactor! 2008 plugin.
Libraries
here: https://stackoverflow.com/questions/662956/most-useful-free-net-libraries
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
精彩评论