Browse by Tags

101 samples for Visual Studio 2005
Microsoft provides 101 samples to help you get started with Visual Studio 2005. You can find code projects (in C# / VB) related to different categories: data access, web development, windows forms, Visual Studio Tools for Office (VSTO), tablet PC, and...
Database snapshot
Database snapshot is new in SQL Server 2005, and is available only in Enterprise Edition. Database snapshot is a static, read-only view of a source database at the time the snapshot is created, excluding all uncommitted transactions. Snapshots should...