in

SharePoint Blogs

The Best Place for SharePoint-related Blogs
All Tags » MOSS » ASP.Net » 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
  • .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
  • 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
Page 1 of 1 (4 items)

Need SharePoint Training? Attend a SharePoint Bootcamp!

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