.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
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.
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.
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.
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.
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].
2008-04-15 14:48:00 Source: A generic List and Dictionary Debugger Visualizer for VS.NET
Tags: Visual Studio
Addins
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.
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.
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.


Syndicate