Blog is moving

This blog will be moved to Mount Gellert. Please update your favorites. The new RSS URL is RSS. Feel free to continue reading me on my new place. There the amount of technical articles will be presumably higher than now :)

VSTS provider for CCNet

CruiseControl.Net, one of the best Continous Integration tool has received a plugin for accessing VSTS, and a short Documentation is provided.

Using web service and indigo from powershell

New branches!

New branches of the main trunk has been released from the software ‘Mii’, named Branch A ‘Adam’ and Branch B ‘Thomas’. Feel free to poke around in the screenshot gallery!

Usefull VHDs - updated

Amazing favelet suite, and this way no install is required

Just bookmark it. It has inspector, header viewer, remover, etc. And works with Mozilla too, and has Mozilla specific tools (css tweaker, dom tree) too!

OlyMars Refresh new build

OlyMars has just released a new beta (login required) of their ORM tool. Among the new features are multiple file generation mode and some important bug fixes, you are encouraged to upgrade!

To active WF rule tracing

<system.diagnostics>
<switches>
<add name=”System.Workflow.Activities.Rules” value=”All” />
</switches>
</system.diagnostics>

Good article about debugging .NET hangs

Can be found here.

Virtual PC 2007 Beta

Let’s try it.

Recycling an ASP.Net appdomain from within

When developing, it could be useful if you have a link for recycling your appdomain on your user interface. Rick Strahl produced a small class for this aim.

Code Style Enforcer

A handy tool, if you use IDesign as bluebook for your code design guidelines.

MbUnit RC2

Xml Sample Generator

Tool to generate sample xml from xsd, according to the restrictions (enums, occuring, etc). Description can be found here.

Simulate HTTPContext

Mocked it a few times, this solution is a good to start with (it’s VB…)

Windows Communication Foundation Live Service Trace Viewer

For WCF, we are need for a good trace utility - here it is!