Moving again

Blog has been moved to new site. Those reading through RSS doesn’t need to update.

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 :)

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!

Mono 1.2

.NET Framework 3.0 Available

NHibernate 1.0.3

The (presumably) last maintaining release for 1.0 has left the hands of nhibernate devs:
Core - Release notes - Policy
Contrib - Release notes

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.

A more performant lock

Vance Morrison presented a solution for the performance drainers for acquiring a fast lock.

How to embed a picture in an email as a resource?

I never succeeded before reading this short summary. I tried playing around with CreateAlternateViewFromString, that one holds some nice tricks too for embedding html and text content as mime multipart message, etc. Btw, as this class gets bigger, it’s getting harder to mock it. I hope sooner or later there will be a good mocking solution for all new system.net.mail goodies.

Bootstrapper Manifest Generator

To generate custom prereqs for ClickOnce.