Java

WCF Client Error “The connection was closed unexpectedly” Calling Java/WebSphere 7 Web Service

If you get the following exception calling a WebSphere web service from your .NET WCF Client (service reference): System.ServiceModel.CommunicationException: The…

16 years ago

My Multiple-Monitor Programming Setup

In my opinion, the top three hardware items that help maximize programmer productivity are sufficient RAM, multiple monitors, and a…

17 years ago

Learning Java from a .NET Developer’s Perspective

I feel like I am discovering a whole new world. For my latest project, I have to do a lot…

17 years ago

Wrap Your Unit Tests in Transactions

I have found that the key to writing good unit tests that interact with the database is making sure that…

17 years ago