.NET news » Database Database Rss Feed

AutoComplete With DataBase and AjaxControlToolkit

This is a very simple code which makes an Auto Complete Combo with database.
24 Jun 2011, 05:29:00   Source: AutoComplete With DataBase and AjaxControlToolkit   Tags: Database

SQL Server Database Comparison Tool

In this article I will show you how to create basic DB schema comparison tool for SQL Server 2005 and SQL Server 2008
3 Jun 2011, 05:35:00   Source: SQL Server Database Comparison Tool   Tags: Database

Windows Phone 7: Sterling for Isolated Storage on Windows Phone 7

Learn how to leverage the Sterling open source database library to persist and query data locally in Windows Phone 7 apps with minimal effort, along with a simple strategy for managing state when an application is deactivated upon a user switching to another application.
31 May 2011, 19:00:00   Source: Windows Phone 7: Sterling for Isolated Storage on Windows...   Tags: Database

Using Configurations to Manage SQL Server Extended Properties

Before you start hard coding parts of your project to work with metadata in SQL Server, make sure that the functionality you want isn’t already part of the product.

30 Mar 2011, 19:00:00   Source: Using Configurations to Manage SQL Server Extended...   Tags: Database

Introduction to SQL Server Domain Modeling with the "M" Language

SQL Server domain modeling with Oslo CTP and the "M" language.
30 Mar 2011, 16:29:00   Source: Introduction to SQL Server Domain Modeling with the...   Tags: Database

Microsoft Message Queuing – Log Trade information using Microsoft SQL Server

This article shows how to create a simple trade logging server using Microsoft Message Queuing and Microsoft SQL Server
15 Mar 2011, 07:25:00   Source: Microsoft Message Queuing – Log Trade information using...   Tags: Database

Using Table-Valued Functions in SQL Server

This Article shows few examples for using Table-Valued Functions.
11 Mar 2011, 00:14:00   Source: Using Table-Valued Functions in SQL Server   Tags: Database

Audits on MS SQL Server 2008

An important new feature of MS SQL Server 2008 that provides a true auditing solution - SQL Server Audit.
8 Mar 2011, 11:37:00   Source: Audits on MS SQL Server 2008   Tags: Database

Microsoft SQL Server 2008 - Change Data Capture (CDC)

CDC is a new feature for logging DML changes. In this article, we will see how CDC could be put to use and how efficiently it could serve our purpose.
8 Mar 2011, 10:54:00   Source: Microsoft SQL Server 2008 - Change Data Capture (CDC)   Tags: Database

Server-Side Paging with the Entity Framework and ASP.NET MVC 3

You don't always need to get huge amounts of data with your database queries. See how Julie Lerman uses new features of ASP.NET MVC 3 and Entity Framework to perform efficient server-side paging when you don't need to return those big data payloads.
2 Mar 2011, 18:00:00   Source: Server-Side Paging with the Entity Framework and ASP.NET...   Tags: Database