How an AppDomain can help you isolate your method calls

How an AppDomain can help you isolate your method calls

In one of my latest pet-projects (which with a bit of luck is about to become a real project, knock on wood!) I have been in need of executing code in total isolation form the containing application.  Without giving too many details, the system allows plugins to be uploaded ( as...

2 minute read
How to reset the entities state on a Entity Framework Db Context

How to reset the entities state on a Entity Framework Db Context

I had two bad days. Those days wasted chasing a stupid bug. I had a test class with 4 test cases on my infrastructure layer. If executed one by one, they pass. If the whole suite was executed, only the first one was passing. At the end I found out...

2 minute read
How I used Travis CI to deploy Barfer on Azure

How I used Travis CI to deploy Barfer on Azure

Ok this time I want to talk a little bit about how I used Travis CI to deploy Barfer on Azure. Last time I mentioned how much helped having a Continuous Delivery system up and running so I thought it would be worth expanding a little bit the concept. Some...

3 minute read
#hashtags just landed on #Barfer!

#hashtags just landed on #Barfer!

Yeah I know, I blogged yesterday. I probably have too much spare time these days (my wife is abroad for a while) and Barfer has become some kind of obsession. You don’t know what Barfer is? Well go immediately check my last article. Don’t worry, I’ll wait here. So the new...

2 minute read