About
This blog is mostly about my work, but expect an occasional home project, productivity tip and tooling review.Search
Categories
- Conference (21)
- Development (217)
- Security (19)
- Test (32)
- Tooling (175)
- Uncategorized (169)
Author Archives: erictummers
WordPress iPhone app
The wordpress app has a place in the Rewind 2010: iPhone apps list. I’m using it to publish this item. Works great. Go install it.
Posted in Tooling
Leave a comment
WCF Discovery
A new feature in WCF4.0 is buildin Discovery. With Discovery a Hello message is send to the Discovery service when a service starts. This way the Discovery service knows the services is available. Whenever the service stops a Goodbye message … Continue reading
Posted in Development
Leave a comment
Many-to-any link back to parent
ActivRecord has a feature to create relations between tables with the name of the table as a variable. The example deals with payment and order. A payment can be iDeal or PayPal. The dotNET code uses a interface (IPayment) which … Continue reading
Posted in Development, Tooling
Leave a comment
Azure configuration
My cloud project with Azure progresses. The packages must be installable to multiple Azure environments. This means configuration. But how to make changes to the web.config of my WebRoles? One option is to NOT encrypt the package as described here, … Continue reading
Posted in Development
Leave a comment
Frameworks puzzle
I’m building a new tool and my focus should be on the new problem the tool is going to solve. The basic problems a developer faces I want to solve with known solutions/frameworks. These are my choises: Antlrworks + Antlr: … Continue reading
Posted in Development
Leave a comment