July 2004 - Posts
Home > Blogs
Modifying a element in a DataRow through ItemArray may seem like a natural thing to do. But its not. This entry describes the reason for this situation and the correct way to accomplish the desired functionality.
Read More...
As Dave Totzke has noted in the past , one of my reasons for blogging is to remind me of things that I'm likely to forget in the future and that I had a difficult time finding solutions for in the first place. This particular blog is intended to help
Read More...
Here at ObjectSharp , we use Sharepoint on a regular basis to collect documents, discussion threads and tasks about the different projects that we work on. One of the problems I've always had is that, although it is simple to add a new workspace and add
Read More...
I first heard of Facetop through Chris Sells' blog here . My first thought was "genius". I think it has the potential to make pair programming possible across distances, something that could make my life as a consultant easier. And I'm always looking
Read More...
Any time that you move from one version of a tool to another, there will be mental disconnects. I'm defining a disconnect as the period of time between deciding that you want to perform a particular action and finding out how to do it using the new tool. I just ran into my first one today.
Read More...
There is no real 'versioning' in services, just like there is no versioning in COM. Instead, just create a new service that implements the modified interface. This blog discusses the reasons why.
Read More...