Dynamically Building Windows Presentation Foundation DataTemplates By Jeffrey Juday - Published 09/15/2008 Discover how to use the XamlReader to dynamically create a Datatemplate. Then, see how you can bind to a Dataset and display the data in a ListView control (via a sample application pointing to the Northwind database).
Creating Native Web Services in SQL Server By Bipin Joshi - Published 08/25/2008 Expose your SQL Server data directly over the web. Learn to create SOAP-based native web services in SQL Server 2005/2008 that can be consumed from client applications over HTTP.
Highlighted Database Tutorials Using More Advanced JDBC Features By Matt Weisfeld -
Expand your basic knowledge of connecting to a database from a Java application using JDBC. Discover how to use just about any database application you may want. In this example its a Microsoft Access database.
Sample Chapter: Efficient PL/SQL By Garry Robinson -
When used intelligently, PL/SQL can build applications that perform well, are resilient to change over time, and scale to large user populations.
Introductory Transact-SQL By Addison Wesley -
If you are new to SQL Server don't miss this excerpt. Learn the fundamentals of Transact-SQL with Ken Henderson!
Review the architecture of Perl DBI (The Perl Database Interface Module), what DBI provides to interact with databases, then cover simple tasks such as connecting and disconnecting from databases. Finally, we'll discuss the important topic of error handling and describe some of the DBI's utility methods and functions.