Published Tuesday, February 7, 2012
An overview of cookies and authentication protocols for HTTP and web programming.
Published Thursday, February 2, 2012
Proxy servers, caching, and the flexibility of the web are the focus for this article as we view HTTP from an architectural perspective.
Published Thursday, January 26, 2012
In this article we'll look at HTTP from a networking perspective, and talk about HTTP connection optimizations like persistent connections and parallel connections.
Published Thursday, January 19, 2012
A look at request and response messages in HTTP, including HTTP methods, status codes, and headers.
Published Thursday, January 12, 2012
A look at HTTP resources and resource locators.
Published Saturday, March 28, 2009
This article will cover data binding features in Silverlight, including binding expressions, validation, converters, and binding modes.
Published Saturday, October 25, 2008
This article will cover the standard LINQ operators provided by LINQ for filtering, grouping, joining, converting, projecting, and more.
Published Wednesday, March 19, 2008
C# 3.0 introduced a number of new features for LINQ. In this article we'll examine the new features like extension methods, lambda expressions, anonymous types, and more.
Published Monday, December 24, 2007
This article is an introduction to LINQ and provides examples of using LINQ to query objects, XML, and relational data.
Published Tuesday, May 8, 2007
This article looks at JavaScript from the perspective of a C# or Visual Basic programmer. See how to apply object oriented techniques to your JavaScript code.