By tag: Expression
0
kicks
Expression Design: Step By Step Designing my Dragon icon
Is a step by step tutorial using the expression design tools to create an icon in this case of a dragon. The idea here is to show the power of the expression tools. This same techniques can be used for the design of interfaces
0
kicks
Inline Regular Expression Options
Did you know you can specify regular expression option inline inside the regular expression text? You can even have parts of one regular expression have different options!
0
kicks
Silverlight resources for designers
When I am training Silverlight I am often asked by designers how to find resources on Silverlight/XAML/Expression, so here is a post for them.
0
kicks
Linq to Financial Markets : New Optimizing/Parsing Provider
We just finished the final iteration for this and went gold. Although this post has more marketing then I would normally post here, I at least wanted to let fellow Linq fanatics that our 'semi-secret' project with a few companies you might know has at least for now reached a milestone.
And who co...
0
kicks
Introducing Microsoft Expression Web
Your journey through Expression Web begins here with an introduction to the product. Specifically, you will do the following: Become familiar with the Expression Web interface, Learn about the many options available within the menu bar, Understand the role of Task Panes, Use and customize toolbars, ...
0
kicks
IntelliSense for Expression Blend
An add-in for Expression Blend 2.5 that adds IntelliSense for editing of XAML files.
0
kicks
An Update to Deep Zoom Composer
Ever since we released Deep Zoom Composer during MIX, there has been a ton of great feedback you have all sent us on what you liked and what you would like to see improved in future versions. To give you a sneak peek at where we are currently, we're releasing an updated version of Deep Zoom Composer...
0
kicks
ScottGu: First Look at Using Expression Blend with Silverlight 2
In this first set of Silverlight tutorials I didn't use a visual design tool to build the UI, and instead focused on showing the underlying XAML UI markup (which I think helps to explain the core programming concepts better). Now that we've finished covering the basics - let's explore some of the t...
0
kicks
Microsoft Gives Students Technical Software at No Charge
DreamSpark offers millions of students access to professional-grade software developer and designer tools.
0
kicks
SQL 2005 Server Side Paging using CTE (Common Table Expression)
When a application want to show the result from an SQL-query as a paged view, i.e. showing ten or fifteen result on first page, then have a "next" function to show the next page of results.
To minimize traffic over the network, it is best practice to do the paging on the SQL-server, so ...
0
kicks
How To Use Microsoft Expression Blend to Modify a Control
Say you absolutely have to change the Button of a Combobox to a circle instead of an arrow - you just have to!!!!
Here comes Microsoft Expression Blend to the rescue
0
kicks
Expression Studio on MSDN today!
Expression Studio is available for Premium subscribers to MSDN Visual Studio Team Suite!
0
kicks
Microsoft Expression Blend 2 Free Trial (May Preview)
We are pleased to present our very first preview of Microsoft® Expression Blend™ 2. The Expression Blend 2 May Preview allows you to create Microsoft® Silverlight™-based applications. Additionally, you can export content from Microsoft® Expression® Design in a format that can be ...
0
kicks
LINQ To Flickr
I had some free time at last, so I implemented a LINQ extension to Flickr, so you can query for photos by tags, creation date, user id or title, the implementation was really easy because I didn't have to use the Flickr API's directly as I found a good open source library for this called FlickrNet w...