Other News

Community

A Link to LINQ

(A. Russell Jones) XML, Arrays, DataSets, database tables, collections of all types—all these have a common attribute; they are data stores that hold sets of data values or objects grouped together for some reason. It follows logically that developers would also like to be able to extract individual

Community

How To Use AJAX Patterns

(Kris Hadlock) Design patterns make development more efficient by speeding up common programming processes and eliminating the need to write redundant code across multiple projects. AJAX design patterns are emerging with the increased popularity of its use in Web application development. In this art

Community

Using ADO.NET with SQL Server

(James Crowley) As a developer, I find that an incredible amount of my time is spent dealing with databases in some form or another – be it displaying, manipulating or analyzing data; creating client or server applications. The advent of the .NET Framework has brought with it some major changes, and