ObjectSharp Blogs

You are currently viewing

Bruce Johnson's SOA(P) Box

Using SOA in the .NET world


July 2004 - Posts

Modifying a cell in a DataSet

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...

Reminder for Others - VS.NET 2005/2003 ASP.NET Compatibility

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...

Defining Alerts for Sharepoint Users

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...

Pair Programming for the Travel Challenged

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...

My First VS.NET 2005 Disconnect

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...

Versions in Services

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...