all Technical posts
Azure API Management - Conditional Policies
The Azure API Management Portal allows API Publishers to set policies to change the behavior of the underlying API by configuration. The Policies act like a pipeline that executes a set of conditions or rules in a sequence. Policies contain configurable rules for authentication, validation, quota and IP level restriction, caching and more.
all Technical posts
Welcome Azure App Service. Some of my thoughts
In this post, I'm sharing some of my thoughts about the fresh Azure App Service, that were announced by Scott Guthrie and Bill Staples.
all Technical posts
Continuous Integration with JavaScript, NUnit on TFSBuild (Part 3/3)
At Codit Products we often do research at new technologies. It is important that these new technologies are easy to use, testable and maintainable. I would like to share my experience about JavaScript testing on a continuous Team Foundation Build server.In this blog series, we first focus on how to automatically test and get code coverage from JavaScript. Part 2 describes how to execute javascript tests on the build server and have test results next to your build package. Part 3 explains how to use other testing frameworks like NUnit instead of the default MSTest framework on the build server.
Download Our New White Paper "Understanding SaaS and PaaS for IoT"
Discover which solution will help you meet your IoT goals.
Unlocking the Value of Dynamics 365 Through Integration
Learn how you can unlock the value of Dynamics 365 through integration for your organization.
Discover How You Can Get Started with IoT in this eBook "Beyond the IoT Hype"
This eBook walks you through the steps on how to begin your IoT journey.
all Technical posts
Continuous Integration with JavaScript, NUnit on TFSBuild (Part 2/3)
At Codit Products we often do research at new technologies. It is important that these new technologies are easy to use, testable and maintainable. I would like to share my experience about JavaScript testing on a continuous Team Foundation Build server.In this blog series, we first focus on how to automatically test and get code coverage from JavaScript. Part 2 describes how to execute javascript tests on the build server and have test results next to your build package. Part 3 explains how to use other testing frameworks like NUnit instead of the default MSTest framework on the build server.
all Technical posts
Continuous Integration with JavaScript, NUnit on TFSBuild (Part 1/3)
At Codit Products we often do research at new technologies. It is important that these new technologies are easy to use, testable and maintainable. I would like to share my experience about JavaScript testing on a continuous Team Foundation Build server.In this blog series, we first focus on how to automatically test and get code coverage from JavaScript. Part 2 describes how to execute javascript tests on the build server and have test results next to your build package. Part 3 explains how to use other testing frameworks like NUnit instead of the default MSTest framework on the build server.
all Technical posts
How to create your own Mini SAP Part 4: Configure the SAP Master Data
The last couple of month’s I've been playing around with SAP on my local development machine and I've received a couple of requests/questions of people that also would like to have their own SAP instance to try out some scenarios.Based on these requests I have written a series of blog posts that covers the entire installation and setup of a local development SAP instance.