Archives

Archives / 2004 / August
  • PortalRight - all wrong.

    Tags: .NET, SharePoint, VB

    A followup to this post: The PortalRight enumeration defined in Microsoft.Sharepoint.Portal.Security is, for some reason, derived from UInt32 rather than Int32. You can see this in the Object Browser … more

  • SPS Area Templates

    Tags: SharePoint

    And, to close of the day's rants - an instructive post. Today: How to create a template of a Sharepoint Area that can be moved or taken to different servers. Unfortunately, SPS Areas can't be bundled … more

  • LoadControl and HTML Comments

    Tags: .NET, SharePoint

    Developin webparts with many UI elements can be a hassle - which is why I'm fond of the UserControl shortcut - I build my web UI as a WebUserControl, then simply have my webpart call Page.LoadControl … more

  • To CLS or not to CLS.

    Tags: .NET, SharePoint, VB

    For some reason, Sharepoint's object model doesnt adher to Microsoft's recommended practices - namely, trying to keep your external interfaces CLS-compliant. It seems the object model itself exposes … more