.NET news » Search results

Search results for query "Visual Studio 2008" (25):

CODE Magazine: 2011 Mar/Apr

CODE Magazine, Issue 2011 Mar/Apr is now available!

Code - The Leading Independent .NET Magazine - The Razor View Engine Inside Visual Studio LightSwitch From Zero to Business Application in 15 Minutes Getting the Most Out of the Save Pipeline in Visual Studio LightSwitch Leveraging Razor Templates Outside of ASP.NET: They're Not Just for HTML Anymore The Baker's Dozen: BUilding OLAP Databases with Microsoft SQL Server 2008 Analysis Services

2011-02-10 18:00:00   Source: CODE Magazine: 2011 Mar/Apr   Tags: ASP.NET

VB's Statically Typed Wrapper for Dynamic Code

Visual Basic (in some of its forms) has always been Microsoft’s choice in dynamic quarter. With the latest release of Visual Basic 9.0 (comes with Visual Studio 2008), dynamic features of VB have been further improved. So, in VB 9.0 you can use extension methods, local variable type inference, lambda expressions and others that make VB even more dynamic. What’s unique about VB is that dynamic behavior can be controlled with a simple directive..
2008-04-23 22:41:00   Source: VB's Statically Typed Wrapper for Dynamic Code   Tags: VB.NET

What's New in Visual Basic 9.0? Part 2

The release of Visual Studio 2008 updates Visual Basic to version 9.0, with several key language enhancements and LINQ support. Part Two of this series will walk you through VB 9's new LINQ support features and other time-saving enhancements.
2008-03-18 23:17:31   Source: What's New in Visual Basic 9.0? Part 2   Tags: VB.NET

How to Start Unit Testing .NET Projects

The benefits of unit testing such as shortening the development time, reducing development costs and releasing higher quality products, are well known. Below you can see a Software testing guide about how to start unit testing .NET projects. The first tool you need is a testing framework. You have a couple of choices there. If you are using Microsoft Visual Studio 2008 Professional or above, you already have the Microsoft unit testing framework installed. The framework comes also with Microsoft Visual Studio 2005 Team System.

read more

2011-06-03 04:00:00   Source: How to Start Unit Testing .NET Projects   Tags: Software

Visual Studio 2005/2008 Addin to Open Src Files (*.h/*.cpp) Consistently on the Left/Right

Visual Studio 2005 Addin to open *.h files on the left and *.c/*.cpp files on the right
2010-05-12 13:46:00   Source: Visual Studio...   Tags: Addins

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#

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

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...   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#