in

SharePoint Blogs

The Best Place for SharePoint-related Blogs
All Tags » MOSS » howto » 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

  • C#: String.Inject() - Format strings by key tokens

    I generally prefer to use String.Format() instead of doing a bunch of string additions, but constantly find myself splitting the code onto multiple lines with an appended comment to keep track of the indices: string myString = string .Format( "{0} is {1} and {2} is {3}" , o.foo, //0 o.bar,...
    Posted to Mirrored Blogs (Weblog) by Anonymous on 07-22-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
Page 1 of 1 (2 items)

Need SharePoint Training? Attend a SharePoint Bootcamp!

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