all Technical posts
Sentinet Extensibility – Custom SMS Alert Handler with Twilio
Sentinet is highly extendable through standard Microsoft .Net, WCF and WIF extensibility points. Also the Sentinet API interfaces can be used to extend Sentinet possibilities.
all Technical posts
Creating a High Available FTP Server on Microsoft Azure
This blogpost will demonstrate how to create a high-available FTP server on the Microsoft Azure platform.
all Technical posts
Not all properties are created equal!
Although there are several posts about the different type of Context Properties, they do not explain the most important differences in full. This post will not cover the PartContextPropertyBase because it is intended for very specific (EDI/MIME) scenarios.
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
Sentinet – Leverage the standard WCF extensibility points
Sentinet is highly extendable through standard Microsoft .NET, WCF and WIF extensibility points, and thorough the Sentinet API interfaces.In the previous post we saw how to build a custom access rule expression (standard .NET library), With this post I would like to continue the serie about the Sentinet Extensibility and demonstrate how to leverage the WCF extensibility setting up my virtual service with a custom endpoint behavior.
all Technical posts
Troubleshooting the WCF-Custom adapter - Typed-Polling with dynamic SQL & empty result sets
Integration with SQL Server is not always a walk in the park. Recently I had to integrate dynamic SQL scripts with Typed-Polling and some of the resulted in empty result sets. In this post I explain the pitfalls and lessons learned of our solution by using a sample scenario.
all Technical posts
Sentinet Extensibility – Custom Access Rule Expression
In Sentinet, authorization and access to any virtual service is defined using an Access Rule which is a combination of authorization expressions and logical conditions. Sentinet provides an out of the box access rule composer with a set of common Access Rule Expressions like X509 certificate, Claim and User validation. In this blog post I will go through the steps involved in creating a custom access rule expression, register it and test it.