Dotnet/.NET – C#

Don’t hire ghost hunters who are afraid of ghosts

Your house is haunted. You can’t stand living with the ghosts anymore and decide to call in the professional, a…

16 years ago

Using a Different Configured Binding in WCF Client

To programmatically switch bindings on the fly, you can do it via the constructor of the generated client: var client…

16 years ago

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

Convert List<T>/IEnumerable to DataTable/DataView

Greetings visitor from the year ! You can get the source code for this from my Github repo here. Thanks…

17 years ago

Problem with jqModal/jQuery JavaScript Intellisense and Workaround

Is anyone else experiencing a problem with Visual Studio 2008 Intellisense with jQuery and jqModal? It seems that jqModal (a…

17 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

Bag of Links #2

.NET/C# Programming Thread synchronization: Wait and Pulse demystified. By Nick Butler. Use a shortened GUID for file names and request…

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

My Silverlight 2.0 Hello World Application

This is an update to my original article that was based on Silverlight 1.0 alpha. The code for the old…

17 years ago