December 2007 Entries
This is great news! There is a lot of very good documentation available on planning for capacity and availability planning for SharePoint Server. But Microsoft has not been idle. They have been working on a set of tools and models for SharePoint Capacity Planning, now in Beta. The tool can be downloaded from the Microsoft Connect site if you are a program participant. It allows you to explore the necessary infrastructure and hardware requirements based on projected usage. This tool uses the System...
Posted On Thursday, December 06, 2007 7:15 AM | Feedback (1)
I will be presenting the about the WCF LOB Adapter SDK ("Connect ANYthing") at the BizTalk R2 launch on December 13th at the Microsoft Silicone Valley Campus. Please join us for this event - we have some interesting new stuff to show and talk about in the SOA, ESB, BPM arena. Following is the official invitation. Sign up today - it's free! ***************** Join industry experts from Xterprise, Magenic Technologies, and Microsoft on December 13th, 2007 for the BizTalk R2 Launch- Extending SOA beyond...
Posted On Monday, December 03, 2007 11:36 AM | Feedback (0)
I had to spent more time than I wished I would spend last weekend trying to find a RegEx that would validate US and Canadian postal codes for me. So here for the record, are the regular expression strings that I was looking for ^[ABCEGHJKLMNPRSTVXY]{1}\d{... *\d{1}[A-Z]{1}\d{1}$ Matches Canadian PostalCode formats with or without spaces (e.g., "T2X 1V4" or "T2X1V4") ^\d{5}(-\d{4})?$ Matches all US format zip code formats (e.g., "94105-0011" or "94105") (^\d{5}(-\d{4})?$)|(^[ABCEGHJKLMNPRSTVXY]{1}\d{...
Posted On Monday, December 03, 2007 11:19 AM | Feedback (38)