• RV
    • Missy – My Home
    • JBAM – Newmar Dutch Star
    • Shaneeda
    • Buying a Used RV
    • Gas vs Diesel RVs
    • Ideal Motorhome
    • Choosing the Ideal RV
  • Cycling
  • Jeep
  • About
  • Flying
    • Vans RV-4
    • Daisy – RV-3B
  • Resources
  • Subscribe

JdFinley.com

Fulltime RV Living Adventures

  • Is Solar For You?
  • Gas vs Diesel RVs
  • Buying a Used RV
  • Choosing the Ideal RV
  • Ideal Motorhome

MSMQ – Receive Remote Message

August 6, 2011

This is a continuation of how to utilize Microsoft Message Queuing (MSMQ) in your application. The previous post on the subject is here. In most cases; the application, service, or web site that reads from an MSMQ will be local to that queue (on the same Windows computer or virtual machine).  However; there are exceptions. … [Read More]

MSMQ – Receive Message

July 28, 2011

The introduction to this serious of Microsoft Message Queuing (MSMQ) posts is here. This time around, I’d like to show you how to read (or receive, dequeue, or pick) a message from a local queue. By default, the first message read from the queue is the message with the highest priority followed by the time received… [Read More]

Message Queuing

July 27, 2011

Microsoft Message Queuing (MSMQ) has been around a long time and, from my experience, is very stable. I have used the independent client approach with private queues in a variety of systems with excellent results. It is available in all versions of Windows Server and Windows 2000, Windows XP, Windows Vista, and Windows 7 (at… [Read More]

Buffer Size

July 19, 2011

Buffer Size??  Really?? I have spent a large portion of the last three weeks attempting to resolve a slow TCP Socket communication slowness problem. This particular problem was between a Windows Service and multiple Windows Forms Applications. Lots of network troubleshooting revealed nothing – neither did code reviews, gobs of debug, multi-threading research, and so… [Read More]

Isolated Storage

June 29, 2011

Isolated Storage is a slick little feature available to Microsoft .Net Windows applications and services. It allows a VB.Net or C#.Net assembly to persist some piece of information to a protected location on disk. This information can be a serialized object, a string, a date, or whatever.  I use Isolated Storage fairly regularly in Services to… [Read More]

So you want to be a Developer?

June 25, 2011

Programmer Working

I have been a software developer for over twenty years. This industry has been very good to me and I am thankful. I suppose it is not unlike any other industry – there have been lean years and years of plenty. However; like it or not, computers are here to stay and nearly everything is… [Read More]

XML Serialization

June 21, 2011

This is a continuation of this post regarding binary serialization. This time around, we are focused on XML Serialization, that is serializing an object to an XML document.  That is, taking an in-memory instance of a class and “formatting” it as XML. Why would we do this? Simply to store the object somewhere (file, column in… [Read More]

Object Serialization (binary)

June 18, 2011

Object Serialization is an interesting subject as so many developers have never had to deal with it. In very basic terms, serialization is simply converting an object to a different format.  We know that an object is an instance of a class and nearly always it is stored in memory (invisible to most developers). We get into… [Read More]

Compare Date Values

June 17, 2011

I see a lot of code that requires one to compare two date, date and time, or time only values.  I think there may be as many ways to skin this cat as there are developers given the number of examples I’ve seen.  This I know, the proper way to compare date (or datetime) data… [Read More]

  • « Previous Page
  • 1
  • 2

People who think too much before they act don’t act too much.

— Jimmy Buffett

Popular Posts


Email Notification


 

Posts by Subject

3DPrinting Aircraft Airstrip Bible Bus bus boys Camping Cat Computers Cycling Development Electrical electronics Entertainment Environment family FAQ Finances flying Food God Health Holiday Home Humor kayak Life Maintenance Missy Nature Photography Review RV-3 RV-4 sailboat sailing self improvement Sewing solar Travel Video weather wood woodworking X-Country

Posts by Month

© Copyright © 2026 JDFinley.com · All Rights Reserved · Privacy Policy

Unauthorized use and/or duplication of this material without express and written permission from this site’s author and/or owner is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to JD Finley and JdFinley.com with appropriate and specific direction to the original content.