in

Syrinx Consulting

Notes from the field on SharePoint development, deployment and usage.
All Tags » C# » .Net (RSS)

Browse by Tags

  • Fun with System.Xml.Linq.XDocument

    Overview I've recently been using some new code to do some standard xml manipulation. Although I am pretty comfortable working with an XmlDocument I was interfacing with some code from another team and they were using the newer XDocument. I decided to give it a try and see how well it worked. Needless...
    Posted to Dot Net (Weblog) by JohnF on 02-22-2009
  • How to use the Client Script Manager

    The ClientScriptManager class is used to manage client scripts and add them to Web applications. You can get a reference to the ClientScriptManager class from the ClientScript property of the Page object. You can add a client script to a Web page declaratively by including the script in the HTML markup...
    Posted to Dot Net (Weblog) by JohnF on 01-19-2009
  • Enumerators Decorated with the Flag Attribute

    An enumerator decorated with the [Flags] or [FlagAttribute] attribute (they are one in the same), is able to store a byte that represents the concatenation of all possible combinations of the enumeration. Because of this concatenation it is required that the enumeration be numbered implementing a base...
    Posted to Dot Net (Weblog) by JohnF on 12-15-2008
Page 1 of 1 (3 items)
Syrinx Consulting Corporation