|
|
Articles
|
|
|
| |
|
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.
|
|
ASP.NET and Windows Workflows Foundation
Posted by scott
on 2/11/2007
|
This article and sample application takes a look at the architecture and patterns used to build a realistic WF sample in ASP.NET.
|
|
Developing Gadgets for the Windows Sidebar
Posted by scott
on 1/1/2007
|
In this article we will develop a new gadget for the Windows Vista Sidebar. The gadget pulls images from Flickr.com to display on the desktop.
|
|
State Machines In Windows Workflow
Posted by scott
on 9/24/2006
|
This article describes how to design, implement, and track state machine workflows in Windows Workflow.
|
|
Windows Workflow: Rules and Conditions
Posted by scott
on 8/31/2006
|
A look at using conditions and declarative rules in Windows Workflow.
|
|
Hosting Windows Workflow
Posted by scott
on 8/6/2006
|
This article shows how to configure and use the scheduling, persistence, and tracking services provided by Windows Workflow. We also look at the tracing and diagnostic features of the runtime.
|
|
Windows Workflow: The Base Activity Library
Posted by scott
on 6/21/2006
|
This article looks at Windows Workflow base activity library. From the CallExternalMethodActivity to the WhileActiviy, and everything in between.
|
|
ASP.Net 2.0 - Master Pages: Tips, Tricks, and Traps
Posted by scott
on 4/11/2006
|
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.
|
|
|
|
|
|
|
|
|
|
The Blogs
Subscribe to the OdeToCode blogs
for the latest news, downloads, new articles, and quirky commentary.
|
|
|
|
New Articles
C# 3.0 and LINQ
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
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
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.
|
|
|
|
Most Popular Articles
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.
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.
|
|
|
|
|
|
|