.NET news » Database Database Rss Feed

download

Optimizing Serialization in .NET - part 2

Provides code and techniques to enable developers to optimize serialization of DataSets/DataTables.
23 Oct 2006, 13:58:00   Source: Optimizing Serialization in .NET - part 2   Tags: Database Performance

ADO.Net on SqlServer 2005 Performance Tips

Presents Tips on how to handle SqlServer 2005 on ADO.Net
16 Oct 2006, 13:59:09   Source: ADO.Net on SqlServer 2005 Performance Tips   Tags: Database

Data Points: System.Transactions

The System.Transactions namespace of the Microsoft .NET Framework makes handling transactions much simpler than previous techniques. Read all about it this month.
11 Oct 2006, 19:00:00   Source: Data Points: System.Transactions   Tags: Database

SQL Security: New SQL Truncation Attacks And How To Avoid Them

This article discusses some new threats to your SQL Web app that include modifying SQL statements or injecting SQL code even if the code has escaped the delimiting characters.

A Filter Dialog for a DataGridView

This is a dialog window that allows filtering a datagridview. It can build filters with any depth of parentheses.
28 Sep 2006, 15:36:00   Source: A Filter Dialog for a DataGridView   Tags: Database VB.NET

Caching Pages and Application Data in ASP.NET 2.0 with SqlDependency

Overview of the steps necessary to cache Pages or application data based on the new ASP.NET 2.0 SqlCacheDependency features.

Low-Cost High Availability: Simple Database Monitoring in a Windows Environment

The .NET Framework 2.0 and Visual Studio 2005 make it easy to create a basic but extensible database-monitoring solution without a lot of complexity or coding.
20 Sep 2006, 18:50:41   Source: Low-Cost High Availability: Simple Database Monitoring in...   Tags: Database

User Interface generator for ASP.NET database applications

In web applications, many pages have simple CRUD purposes. This presentation shows how to produce these pages without a single line of code by generating them with description files.

26 Productivity Tips for Managing Data (Part 1 of 2)

Regardless of your .NET language of choice, managing data is a vital skill for most applications.
5 Sep 2006, 20:33:30   Source: 26 Productivity Tips for Managing Data (Part 1 of 2)   Tags: Database

Web SQL Utility

Simple ASP.NET application to run queries against your databases. Stores history, favourites.
30 Aug 2006, 07:48:00   Source: Web SQL Utility   Tags: Database ASP.NET