Tech News, Tech Resources, Technology Articles, Gadget News, Computer News

Archive

Archive for the ‘Database Programming’ Category

Entity Framework and Lazy Loading

October 29th, 2009

Microsoft’s Entity Framework is a new, powerful tool bringing data modeling, O/RM (object relational mapping) functionality and more. One expected feature of major ORMs is ‘Lazy Loading’. Learn how the Entity Framework provides this functionality in a different way. This article will explain the design reasons behind why EF is different than what you would [...]

Read More >>

Author: Categories: Database Programming Tags: ,


Extending LINQ – Specifying a Property in the Distinct Function

October 29th, 2009

The “Distinct” function in LINQ is definitely one of the top 10 most used functions, but it’s probably one of the top 10 most incomplete as well. This article will show how to extend the IEnumerable interface to allow a very easy way to specify what property makes your list unique (or ‘distinct’). If you [...]

Read More >>

Author: Categories: Database Programming Tags: ,


New computer, old files. Now what?

October 28th, 2009

Question: I want to copy files directly from an old PC to my newer PC. Is there a way to connect the two in such a way that I can copy (or drag and drop) files from a Windows 98 OS to a Windows XP Professional OS? Answer: There are several options, depending on how [...]

Read More >>