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
Resolve certificate error for Synology Diskstation part 1 of 4
My Synology NAS allows the use of SSL to encrypt traffic. The default certificate supplied works, but gives an exception in the browser: There is a problem with this websites security certificate. The problem is the address and the certificate … Continue reading
Code generation
We developers have T4 in Visual Studio. I’ve been playing with this for a while now and use it more often to speed up repetitive tasks. The Business Intelligence team has BIML in Visual Studio. A colleague asked me to … Continue reading
Posted in Development
Tagged biml, Code generation, prototype composer, T4, tablediff
Leave a comment
My blog is carbon neutral
With this post a tree is planted, neutralising the carbon dioxide emissions of my blog. Read all about it on Mach’s grün (no worries, it’s in english) Spread the word and plant your own tree by blogging about this.
Posted in Uncategorized
Leave a comment
Parallel Deflate issue in DotNetZip Library
For deployment packages we use DotNetZip Library to create zip files. One of the files recently became corrupted when put in the package. We investigated the changing of Compression Level and Compression Method. Which solved the issue but none were … Continue reading