BizTalk Server 2020: Hybrid Connectivity with Azure Logic Apps Adapter...
BizTalk Server 2020 is undoubtedly the best-suited integration for the On-Premises integration platform and IaaS (Infrastructure as Service). It is also integrating cloud services with a variety of...
View ArticleMarch 1, 2021 Weekly Update on Microsoft Integration Platform & Azure iPaaS
Do you feel difficult to keep up to date on all the frequent updates and announcements in the Microsoft Integration platform and Azure iPaaS? Integration weekly updates can be your solution. It’s a...
View ArticleBizTalk Scheduled Task Adapter 7.0 is now available for BizTalk Server 2020
Once again, after many requests and many postponements, due to my unavailability and free time to take these tasks, BizTalk Scheduled Task Adapter is finally officially available and optimized for...
View ArticleMarch 8, 2021 Weekly Update on Microsoft Integration Platform & Azure iPaaS
Do you feel difficult to keep up to date on all the frequent updates and announcements in the Microsoft Integration platform and Azure iPaaS? Integration weekly updates can be your solution. It’s a...
View ArticleBizTalk Scheduled Task Adapter 7.0.2 is now available for BizTalk Server 2020
It has been a while since I didn’t follow carefully all the comments or issues posted on my blog or GitHub regarding BizTalk Scheduled Task Adapter. It was not by lack of interest but instead due to my...
View ArticleMarch 15, 2021 Weekly Update on Microsoft Integration Platform & Azure iPaaS
Do you feel difficult to keep up to date on all the frequent updates and announcements in the Microsoft Integration platform and Azure iPaaS? Integration weekly updates can be your solution. It’s a...
View ArticleBizTalk WCF-SQL Error: System.NotSupportedException: The SqlDbType “” is not...
Recently while I was testing an integration solution on a client that uses WCF-SQL to insert data on a SQL Server database I got the following error: System.NotSupportedException: The SqlDbType “” is...
View ArticleMarch 22, 2021 Weekly Update on Microsoft Integration Platform & Azure iPaaS
Do you feel difficult to keep up to date on all the frequent updates and announcements in the Microsoft Integration platform and Azure iPaaS? Integration weekly updates can be your solution. It’s a...
View ArticleBizTalk Scheduled Task Adapter 7.0.2 is now available for BizTalk Server 2016
A few days ago, I release the latest version of the BizTalk Scheduled Task Adapter optimized for BizTalk Server 2020. Today I merged the changes and improvements made on that version and made it...
View ArticleMarch 29, 2021 Weekly Update on Microsoft Integration Platform & Azure iPaaS
Do you feel difficult to keep up to date on all the frequent updates and announcements in the Microsoft Integration platform and Azure iPaaS? Integration weekly updates can be your solution. It’s a...
View ArticleIntroducing a new brand and Azure Functions: Moving from Azure Portal to VS
Before we start with the actual post, I’d like to introduce a new brand we will be developing. This is the first official post with the “It’s not Rocket Science!” brand. With this concept, we intend to...
View ArticleApril 5, 2021 Weekly Update on Microsoft Integration Platform & Azure iPaaS
Do you feel difficult to keep up to date on all the frequent updates and announcements in the Microsoft Integration platform and Azure iPaaS? Integration weekly updates can be your solution. It’s a...
View ArticleLogic Apps: CSV Alphabetic sorting
Everyday we learn new things and when it comes to Logic Apps, we tend to learn even more, because it’s always shifting and new components are added. If we’re using ARM templates, the deployment brings...
View ArticleApril 12, 2021 Weekly Update on Microsoft Integration Platform & Azure iPaaS
Do you feel difficult to keep up to date on all the frequent updates and announcements in the Microsoft Integration platform and Azure iPaaS? Integration weekly updates can be your solution. It’s a...
View ArticleA fish out of water: Azure Storage Emulator Could not find a LocalDB...
I usually use the series A fish out of water when I want to write something that goes a little bit off-topic on my main blog topic: Enterprise Integration. But this time is different. This was kind of...
View ArticleLogic Apps: Catching errors
As part of development guides, it’s always a good idea to have a fallback plan and handle errors. You can be 99.999% confident that your code won’t fail, but that 0.001% chance happens. “Anything that...
View ArticleApril 19, 2021 Weekly Update on Microsoft Integration Platform & Azure iPaaS
Do you feel difficult to keep up to date on all the frequent updates and announcements in the Microsoft Integration platform and Azure iPaaS? Integration weekly updates can be your solution. It’s a...
View ArticleLogic Apps: Async processing pattern
Sometimes we have the need to perform a kind of “fire and forget” pattern in Logic Apps. Todays post is a short one, but very useful one. Usually, a Logic App will have a synchronous pattern, meaning...
View ArticleApril 26, 2021 Weekly Update on Microsoft Integration Platform & Azure iPaaS
Do you feel difficult to keep up to date on all the frequent updates and announcements in the Microsoft Integration platform and Azure iPaaS? Integration weekly updates can be your solution. It’s a...
View ArticleLogic Apps: Recursive Logic Apps
While dwelling in my thoughts, a memory came to my mind. In my college time, I was present a challenge to make a recursive Fibonacci algorithm, in LISP without using Loops. This was a challenge,...
View Article