frank12345

Stories submitted by frank12345

Visual Studio 2010 SP1 now available(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 2 months ago

The final version of VS2010 sp1 is now avaialable for download read more...

add a comment |category: |Views: 22

tags: another

Silverlight 5 FireStarter(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 5 months ago

Today we announced the plans for the next version of Silverlight along with a bunch a demos at the FireStarter event. If you missed it, you can take a look at the recordings read more...

add a comment |category: |Views: 29

tags: another

WPF Ribbon (October Update Available)(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 7 months ago

October 2010 update of WPF Ribbon (on codeplex) is now available for download. read more...

add a comment |category: |Views: 24

tags: another

Xaml Art Assets(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 8 months ago

Was looking around for some interesting xaml artifacts for a sample project and this site had plenty of it. The clipart is pretty nice (as shown below)... Have fun.. read more...

1 comment |category: |Views: 159

tags: another

Porting WPF apps to Silverlight(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 8 months ago

The other day when browsing through the blogosphere I came across Arik's posts describing the workarounds\tips that he used for porting his 3.5 WPF application to Silverlight. read more...

add a comment |category: |Views: 12

tags: another

Using RibbonGallery Control(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 9 months ago

The Ribbon Control is a pretty big control owing to the complexity of the Ribbon design guidelines. You can give it a try by downloading from LINK read more...

add a comment |category: |Views: 55

tags: another

Zoomable Canvas Control(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 9 months ago

Kael has a nice series on the Zoomable Canvas control The usage is something like <ListBox.ItemsPanel> <ItemsPanelTemplate> <ZoomableCanvas Loaded="ZoomableCanvas_Loaded" RealizationLimit="1000" RealizationRate="10" RealizationPriority="Background"/> </ItemsPanelTemplate> </ListBox.ItemsPanel> read more...

add a comment |category: |Views: 60

tags: another

Xaml Toolkit: Manipulation of Xaml(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 9 months ago

One of the interesting things you could easily do with the Xaml Toolkit is manipulation of Xaml. For example, in the case of XamlPadX, if we copy pasted xaml from a WPF application, it wouldnt render because of events, unknown members and so forth. We would need to extract these members in order to make the xaml render read more...

add a comment |category: |Views: 14

tags: another

WPF Ribbon Basics(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 9 months ago

The WPF Ribbon control is easy to use once you get the basics of it. The structure is simple ... read more...

add a comment |category: |Views: 22

tags: another

Ribbon Control Design Time Experience(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 9 months ago

The Ribbon Control is now available to the public for download. If you havent taken a look yet, would definitely recommend it. A neat thing about this release is that it includes a design time plugin to VS. So out of the box you have a template in VS, when creating a new project read more...

1 comment |category: |Views: 23

tags: another

Running Xaml FXCop rules in FXCop GUI(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 9 months ago

So one of the uses of the XamlToolkit is to write FXCop rules for XAML. We provide the Microsoft.Tools.Xaml.FxCop.dll which has some inbuilt XAML rules that you can try out. You could also write new ones by referencing this dll. One of the queries I got in response to my previous post was how do i get the rules running. So here go the steps read more...

add a comment |category: |Views: 15

tags: another

Xaml Fxcop Rules Using Xaml Toolkit(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 9 months ago

Xaml Toolkit ... ding ding ding... if you heard and tried it..woohoo!!. If not, please go and give it a spin : Xaml Toolkit One of the nice things that you can do with it is write XAML FXCop rules. Now there has been a common ask of getting FXCop running on Xaml. read more...

add a comment |category: |Views: 7

tags: another

Announcing CTP of XAML Toolkit (blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 9 months ago

We are happy to announce the release of the second CTP of the XAMLToolkit. Where do i get it: LINK read more...

add a comment |category: |Views: 8

tags: another

XAML Compliance Suite(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 10 months ago

Generally, when theres an open spec format, theres usually a set of tests that ensure that the spec is being followed right. As as example, the Acid tests help in deterning the support of web standards in different web browsers. So when it came to XAML, we decided that we should have a basic set of tests that can be used to determine whether the .. read more...

add a comment |category: |Views: 7

tags: another

BeeEye (Bing Image Viewer)(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 11 months ago

BeeEye is a Bing Image viewer application. Its got a very Blendish look ... read more...

add a comment |category: |Views: 34

tags: another

TestAPI V0.5 Released(blogs.msdn.com)

submitted by frank12345frank12345(2809) 1 year, 11 months ago

TestAPI - It is a library of test and utility APIs that enables developers and testers to create testing tools and automated tests for .NET and Win32 applications. TestApi provides a set of common test building blocks -- types, data-structures and algorithms -- in a simple, layered, componentized and documented stack..... read more...

add a comment |category: |Views: 1

tags: another