.NET news » Search results

Search results for query "2008" (46):

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
2011-06-03 05:35:00   Source: SQL Server Database Comparison Tool   Tags: Database

What's New in C# 3.0? Part 2

The release of Visual Studio 2008 updates C# to version, 3.0, with several key language enhancements and LINQ support. Part Two of this series will walk you through C#'s new LINQ support features and other time-saving enhancements.
2008-01-30 00:09:58   Source: What's New in C# 3.0? Part 2   Tags: C#

Managing Files with SQL Server 2008's FILESTREAM Feature

SQL Server's new FILESTREAM feature simplifies the process of keeping file-based data, such as images, in sync with relational data.
2009-02-05 20:02:30   Source: Managing Files with SQL Server   Tags: Database

ScrollBar Control with Different Visual Style using VB.NET 2008

Why another Scroll Bar? The standard ScrollBar is too limited in functionality and I couldn't find a custom control written that did all that I wanted. This is a User Control with Microsoft Office 2007 Visual Style.
2012-03-09 12:02:00   Source: ScrollBar Control with Different Visual Style using...   Tags: VB.NET

SnipPit - A snippet Repository

SnipPit is a Visual Studio 2008 Add-In (and a desktop application is included too) that allows for storing, retrieving, and searching for code snippets. It allows for keywords, code/language types, multiple users, public and private snippets. It also provides a right-click menu within VS and comes with a desktop program for use in applicationss other than VS.
2008-05-12 11:09:00   Source: SnipPit - A snippet Repository   Tags: Visual Studio Addins

Fall In Love with Visual Basic All Over Again in Visual Studio 2008

Discover anew why Visual Basic is one of the most successful programming languages in history by exploring some of the new features Microsoft added to Visual Studio and Visual Basic.
2008-01-30 19:39:07   Source: Fall In Love with Visual Basic All Over Again in Visual...   Tags: VB.NET

A generic List and Dictionary Debugger Visualizer for VS.NET

This is a simple List<T> and Dictionary<T,T> debugger visualizer for Visual Studio.NET 2005 and 2008. The only requirement for it to work in that the classes inside the lists or dictionaries should be marked as [Serializable].

Visual Studio 2008 Organize Usings Command

When creating new code files or designers that include code behind the design window, using statements are added automatically. With the Organize Usings command, redundant using commands can be automatically removed and the remaining items can be sorted.
2008-05-11 08:51:58   Source: Visual Studio 2008 Organize Usings...   Tags: Visual Studio

What's New in C# 3.0? Part 1

With the release of Visual Studio 2008, Microsoft has updated the C# language to its latest version, 3.0. C# 3.0, contains several key language enhancements that support the recently-announced Language Integrated Query (LINQ) feature. This article, the first of a two-part series, will walk you through each of these new, time-saving language enhancements and provide a couple of code examples illustrating how to use them.
2008-01-24 23:34:57   Source: What's New in C# 3.0? Part 1   Tags: C#

Visual Studio 2008 TabStrip

I have replicated Visual Studio's vertical TabStrip control from the ground up. This lightweight control doesn't have containers which you can dump controls onto, as I have created the control to be used with forms instead of containers. Enjoy this 173 code liner.
2008-01-19 22:39:00   Source: Visual Studio 2008 TabStrip   Tags: Components GUI