Catapult Awards and Windows 7 Video Contest

As Microsoft Gold Partner and National Systems Integrator (NSI) Catapult enters in all kinds of contests for recognition with Microsoft. Most recently we were awarded the Partner of the Year award for Custom Development Solutions, Web Development. We are also competing in a Windows 7 video contest. You can bop over to Digital Forum TV…

Using non-CLS compliant types in PowerShell

Not all classes in the SharePoint API are CLS-compliant types.  While using a language like C#.NET it does not matter since the .NET framework knows how to work with these classes.  Working in PowerShell is a completely different story.  PowerShell does not differentiate between the various cases of names of objects, properties, or methods.  This…