background preloader

Memory

Facebook Twitter

Fabulous Adventures In Coding : The Stack Is An Implementation D. A number of people have asked me, in the wake of my earlier posting about value types being on the stack, why it is that value types go on the stack but reference types do not.

Fabulous Adventures In Coding : The Stack Is An Implementation D

The short answer is “because they can”. And since the stack is cheap, we do put them on the stack when possible. The long answer is… long. Mircea Trofin's blog : LINQ Framework Design Guidelines. Writing applications that interact with data sources, such as databases, XML documents, or Web Services such as Flickr or Amazon, is made easier in the .NET Framework 3.5 with the addition of a set of features collectively referred to as LINQ (Language-Integrated Query).

Mircea Trofin's blog : LINQ Framework Design Guidelines

In what follows, we start with a very brief overview of LINQ, followed by guidelines for designing APIs in relation to LINQ. 1. A Brief Overview of LINQ Quite often, programming requires processing over sets of values. Some probably well known examples include: extracting the list of the most recently added books from a database of products; or finding the email address of a person in a directory service such as Active Directory; or transforming parts of an XML document to HTML to allow for web publishing; or something as frequent as looking up a value in a hash table.

Remember Numbers Using the "Red Table" UsingEnglish.com - Learning English (ESL) Online.