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
Notebook FanControl custom use
A user called Grantig on computerbase.de created the tool Notebook FanControl. It is written in C# and uses WCF for communication with a backend service. Using JustDecompile and the information from the config I managed to build my own front-end. … Continue reading
Week 5 roundup
Last week recap and links: What’s New with ASP.NET 5 course from microsoft virtual acadamey. Been watching this during swim practice of my daughter. Post about automation on the iPhone with workflow and launch center pro. I’m triggered, what can … Continue reading
Add tracelistener with powershell
In our deployment script we automate the installation and configuration of our product. For Development and Test environment we want to log everything to a file. The powershell script below takes care of adding TextWriterTraceListener to the trace listeners. The … Continue reading
Xamarin iOS development
I’m creating an app for personal use. Here’s what I’ve learned so far. Installation of the SDK and Xamarin is easy. Just download and install. I’ve chosen the starter (free) plan. To run the app without an Apple iOS Developer … Continue reading
Week 4 roundup
Last week recap and links: Seems like LiveDocumenter has got an update to 2.0. I’ve been using it for some time to view my documentation as I was programming. Aure friday is my main source to keep up with what’s … Continue reading
Posted in Uncategorized
Tagged azure, Azurewebsites, livedocumenter, roundup, Trello
Leave a comment