Currently viewing the tag: ".NET"
.NET IPAddress Class
on December 5, 2010
· No Comments
I’ve been working on a C# version of a COM component our applications at work use to integrate with an Avaya predictive dialing system. While implementing the code for the communication piece, I found a quirk about the .NET IPAddress class I had not run into before. The communication is being done with asynchronous sockets. The Socket [...]
When 1 equals 2
on November 7, 2009
· No Comments
This is not intended to be a discussion if 1 actually equals 2. But has to do with a line of sql from the other day. I had a request come in at work to disable a tab in one of our applications that showed historical data for customer accounts. My initial thought was that [...]
Categories