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 (174)
- Uncategorized (168)
Most used tags
Tag Archives: cross platform
Week 1 roundup
Happy New Year. Welcome to 2015. Here are some links I found interesting. Git support in Visual studio sometimes needs a delete .git\ms-persist.xml to resync with the remote repository (kills the cache) Azure Cross-Platform Command-Line Interface. Use node.js to administer … Continue reading
Posted in Uncategorized
Tagged azure, cross platform, git, roundup, visual studio, WPF
Leave a comment
Mobile building blocks
By using partial classes I can create libraries for every mobile platform that share a common interface. The component- / classdiagram below is a concept of this principle. The light yellow blocks are generic code and the purple blocks are … Continue reading
Posted in Development
Tagged building block, classdiagram, componentdiagram, cross platform, csharp, ios, mobile development, partial method, unittest
Leave a comment