Always remain updated about current software development trends

Articles having tag: TOOLS

Regex logviewer

Using the power of regex to parse your logs.

Regex Logviewer

Using the power of regex to parse your logs

Visual Studio Visualizer: Part 1

This project shows a work around to make a non-serializable object available to a custom visualizer.

The Acteur Pattern

| 0Acteur is a pattern for pipelining work - a little DI functional goodness for Java. I might have been speaking Swahili when I wrote about Acteur last month. Sohere's a simple explanation of the design pattern behind it, with a simple sample project.

AutoCloseable - not just for I/O

| 0How to use JDK 7's AutoCloseable formore than just I/O- it's actually quite useful in your own APIs. See the real full blog over ontimboudreau.com.

Using the Enterprise Library 6 Configuration Console with Visual Studio 2012

You will have to download and run the Configuration Console fromhttp://www.microsoft.com/en-us/download/details.aspx?id=38789, there is no NuGet package for it. After that, you will get a context menu for each project on the solution for editing the configuration:

How to Spread The Word About Your Code

You spent an entire weekend building a library, jQuery plugin, build tool, or other great piece of code you wanted to share far and wide, but after some tweets and a failed attempt to make the front page of Hacker News, your creation languished, unloved, in...

Visual Studio Visualizer: Part 1

This project shows a work around to make a non-serializable object available to a custom visualizer.