Tuesday 9 December 2008

Are you over-engineering your code?

Over-engineering is when you make your code more flexible or sophisticated than it needs to be.

It is not uncommon for many architects and programmers to add unnecessary flexibility and complexity to their designs because they believe they know their system's future requirements.

The problem with attempting to predict the needs of tomorrow is that often these predictions do not materialise.

The result is a code base that is larger and more complicated than it needs to be and this contributes to a decline in team productivity.

Thursday 4 December 2008

BizTalk Dynamic Adapter Protocol Aliases

AdapterProtocol Alias
FILEfile://
FTPftp://
HTTP*http:// or https://
MQSeriesMQS://
MSMQMSMQ://
MSMQTDirect=
SMTPmailto://
SQLsql://
SOAPsoap://
WCF-BasicHttp*http:// or https://
WCF-Customwcf://
WCF-WSHttp*http:// or https://
WCF-NetMsmqnet.msmq://
WCF-NetTcpnet.tcp://
WCF-NetNamedPipesnet.pipe://
Windows SharePoint ServicesWSS://

*If the address starts with http:// or https://, and if you do not specify the Microsoft.XLANGs.BaseTypes.TransportType field, by default, the BizTalk engine will use the HTTP adapter.