|
|
Articles
|
|
|
| |
|
A Software Developer's Guide to HTTP Part V– State & Security
Posted by scott
on 2/6/2012
|
An overview of cookies and authentication protocols for HTTP and web programming.
|
|
A Software Developer's Guide to HTTP Part IV– Web Architecture
Posted by scott
on 2/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.
|
|
A Software Developer's Guide to HTTP Part III–Connections
Posted by scott
on 1/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.
|
|
A Software Developer's Guide to HTTP Part II - Messages
Posted by scott
on 1/19/2012
|
A look at request and response messages in HTTP, including HTTP methods, status codes, and headers.
|
|
A Software Developer's Guide to HTTP Part I - Resources
Posted by scott
on 1/12/2012
|
A look at HTTP resources and resource locators.
|
|
Databinding in Silverlight
Posted by scott
on 3/27/2009
|
This article will cover data binding features in Silverlight, including binding expressions, validation, converters, and binding modes.
|
|
The Standard LINQ Operators
Posted by scott
on 10/25/2008
|
This article will cover the standard LINQ operators provided by LINQ for filtering, grouping, joining, converting, projecting, and more.
|
|
C# 3.0 and LINQ
Posted by scott
on 3/18/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.
|
|
Introduction To LINQ
Posted by scott
on 12/23/2007
|
This article is an introduction to LINQ and provides examples of using LINQ to query objects, XML, and relational data.
|
|
What ASP.NET Developers Should Know About JavaScript
Posted by scott
on 5/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.
|
|
|
|
|
|
|
|
|
|
The Blogs
Subscribe to the OdeToCode blogs
for the latest news, downloads, new articles, and quirky commentary.
|
|
|
|
|
|
|
|
Most Popular Articles
Table Variables In T-SQL
Table variables allow you to store a resultset in SQL Server without the overhead of declaring and cleaning up a temporary table. In this article, we will highlight the features and advantages of the table variable data type.
AppSettings In web.config
In this article we will review a couple of pratices to keep your runtime configuration information flexible.
ASP.Net 2.0 - Master Pages: Tips, Tricks, and Traps
MasterPages are a great addition to the ASP.NET 2.0 feature set, but are not without their quirks. This article will highlight the common problems developers face with master pages, and provide tips and tricks to use master pages to their fullest potential.
|
|
|
|
|
|
|