ASP.NET News from Blogger:
OdeToCode Latest Articles
Total News: 19
In this article we'll look at HTTP from a networking perspective, and talk about HTTP connection optimizations like persistent connections and parallel connections....
This article will cover data binding features in Silverlight, including binding expressions, validation, converters, and binding modes....
This article will cover the standard LINQ operators provided by LINQ for filtering, grouping, joining, converting, projecting, and more....
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....
This article is an introduction to LINQ and provides examples of using LINQ to query objects, XML, and relational data....
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....
This article and sample application takes a look at the architecture and patterns used to build a realistic WF sample in ASP.NET....
A look at using conditions and declarative rules in 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....
This article looks at Windows Workflow base activity library. From the CallExternalMethodActivity to the WhileActiviy, and everything in between....
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...
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 ...
In this article we'll look at one approach to building Conway's Game Of Life with XAML and WPF. Full source code included!...
The Profile object in ASP.NET 2.0 saves us from writing tables, stored procedures, and classes to manage user settings....
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...
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...
.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 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 ...
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