Click here to Skip to main content
15,884,099 members

Articles by Mike Gavaghan (Articles: 4)

Articles: 4

RSS Feed

Average article rating: 4.09

Programming Languages
C#
22 Jul 2007   Updated: 22 Jul 2007   Rating: 4.88/5    Votes: 11   Popularity: 4.65
Licence: Not specified    Views: 64,593     Bookmarked: 30   Downloaded: 0
Please Sign up or sign in to vote.
BindingList is flawed with regard to serialization. A flaw in the SDK prevents PropertyChanged events from INotifyPropertyChanged instances from getting rewired on deserialization. Here's a solution to fix the problem.
8 Aug 2007   Updated: 9 Jan 2008   Rating: 5.00/5    Votes: 21   Popularity: 6.39
Licence: CPOL    Views: 94,305     Bookmarked: 79   Downloaded: 698
Please Sign up or sign in to vote.
Vincenty's Formula is an iterative solution for calculating the distance and direction between two points along the surface of Earth.
19 Feb 2010   Updated: 19 Feb 2010   Rating: 4.50/5    Votes: 10   Popularity: 4.29
Licence: CPOL    Views: 32,770     Bookmarked: 37   Downloaded: 0
Please Sign up or sign in to vote.
Asynchronous operations allow a program to perform time consuming tasks on a background thread while the main application continues to execute. However, managing multiple threads and cross-thread communication adds complexity to your code. Fortunately, the .NET Framework has a useful Design Pattern
Java
22 Feb 2010   Updated: 22 Feb 2010   Rating: 2.00/5    Votes: 2   Popularity: 0.60
Licence: CPOL    Views: 38,680     Bookmarked: 16   Downloaded: 704
Please Sign up or sign in to vote.
Applications that open and close a large number of client TCP/IP sockets run the risk of running out of available socket ports. The exceptions raised can be misleading because they are generally associated with server socket conflicts – not outbound client connections.

Average blogs rating:

No blogs have been submitted.

Average tips rating:

No tips have been posted.

Average reference rating:

No reference articles have been posted.

Average project rating:

No projects have been posted.
United States United States
Mike Gavaghan opines on C# and .Net in his blog Talk Nerdy To Me[^]. He is a Microsoft Certified Professional Developer working as a C#/.Net software consultant based in Dallas, Texas.

Since 1992, he has supported clients in diverse businesses including financial services, travel, airlines, and telecom. He has consulted at both mammoth enterprises and small startups (and sees merits and problems in both).

You may also view his profile on LinkedIn[^].