Artigo “BizTalk Server – Transformar arquivos de texto (Flat Files) em XML” na Revista “Programar”
For the BizTalk Portuguese Community, I published an article titled BizTalk Server – How to transform flat files into XML in the Magazine Programar, and I will soon translate it to English. Já está disponível a 34ª edição da Revista PROGRAMAR, uma publicação digital gratuita com diversos artigos relacionados com desenvolvimento de software. Esta edição contém um artigo… Read More »
Contest: Win a e-copy of the book BizTalk Server 2010 Cookbook
I was one of the technical reviewers of the book, and now I have the pleasure to being the first to give this book in electronic format to one member of the BizTalk community, courtesy of PACKT Publishing. I have one e-copy of the new book BizTalk Server 2010 Cookbook to give away!!! This book was… Read More »
Summary of 64-bit support for the different versions and editions of BizTalk Server
When designing a BizTalk Server environment, performance is often the top priority. One of the most common questions I receive is regarding 64-bit support. There is often confusion between running BizTalk on a 64-bit OS and the engine’s ability to actually execute as a native 64-bit process. To clear this up, I have summarized the… Read More »
Announcing the Availability of the BizTalk ESB Toolkit 2.1
The BizTalk ESB Toolkit 2.1 has been released. It is a collection of tools and libraries that extend BizTalk Server 2010’s capabilities of supporting a loosely coupled and dynamic messaging architecture. It functions as middleware that provides tools for rapid mediation between services and their consumers. Enabling maximum flexibility at run time, the BizTalk ESB… Read More »
BizTalk Document Mapping – Organizing Maps
As any BizTalk developer knows, what starts as a simple “drag-and-drop” map can quickly spiral into a “spaghetti” of links that is impossible to debug. When dealing with large schemas, organizing your mapping logic isn’t just a “nice-to-have”—it’s a requirement for enterprise-grade development. If you are dealing with large maps, they can become very complex… Read More »
How to schedule an orchestration (BizTalk 2004, 2006 or R2)
One of the most common requirements in integration projects is the need to trigger a process at a specific time. Whether it’s a nightly batch process or an hourly data sync, knowing how to schedule a BizTalk Server orchestration effectively is a core skill for any integration developer. So the main question that developers and… Read More »
How to check which .NET Framework versions are installed with PowerShell
While everyday users typically don’t need to worry about which .NET Framework versions are installed on their devices, some applications require specific releases to install and function correctly. Additionally, developers often need to work with multiple versions of the development platform to build and test their applications. Consequently, knowing the installed .NET version on a… Read More »
Books
Sandro Pereira Books Most Popular Downloaded eBook BizTalk Mapping Patterns and Best Practices The BizTalk Mapping Patterns and Best Practices book is a reference guide mainly intended for BizTalk developers to make their day-to-day lives easier. A 400-page recipe for BizTalk Developers to develop effective, robust, and organized maps. The book offers insights on how… Read More »
Whitepapers
Whitepapers Most Popular Downloaded whitepaper Logic Apps Consumption – How to get the Logic App error detail message guide By default, Logic App allows handling errors using the Configure run after settings at a per action level. For more complex scenarios, it can be done by setting up Scope action and implementing try-catch/try-catch-finally statements. Click… Read More »