• 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

SQL Common Table Expressions

August 13, 2011

I’ve been working with Microsoft SQL Server Common Table Expressions (CTE) lately and am totally impressed every time. My most recent experience was needing a temporary table with the fixed number of rows into which I would load some data based on the row number (basically).  There are several ways to accomplish this with T-SQL. … [Read More]

What is SQL?

August 9, 2011

SQL Server 2000 2005 2008 T-SQL

There are probably a hundred valid answers to this question.  Nonetheless; I run into the question fairly regularly and also see some rather inaccurate beliefs about it.  Let’s define some terms, I’ve attempted to order them in an order that helps with understanding. “RDBMS” is an acronym for Relational Database Management System. “SQL Server” is… [Read More]

IF or IIF

August 8, 2011

The IIF function in Microsoft VB is a statement that allows you to evaluate an expression and return one of two objects depending on the result of the evaluation.  Neat. The problem that I had with IIF is that it  always evaluates the true and false parts of the statement no matter the result of… [Read More]

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]

  • « Previous Page
  • 1
  • 2
  • 3
  • Next Page »

It’s a real burden, being right so often.

— Capt. Malcolm Reynolds (Serenity)

Popular Posts

  • Powermatic Model 90 Wood Lathe & VFD
  • Wood Turning on a Lathe
  • Chainsaw Review: Sportsman 20 in. 52cc
  • Cielo Grande Barbed Wire Fence Repair

Email Notification


 

Posts by Subject

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

Posts by Month

© Copyright © 2025 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.