Showing results for Tag : C#

Jan 14, 2010
0
1

How to read/write the new Visual C++ project properties

Andrew Arnott
Andrew Arnott

Visual C++ 2010 introduces several new project and tool properties, and deprecates some old ones.  If you’re writing a project template or Visual Studio extension that needs to programmatically read and write the new properties, you will find that these properties are not available on the standard VCConfiguration, VCCLCompilerTool, etc. set of inte...

C#HTMLXAML
Jan 13, 2010
0
0

Searching and Navigating Code in Visual Studio 2010

Visual Studio Team
Visual Studio Team

Every developer knows that navigating code is vital to happy and productive coding. We’ve added several new features for code search and navigation in Visual Studio 2010, including Navigate To and an improved Call Hierarchy, to complement search staples like the Find and Replace dialog and Incremental Search. With such a wide variety of options, we...

C#Node.jsVisual Studio 2010
Jan 6, 2010
0
0

Getting Information About Objects, Types, and Members with Expression Trees

Visual Studio Team
Visual Studio Team

Starting with C# 3.0 and Visual Studio 2008, you can use expression trees to get information about objects, types, and members. In this post I’m going to show some examples and explain what benefits you can get by using this technique. If you are not familiar with expression trees, I would recommend reading Charlie Calvert’s blog post Expression Tr...

C#.NET Framework