Category Archives: Tools

What is DevOps?

I came across this great definition of what DevOps is from the folks at Amazon – DevOps is the combination of cultural philosophies, practices, and tools that increases an organization’s ability to deliver applications and services at high velocity: evolving and improving products at a faster pace than organizations using traditional software development and infrastructure […]

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Technology, Tools, Virtualization | <span class="entry-utility-prep entry-utility-prep-tag-links">Tagged</span> , , | Comments Off on What is DevOps?

5 tools I like

RichCopy – is a powerful, multi-threaded alternative to the popular RoboCopy file copy utility.LINQPad – Good interactive tool to query database and learn LINQ.Fiddler – Cool debugging proxy for checking out HTTP traffic.Everything – Locate files and folders by name instantly.BugShooting Screen capture tool

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Tools | Comments Off on 5 tools I like

ELMAH

ELMAH ( “Error Logging Modules and Handlers” ) is a useful error logging pluggable tool for ASP.NET web applications. It can be configured to log nearly all unhandled exceptions and the log can be even remotely viewed.

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> asp.net, Browsers, Tools | Comments Off on ELMAH

Goosh!!!

Goosh.org – UNIX like command line interface to Google…

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Tools | Comments Off on Goosh!!!

Junction Points

On XP, the utility linkd.exe can be used to create NTFS junction points. Junction points let you ‘graft’ a target folder onto another NTFS folder or mount a volume onto an NTFS junction point. Junction points solve the problem of needing more then 26 drive letters. e.g. linkd c:\mydir c:\wheresourceis\alongwayaway This utility is available on […]

<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> Tools | Comments Off on Junction Points