MSBuild Extension Pack

• System Items: Certificates, COM+, Console, Date and Time, Drives, Environment Variables, Event Logs, Files and Folders, GAC, Network, Performance Counters, Registry, Services, Sound • Code: Assemblies, CAB Files, Code Signing, File Detokenisation, GUID’s, Mathematics, Strings, Threads, Zip • Applications: BizTalk 2006, Email, IIS7, MSBuild, SourceSafe, StyleCop, Team Foundation Server, Visual Basic 6, WMI http://www.codeplex.com/MSBuildExtensionPack

Julia Roberts, Training Wheels, and Bureaucracy

“When a young child first rides a bicycle, the bike is often equipped with training wheels to make learning easier. […]  But the full capabilities of the bicycle cannot be exploited while using training wheels—you certainly never see anyone in a bicycle race using them.” “Businesses can’t win the competitive race using training wheels.”   …

Getting acquainted with xsd

…I had to define a REST interface, returning XML data. I already did such things before, but I’ve hesitated to learn the XSD syntax for all the usual reasons: yet another useless language, you can’t express with it all the requirements to the data anyway etc, etc. So I’ve usually created my C# classes, serialized them to XML, …

Limiting the number of outgoing SOAP web service calls

If you create a web app, which consume information from other web services, you eventually need a possibility to control the number of outgoing SOAP web requests. On the one hand, the default maximum number of connections is 2, which could be a performance bottleneck. On the other hand, if you call another web service too …