Posts

Showing posts from November, 2011

BizTalk Adapter Pack 2010: Calling a View in SQL Azure

I have posted a new sample on Code Gallery: BizTalk Server 2010 Adapter Pack: Call SQL Azure View .This is one of samples I have used in my talks on BizTalk Adapter Pack 2010 Integration (A Lap Around BizTalk Adapter Pack 2010) I held in Stockholm for Swedish BizTalk User Group and in Nieuwegein for BizTalk User Group The Netherlands. Hopefully you experiment with it yourself. If you want to work with SQL Azure and want to create a database, see How to Create a SQL Azure Database wiki on TechNet. Cheers.

BizTalk Server 2010 Patterns Book: Win an eCopy

Image
Begin of September when I was staying in Toronto I posted a review on Dan Rosanova’s book BizTalk Server 2010 Patterns . Currently this book is on market now and I have the pleasure of giving this book in electronic format to three of my readers. To win eCopy of this book please send me an email (SteefJan@msn.com) with your details and why you want this book. Closing data will be end of the Friday the 9th of December. Update: Winners are Rajesh Kolla, Cecilia Magnusson,and Jonathan Schellack. Good luck!

My First Ten TechNet Wiki Articles on BizTalk

Image
Last couple of week I written a few wiki article for TechNet Wiki a place, where content is generated by community about Microsoft technologies for the community. I very much like the concept and glad I was able to contribute (see my interview on Wiki). Below you will find a list of my ten completed wiki articles on BizTalk: First the featured article BizTalk Server 2010 and discusses BizTalk and shows all resource on its features. Second a list on all available BizTalk Server 2010 community tools in BizTalk Server 2010 – Tools . Third article is on BizTalk Server 2010 Adapter Pack an enhancement of previous adapter pack 2.0. Fourth article is a short overview on BizTalk Server 2010 and created before I written complete article on BizTalk and its features. Fifth article on BizTalk databases as a survival type of article listing all relevant resources on how to maintain healthy BizTalk environment with focus on BizTalk databases. Subsequently I written another article lis

BizTalk User Group Meeting 30 November 2011

My company Ordina will host next Dutch BizTalk User Group Meeting. This event we will have four speakers and agenda will be: Steef-Jan Wiggers (Ordina) - "BizTalk Server Adapter 2010 Integration" Jeroen Boiten ( GasUnie ) – "BizTalk at Gas Unie" Jasper Defesche ( Axon Olympus ) - "BizTalk and Dynamics AX" Jeroen Hendriks ( Axon Olympus ) – "Robust BizTalk DTAP” It will be all Dutch talks and if you able to attend you can sign up here .

My Code Gallery BizTalk Samples

Past few weeks I have contributed the following samples to MSDN Code Gallery: BizTalk Table Operations - Messaging This sample will show how to perform simple table operations using WCF-SQL Adapter a part of BizTalk Server Adapter Pack. The Sample provided by Microsoft shows only Select statement operation. This sample will show all the other operations. It is based on the BizTalk Adapter Pack 2010 WCF-Custom with sqlBinding Table Operations through Messaging solution post . Polling SQL Azure Table - BizTalk Adapter Pack 2010 This sample will show polling a SQL Azure database table. It is based on my Polling SQL Azure Database Table with WCF-SQL Adapter post . Sample - Table Operations on Oracle 11g XE with OracleDbBinding This sample will show all the Oracle Table operations (in comparison with SQL, but there a few differences!). It is based on my Table Operation on Oracle 11g XE with OracleDbBinding post . WCF-SQL Adapter Stored Procedure : SQL Azure This sample will