ASP.NET News from Blogger: OdeToCode Latest Articles   Get the feed of: OdeToCode Latest Articles

Total News: 19

A Software Developer's Guide to HTTP Part IIIConnections

In this article we'll look at HTTP from a networking perspective, and talk about HTTP connection optimizations like persistent connections and parallel connections....

Databinding in Silverlight

This article will cover data binding features in Silverlight, including binding expressions, validation, converters, and binding modes....

The Standard LINQ Operators

This article will cover the standard LINQ operators provided by LINQ for filtering, grouping, joining, converting, projecting, and more....

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....

ASP.NET and Windows Workflows Foundation

This article and sample application takes a look at the architecture and patterns used to build a realistic WF sample in ASP.NET....

Windows Workflow: Rules and Conditions

A look at using conditions and declarative rules in Windows Workflow....

Hosting Windows Workflow

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

This article looks at Windows Workflow base activity library. From the CallExternalMethodActivity to the WhileActiviy, and everything in between....

Master Pages: Tips, Tricks, and Traps

MasterPages are a great addition to the ASP.NET feature set, but are not without their quirks. This article will highlight the common problems developers face with master pages, and provide tips and t...

Authoring Workflows

Windows Workflow offers a number of options for authoring workflows. We write workflows entirely in XAML, entirely in code, or with a combination of both. This article examines various approaches and ...

Life with XAML

In this article we'll look at one approach to building Conway's Game Of Life with XAML and WPF. Full source code included!...

Profiles In ASP.NET 2.0

The Profile object in ASP.NET 2.0 saves us from writing tables, stored procedures, and classes to manage user settings....

Membership and Role Providers in ASP.NET 2.0 Part II

The extensible provider model in ASP.NET 2.0 implements features weve all needed for out applications over the years like membership and role management. In this article we will concentrate on role p...

Design Considerations for Cross Page Post Backs in ASP.NET 2.0

ASP.NET gives us three techniques to move processing to a new form: client redirection, a server-side transfer, and a cross page post back. In this article we will take a closer look at these three te...

The Configuration API in .NET 2.0

.NET 2.0 allows us to read, write, and encrypt sections in configuration files. In this article we will look into the configuration API to prepare for issues regarding permissions, key management, and...

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 ...

Using The SQL IN Operator From ASP.NET

This article will build a DataGrid including a column of CheckBox controls that allows a user to select multiple rows for a detail view. One way to achieve this functionality without resorting to dyna...

View Other bloggers