A Spy++ like utility for WPF applications

Take a look at a tool called Snoop that I found useful while developing and debugging WPF Applications.

Features

  • Browse the visual tree of running WPF applications.
  • Inspect properties of elements at runtime.
  • Edit properties of elements at runtime.
  • Inspect RoutedEvents that are occurring, including the elements that handle them.
  • Magnify sections of the User Interface.
  • Locate and debug binding bugs.

 

 

Documentation
Download

Technorati tags: WPF, XAML, dotnet

CodePlex Source Control Client

The CodePlex team has announced the additional Source Control Client on their blog today.The CodePlex Client is a command line source control client for CodePlex site users. It supports working offline in a traditional edit-merge-commit style. It requires MS .NET 2.0.The short introduction present the way you will typically use the CodePlex Client.

Features

  • Automated Merging
  • Anonymous Access
  • Patch Support

Download CodePlex Client

[Via Espresso Fueled Agile Development]

 

Technorati tags: TFS, CodePlex, Release, tools

WPF/E Resources List

Here’s list of links related to WPF/E

WPF/E Downloads: http://msdn2.microsoft.com/en-us/asp.net/bb187452.aspx
WPF/E SDK: http://www.microsoft.com/downloads/details.aspx?FamilyID=c744cbb8-d4d9-4bf9-ad5c-eef36e064911&displaylang=en
MSDN Dev Center: http://msdn2.microsoft.com/en-us/asp.net/bb187358.aspx
Samples Pack for Feb CTP: http://www.microsoft.com/downloads/details.aspx?FamilyId=515684FD-C8A0-4588-88C5-54CE224925E7&displaylang=en
WPF/E Reference: http://msdn2.microsoft.com/en-us/asp.net/bb187448.aspx
Examples: http://weblogs.asp.net/mschwarz/archive/2006/12/14/a-short-list-of-wpf-e-exmaples.aspx
WPF/E QuickStarts - Channel 9: http://channel9.msdn.com/go/wpfe/quickstarts/

 

Technorati tags: links, WPF, samples

Copy/paste support for references in VS 2005/2003

In all versions of Visual Studio is the fact that there’s no copy/paste support for references. You can’t copy a reference from one project to the other.Omer van Kloeten’s add-in for Visual Studio 2005/2003 solve the problem and enable copy and paste a reference even between instances of VS2003 and VS2005.

Technorati tags: VS 2005, VS 2003, add-in, tools

ReSharper 3.0 Pre-Beta(Build 402) released

According to the Jetbrains roadmap the 3.0 release is going to be mostly about adding in Visual Basic.NET support for ReSharper.

The full list of changes for this build:

  • Rename works in Visual Basic
  • The following refactorings work in Visual Basic:
    • Rename
    • Move type to another file
    • Copy type
    • Move static members
    • Introduce variable
  • Live templates work in Visual Basic (not all macros work; no bundled templates)
  • Type name completion (Control+Alt+Space) works in Visual Basic
  • Smart code completion (Control+Shift+Space) works in Visual Basic
  • TO-DO Explorer (try ReSharper -> Windows -> To-do Explorer)
  • Solution-wide error analysis (enable it by checking the ReSharper -> Options -> Highlighting -> Analyze whole solution checkbox)
  • Automatic member reordering (configured at ReSharper -> Options -> Member Order; configuration UI is plain XML for now as the options are not finalized yet)
  • More context actions and quickfixes
  • Suggestions
    • Make field read-only
    • Make parameter type more specific
  • XAML is supported (to the extent of recognizing symbols declared in XAML files and resolving some references; more will come in future builds)

 

Downaoad ReSharper 3.0 Pre-Beta(Build 402)

[Via Glenn Slaven's Blog]

Technorati tags: tools, dotnet, vs2005


Page 14 of 59« First...1213141516...203040...Last »