Main menu:

Suchen

 
web
kriegermartin.de

Kategorien

Mai 2012
M D M D F S S
« Jun    
 123456
78910111213
14151617181920
21222324252627
28293031  

Archiv

Archive for 'Biztalk'

WCF Line of Bussiness Adapter

WCF Line of Business Adapter (SDK, Blog) erleichtern die Anbindung von Geschäftssystemen durch eine einheitliche WCF Schnittstelle. Im Gegensatz zu den bisherigen BizTalk Adaptern können WCF Adapter sowohl in BizTalk als auch in eigenen .NET Applikationen verwendet werden.
Am 6. November 2007 habe ich bei der .NET User Group Köln einen kurzen Vortrag über diese Technologie […]

BizTalk Map Add-In

BizTalk Map Add-In is a Visual Studio 2005 (professional/team) add-in for BizTalk 2006 developers. It adds two functions to the context menu of map files in the solution explorer:
Debug BizTalk Map XSLT Generate the Xslt for a map and start debugging it. This command honours extension objects, it is possible to use and debug external […]

BizTalk Adapter Config XSD Viewer

BizTalk adapter developer usually have to install their adapter design time component before the configuration UI can be tested, which might be annoying. But there is the FrameworkPropertyGrid class, not well documented and, according to Microsoft, “not intended to be used directly from your code”. With this class it’s not exactly rocket science to implement […]