Monthly Archives: July 2008

BizTalk: BAM Overview in 2006 R2

  What is BAM? BAM enables end-to-end instrumentation of a BizTalk Solution BAM provides a view into inner workings of your Solution BAM is to a Business Process what Online Analytical Processing (OLAP) is to a database Why BAM? BizTalk … Continue reading

Posted in BizTalk | Leave a comment

SharePoint: Branding SharePoint Sites using custom Master Pages

If you are planning to customize a SharePoint site using Master Pages, you can do it by using the default.master or one of the sample master pages provided in the _catalogs/masterpage/. Always remember to make a copy of any out … Continue reading

Posted in SharePoint | Leave a comment

BizTalk: Monitoring BizTalk Applications using SCOM 2007

  I highly recommend using Microsoft System Center Operations Manager 2007 with BizTalk Management Pack 2006 to monitor your BizTalk Applications. Monitoring BizTalk in Production environment has always been challenging for BizTalk operators. SCOM provides excellent interface for monitoring BizTalk … Continue reading

Posted in BizTalk | Leave a comment

SharePoint: Securing Collaboration sites

Recently one of my clients asked us to provide them best practices in setting up security around collaboration sites that may contain confidential data. SharePoint 2007 Best Practices book provides very good overview of how to implement information security in … Continue reading

Posted in SharePoint | Leave a comment

SharePoint: MOSS 2007 high level overview

Often times you encounter somebody asking you What is WSS 3.0? What is the difference between WSS 3.0 and MOSS 2007? Do I need MOSS 2007 or can I have just WSS 3.0? What is the difference between MOSS 2007 … Continue reading

Posted in SharePoint | Leave a comment

BizTalk: Feature comparison of BizTalk Oracle Adapters

Feature Microsoft BizTalk Oracle Adapter Microsoft BizTalk WCF Adapter TopXml Adapter for Databases BizTalk Server support version BizTalk Server 2006 BizTalk Server 2006 R2 BizTalk Server 2004/2006 Access ODBC driver to connect to DB Oracle Adapter for .NET (ODP.NET) Oracle … Continue reading

Posted in BizTalk | Leave a comment

LINQ: LINQ in BizTalk applications

Below you can find steps to call LINQ classes from BizTalk 2006 R2 Application: Create VS 2008 class library Add a new class to the project and have LINQ based code in the class Strong sign the class library and … Continue reading

Posted in .NET | Leave a comment

MOSS 2007: Differences between MCMS 2002 and MOSS 2007

I know why would you compare MCMS 2002 and MOSS 2007 when you know who the winner is. Anyways I thought it might be useful to somebody when talking to a client about MCMS and MOSS. Feature MCMS 2002 MOSS … Continue reading

Posted in SharePoint | Leave a comment

LINQ: Sample code to retrieve element values using LINQ XML API

  Below you can find the code (C#) that you can use to retrieve element values or attribute values after loading an xml file into XDocument. The code sample is provided as one of the many ways you can implement … Continue reading

Posted in .NET | Leave a comment