Programmer tools 2011
List of programmer tools
I have re-installed the PC and I have been taken notice of what tools I have on the system now:
- Magic Disc – can mount .iso files ( for 2 )
- Visual Studio – must have for a easy developing path
- Sql Server 2008 – primary database for me
- 7-zip – archiver
- Firefox ( plus addons, see below)
- Smtp4dev – to see messages
- AspNetMVC3ToolsUpdateSetup
- FreeCommander – dual panels for windows explorer
- Foxit reader – pdf viewer
- Notepad ++ ( with hex addon)
- Winmerge – files/ folders difference
- Clean project – archive solution
- SqlSearch from RedGate – fast search after names
- SSMS tools – record every operation you do in sql server
- EntityFramework41 – code first development
- XUnit – automated testing + samples to do BDD style
- SSCERuntime_x86-ENU –SqlCompact provider. Works with EF4.1
- SqlCe40Toolbox – SqlCompact viewer
- NuGet.Tools.vsix – Nuget is awesome!
- ImgBurn – burn cd-s
- consolas font – see 1 and l ?
- LogParser – never know when you need to parse some files
- Moq – mocking tool
- PreviewHandlerPack -see c# code in preview window
- Regulator and Regulazy – regular expression helpers
- StringTemplate.NET – templating generator. Maybe replaced by razor ?
- NLog – logging tool. Log4Net was pretty unreliable in .NET 4
- FileHelpers – reading writing text data.
- Tcmdwincearm – Total Commander for mobile. Free.
- Jquery and Jquery UI.
- DataTables – html tables supports sorting , filtering, others.
- Windows Live Essential – blogging fast.
- InsertFilePlugin – Live writer extension to insert files to upload.
- OfficeOpenXMLPart4-MarkupLanguageReference – markup for Office XML. Used with StringTemplate
- SharpZipLib – knows how to zip multiple files.
- AutoFixture – generating sample data
- HtmlAgilityPack – parsing web pages
- T4MVC – get rid of magic names for controllers, actions
- Itextsharp – save as pdf
- Ninject – DI provider
- Hudson – continous integration
- AutoMapper – transferring data between DAL and BLL
- Selenium – testing web interfaces
- Svn -source control
- MVC Contrib – pages list and more
- Msbuildtask from tigris – build make it easy
- Psr – help made easy in Windows 7
- Firefox addons here
https://addons.mozilla.org/en-US/firefox/collections/ignatandrei/ignatandrei/
For every tool search for it . The first link will give you all details.
You can have as pdf here:List of programmer tools 2011
I reach here from this link: http://weblogs.asp.net/salvo/archive/2012/04/07/a-good-list-of-programmer-tools.aspx?CommentPosted=true#commentmessage.
A good list of programmer tools
Apr 7, 2012|0 Comments|by Blackat.NET
Thanks for the invaluable pdf.
Thank you too 😉
Andrei
HtmlAgilityPack is great. I use it in my project now!