Posted by Adam Buenz
One of my friends that I was working with had a brief question regarding using a uniform application configuration file between projects. In aggregate, he was wondering if it was feasible to use the orthodox ConfigurationManager.OpenExeConfiguration in order to pass values between applications, in this case, between a WinForm application that would write the values, [...]
Posted by Adam Buenz
On occasion, you may encounter the requirement when creating fields programmatically that you want to hide the field display depending on what form type that ListFormWebPart is located on (i.e. whether you are in NewForm, EditForm, etc.). Through the SharePoint UI, you will find restricting such activity not available (or I haven’t found the way, [...]
Posted by Adam Buenz
Another thing that I stumbled on today that has made me all sorts of happy is the CommaDelimitedStringCollection class, which basically let's you take a bunch of string values and work with them in a comma delimited format (so I guess the class name is pretty intuitive ). I can't even explain how [...]
Posted by Adam Buenz
I totally didn't know that there was a ManagementObjectEnumerator class, but I found out there was today which made me all sorts of happy. What I was trying to do was to just display a list of the application pools of the current host machine's IIS instance within this small WinForms app I have that [...]
Posted by Adam Buenz
Yes. I will. But I'm wiry so it might not be successful.
I am tired of hearing about social networking like it's this hot new topic, like all of a sudden the advances made in other sectors of computer science like software engineering foundations have made it all of a sudden possible. Although some of the [...]
Posted by Adam Buenz
I don't like SharePoint delimiters. They make me all sorts of mad. You really get into them when working with custom field types such as multi selection bound fields. They parse out as ";#". While that is all good for storage in SharePoint, sometimes programming against the field to pool values becomes a pain in [...]