in

SharePoint Blogs

The Best Place for SharePoint-related Blogs
All Tags » MOSS » C# (RSS)
Need SharePoint Training? Attend a SharePoint Bootcamp!

Did you have a blog here?

Read this for important information on our recovery!


Browse by Tags

  • .NET: What exactly does Trim() trim?

    I found myself using the character specific String.Trim(params char[] trimChars) overload to remove some carriage returns and tabs when I realized I was reinventing the wheel again.  Not content with the basic Trim() 's intellisense ( "Removes all occurrences of white space characters from...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 06-24-2008
  • Logging Workflow Errors in the Workflow History List

    By overriding the HandleFault method and using the SPWorkflowActivationProperties.Workflow.CreateHistoryEvent method, it's possible to write unhandled exceptions (without much coding overhead) to the history log to assist in debugging long running workflows. The code at the bottom of this post demonstrates...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 05-21-2008
  • C#/MOSS: Extension Methods: For Good and For Evil

    Let me start with some good news: C# 3.0/ASP.NET 3.5 works beautifully with SharePoint 2007, thanks to the forward-compatible nature of the .NET framework from version 2.0 onwards. This compatibility opens up all sorts of avenues, one of them is the use of Extension Methods, replacing trusty old Utility...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 01-10-2008
  • SharePoint Connections - The Real Day 2

    I started off by trying out Veli-Matti Vanamo's Introduction to Web Part Development presentation. He was actually a substitute for his co-worker, Emer McKenna. The majority of the content was from their new book to be released in Dec, Microsoft SharePoint 2007 Technologies: Planning, Design and...
    Posted to echef (Weblog) by josef.nielsen on 11-08-2007
  • Customize SearchBoxEx

    A external company made a design for a Internet facing website, in the design the search control was made up in to rows. So my first idea was to create a new controltemplate for the SmallSearchInputBox, but then I realized that in moss the search-control isn't a controltemplate anymore (in WSS it...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-16-2007
  • VariationSettings Import/Export Utility on Codeplex

    I have completed my application for import/export of variations, I have uploaded everything to codeplex so have a look there: http://www.codeplex.com/variationsettings A neat little command utility that lets you do three things: - Export the current variationsettings and labels to xml - Import the variationsettings...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-14-2007
  • Enable variations programmatically

    Last week I was trying to enable variations using a feature in SharePoint, but I soon realized that I had a problem because Microsoft decided to make all the variation-class internal. So that shouldn't be a problem, why not use reflection. That didn't work either, so back to the good old Lutz...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 10-14-2007
Page 1 of 1 (7 items)

Need SharePoint Training? Attend a SharePoint Bootcamp!

Posts (c) their respective authors. Everything else (c) 2007 SharePoint Experts