It’s an attribute (decorating), not a preprocessor directive, that allows you to skip a well-tested method when you are using F11 to step-through your code.
Month: January 2009
Unintentional Debatching with a Flat-File
How can a flat file get debatched without using a pipeline?
ESB – Video Interview
<-- Click the title to view the video.
BizTalk Deployment Framework – Video Interview
<– Click title to see video on next page.
BizTalk 2009 – Video Interview
<--- Click the title - to see the interview.
BizTalk 2009 – Screen Shots
Yogi Veda and I took a look at BizTalk 2009 installed on Windows 2008 and SQL 2008.
Learn about some of the new features of BizTalk 2009 by looking at some screenshots from the Beta release.
Formatting DateTime String
Quick way to format date (or date/time):
string formateddate=DateTime.Now.ToString((“dd-MM-yyyy”);
Two Ugly BizTalk Maps
Can it get worse?