How to create a minimal CMS in .Net - Part 1

I have been using Hugo for building landing pages for my projects and it has been doing a great job. But every time I build a new site I have used a new theme and have to create a new layout in Hugo for it, and I haven't...

Read more

How to improve conversion for Saber Feedback

When listening to the episode #164: A Saber Feedback update 9 months after acquisition of Steve McLeod's podcast bootstrapped.fm I was thinking that I might actually have some ideas that could increase customer conversio...

Read more

MSMQ Studio 1.0.3 Released

Today I released version 1.0.3 of MSMQ Studio after a long period of no releases. In this version there are some minor fixes and a feature that was supposed to be implemented is finally implemented. The feature enables y...

Read more

AssemblyVersionAttribute explained–Part 2

There has been some interest in my blog post about AssemblyVersionAttribute explained regarding how build numbers are calculated from the date when the application was compiled. So I thought I could also make a post on h...

Read more

MSMQ Studio BETA Trial Version Released

I just released the 14-day trial version of MSMQ Studio BETA now. With this version I will be able to deliver updates more frequently and you will be able to purchase a license that will remove all time limits from the p...

Read more

WiX Service Account Dialog - part 2

I got the question on how I put the username and password from the service account dialog (see part 1 ) back into the ServiceInstall element. The way I did it was to create two properties to hold default values (at the m...

Read more

WiX Service Account Dialog

In my current project we had a need to be able to enter the service account details during setup for the service which is hosting our WCF services. I couldn't find a dialog that does this using WiX so I created my own. I...

Read more

Wix/Msi Tip: Use ALLUSERS property

If you create a installation package do not forget to set the ALLUSERS property. If you do not set the ALLUSERS property it will default to per-user installtion. The values for ALLUSERS property is: 1 for per-machine ins...

Read more

William goes on air!

Tonight William will be on Inside Edition is USA!! Check it out and tell me about it. We are not able to see it in Sweden....

Read more

AssemblyVersionAttribute explained

Since I could not find a good explanation myself for how buildnumber and revision is generated for the AssemblyVersionAttribute when you specify the pattern "1.0.*", I decided to write my own. When you specify that you w...

Read more

Busy, busy...

It has been a lot of things going on the last month. We went away for a week to my girlfriend's parents in Örnsköldsvik to celebrate christmas. And on new years eve I propsed to my girlfriend! So now we have decided to g...

Read more