Category Archives: Development

Dotnet development

Multiple service calls as data for AngularJs

We need a composition layer for the GUI. It should combine the data from multiple services into one interactive web page. AngularJs comes to mind. My next step in AngularJs (first step here) is to get data from multiple REST … Continue reading

Posted in Development | Tagged , , | Leave a comment

My first steps with AngularJS

We need a composition layer for the GUI. It should combine the data from multiple services into one interactive web page. AngularJs comes to mind. As a proof of concept I decided to create a simple web page. The page … Continue reading

Posted in Development | Tagged | 2 Comments

MVVM light first look

For a side project I’m using WPF. This is where the company gets a product it needs and I learn something new. Since I’ve been mostly creating back-end and web based systems, my WPF knowledge is only theoretical. Time for … Continue reading

Posted in Development | Tagged , , , | Leave a comment

Powershell to move pictures

For the birthday of our kids my wife creates hard-copy Photo Books. The procedure is time consuming but worth every minute. Recently I migrated to the new Photos app on my MacBook. The Software for creating the book is on … Continue reading

Posted in Development | Tagged | Leave a comment

SGEN during build and deploy

With sgen you can generate a XML Serializer assembly to ship with your application. This way the .NET framework can load the assembly in stead of generating a temporary type every time you need the XML Serializer. To generate the … Continue reading

Posted in Development | Tagged , , , | Leave a comment