Archive for May, 2007

Saturday, November 29, 2008 10:16

Windows Live Writer Beta 2 is available for download

The brilliant blog client is available for download .
Windows Live Writer makes the process of publishing rich media as easy as sending e-mail.  Writer knows the theme used by your blog and allows you to author your posts directly in the styles of your theme.

Features in this beta:

Spell checking
Table editing
Ability to add [...]

Saturday, November 29, 2008 10:16

Silverlight 1.1(Alpha) Layout and Controls Framework

Dave Relyea has developed a layout and controls framework for Silverlight 1.1 Alpha.It contains a small set of controls like age,Border,StackPanel,Grid,Label,Button,TextBox and layout controls .To see the framework in action take look at this page.
 
[Via ScottGu's Blog]

Bookmark It

Hide Sites

$$(‘div.d809′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

View Source Reflector Plugin for Silverlight

Ernie Booth has wrote plugin for Lutz Roeder’s Reflector that takes a URL to a Silverlight host page and locates the assembly for that page.
Get sources and assemblies for "View Source Reflector Plugin for Silverlight"

Bookmark It

Hide Sites

$$(‘div.d808′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

Interesting articles(May 17)

Tip/Trick: Supporting Full Screen Mode with Silverlight
Microsoft Command Line Standard
New "Orcas" Language Feature: Anonymous Types
These are cool – Silverlight screen wallpapers and backgrounds
Function to Load Enum-Typed Properties from Database
Silverlight Console Applications
 
Technorati tags: blogs, links, articles

Bookmark It

Hide Sites

$$(‘div.d807′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

An better approach to visualize build output – BuildConsole.NET

An better approach to visualize build output - BuildConsole.NET

A nice and free tool from Gaston Milano(the author of CoolCommands addin) that allow to visualize your build output.
Features:

Open BuildFiles and Solution Files
Show and Save Build Reports
Support for cancellation
Verbosity Configuration
Save the history of your builds

Download BuildConsole.NET
 
Technorati tags: tool, msbuild, dotnet, vs2005

Bookmark It

Hide Sites

$$(‘div.d806′).each( function(e) { e.visualEffect(’slide_up’,{duration:0.5}) });

Saturday, November 29, 2008 10:16

A Spy++ like utility for WPF applications

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 [...]