Silverlight Feeds - All your Silverlight feeds in one place.

Sponsors

Feed: Justin myJustin = new Microsoft.Silverlight.Justin();

Site: http://blogs.silverlight.net/blogs/justinangel/default.aspx Link: http://silverlight.net/blogs/justinangel/rss.aspx

Tuesday, May 19, 2009

Silverlight TreeView Advanced Scenarios (TreeViewExtended)

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 5/19/2009 10:32:32 PM

Hi Folks, One of the most important tenants of Silverlight Controls development we picked up in Microsoft is WPF Compatibility. That means, that if we end up building FooControl in Silverlight and FooControl exists in WPF we’ll end up with the same API and behaviour. Why is that good for you? It allows you to reuse to code from Silverlight in WPF. If we spin up new API or have differentiating behaviours you really won’t be able to to reuse your XAML and Code in WPF. ...

[ read more ]

Silverlight TreeView Advanced Scenarios (TreeViewExtended)

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 5/19/2009 10:32:32 PM

Hi Folks, One of the most important tenants of Silverlight Controls development we picked up in Microsoft is WPF Compatibility. That means, that if we end up building FooControl in Silverlight and FooControl exists in WPF we’ll end up with the same API and behaviour. Why is that good for you? It allows you to reuse to code from Silverlight in WPF. If we spin up new API or have differentiating behaviours you really won’t be able to to reuse your XAML and Code in WPF. ...

[ read more ]

Wednesday, February 25, 2009

Silverlight Unit Testing, RhinoMocks, Unity and Resharper.

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 2/25/2009 9:27:59 PM

Hi Folks, As most of you who’re familiar with my work know – I’m a huge supporter of the open source community.   I also hold firm to a belief that the Microsoft .Net ecosystem is truly great due to community and vendors innovation. During this article I’d like for us to go over 4 open source initiatives: The Microsoft’s Silverlight Unit Testing framework, RhinoMocks , Microsoft Unity and the Silverlight unit testing plug-in for Resharper.   Here are some links to ...

[ read more ]

Silverlight Unit Testing, RhinoMocks, Unity and Resharper.

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 2/25/2009 9:27:59 PM

Hi Folks, As most of you who’re familiar with my work know – I’m a huge supporter of the open source community.   I also hold firm to a belief that the Microsoft .Net ecosystem is truly great due to community and vendors innovation. During this article I’d like for us to go over 4 open source initiatives: The Microsoft’s Silverlight Unit Testing framework, RhinoMocks , Microsoft Unity and the Silverlight unit testing plug-in for Resharper.   Here are some links to ...

[ read more ]

Wednesday, December 31, 2008

Tour around Silverlight Contrib

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 12/31/2008 3:23:14 AM

I’m a huge supporter of open source software development and I'd like to take this opportunity to go over the Silverlight Contrib O/S project. Fair disclosure first though, my current role is Program Manager for the Silverlight Toolkit team which ships on codeplex (at http://www.codeplex.com/Silverlight).  I’ve got a very high quality bar and I expect nothing less from any O/S project that I ask customers to put into their technology stack. Standard Microsoft disclaimer: KGB Assa ...

[ read more ]

Tour around Silverlight Contrib

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 12/31/2008 3:23:14 AM

I’m a huge supporter of open source software development and I'd like to take this opportunity to go over the Silverlight Contrib O/S project. Fair disclosure first though, my current role is Program Manager for the Silverlight Toolkit team which ships on codeplex (at http://www.codeplex.com/Silverlight).  I’ve got a very high quality bar and I expect nothing less from any O/S project that I ask customers to put into their technology stack. Standard Microsoft disclaimer: KGB Assa ...

[ read more ]

Tuesday, December 30, 2008

Silverlight DLLs on the desktop CLR

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 12/30/2008 4:34:44 AM

I’m a dinosaur and it’s possible I’m the only who didn’t know this – But you can use Silverlight DLLs on the full .Net desktop CLR. See, I’ve been working with Silverlight since Mix07 (March 2007) when we were all excited about Silverlight 1.0 and Silverlight 1.1.  First I was working as a senior .Net consultant on a variety of projects, and for the last 6 months I’ve been working on the Silverlight Toolkit for the evil empire Microsoft.  So believe me when I say – I’m an agi ...

[ read more ]

Silverlight DLLs on the desktop CLR

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 12/30/2008 4:34:44 AM

I’m a dinosaur and it’s possible I’m the only who didn’t know this – But you can use Silverlight DLLs on the full .Net desktop CLR. See, I’ve been working with Silverlight since Mix07 (March 2007) when we were all excited about Silverlight 1.0 and Silverlight 1.1.  First I was working as a senior .Net consultant on a variety of projects, and for the last 6 months I’ve been working on the Silverlight Toolkit for the evil empire Microsoft.  So believe me when I say – I’m an agi ...

[ read more ]

Friday, December 26, 2008

Custom VSM VisualStateManagers in Silverlight 2.0

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 12/26/2008 2:27:49 AM

Hi Folks I’ve been getting some questions through the usual backchannels (Twitter, my J@JustinAngel.Net email and mail pigeons) about creating custom VSM managers. If you’re unfamiliar with VSM I strongly suggest you take 30 minutes and watch Steve White talking in his ‘ohhh-so-British' voice about it: Watch these 4 videos on the Blend 2.5 website which should provide you with deep technical insight into the inner workings of Templating Parts & VSM States from Bl ...

[ read more ]

Custom VSM VisualStateManagers in Silverlight 2.0

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 12/26/2008 2:27:49 AM

Hi Folks I’ve been getting some questions through the usual backchannels (Twitter, my J@JustinAngel.Net email and mail pigeons) about creating custom VSM managers. If you’re unfamiliar with VSM I strongly suggest you take 30 minutes and watch Steve White talking in his ‘ohhh-so-British' voice about it: Watch these 4 videos on the Blend 2.5 website which should provide you with deep technical insight into the inner workings of Templating Parts & VSM States from Bl ...

[ read more ]

Wednesday, November 19, 2008

Silverlight Toolkit: TreeView, TreeViewItem & HierarchalDataTemplate

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 11/19/2008 1:53:36 AM

Hi folks,   I’d like to go over the TreeView control which is part of the new Silverlight Toolkit (http://www.codeplex.com/Silverlight). We’ll talk about the TreeView control itself, how to style the TreeViewItem and what is HierarchalDataTemplate all about.   Recommended reading before reading this article 1. Silverlight Toolkit: HeaderedContentControl & HeaderedItemsControl     Setup ...

[ read more ]

Silverlight Toolkit: TreeView, TreeViewItem & HierarchalDataTemplate

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 11/19/2008 1:53:36 AM

Hi folks,   I’d like to go over the TreeView control which is part of the new Silverlight Toolkit (http://www.codeplex.com/Silverlight). We’ll talk about the TreeView control itself, how to style the TreeViewItem and what is HierarchalDataTemplate all about.   Recommended reading before reading this article 1. Silverlight Toolkit: HeaderedContentControl & HeaderedItemsControl     Setup ...

[ read more ]

Monday, November 17, 2008

Silverlight Design Time Extensibility

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 11/17/2008 11:56:54 PM

Hi Folks, Whenever someone speaks about developers & designers working together on Silverlight/WPF they talk about the mythical “Designer-Developer workflow”. Even if you’re your own designer, that workflow is always ever present when you switch between “designer” and “developer” hats. I’m a huge supporter of using Tools in order to build your UI. HUGE. I can’t for the life of me understand why someone would choose to be non-productive and XAML things manual ...

[ read more ]

Silverlight Design Time Extensibility

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 11/17/2008 11:56:54 PM

Hi Folks, Whenever someone speaks about developers & designers working together on Silverlight/WPF they talk about the mythical “Designer-Developer workflow”. Even if you’re your own designer, that workflow is always ever present when you switch between “designer” and “developer” hats. I’m a huge supporter of using Tools in order to build your UI. HUGE. I can’t for the life of me understand why someone would choose to be non-productive and XAML things manual ...

[ read more ]

Wednesday, November 12, 2008

Silverlight Toolkit: HeaderedContentControl & HeaderedItemsControl

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 11/12/2008 2:08:48 AM

    Hi Folks,   It’s very common to find ourselves creating a UI that is composed of a “Header” part and “something else”. In order to better encapsulate that logic and allow more flexability when reusing it, WPF and the Silverlight Toolkit (codeplex.com/Silverlight) introduce two classes: HeaderedContentControl and HeaderedItemsControl. Let’s deep dive into these controls and see how we can use them to create a more streamlined UI.   Setup 1. ...

[ read more ]

Silverlight Toolkit: HeaderedContentControl & HeaderedItemsControl

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 11/12/2008 2:08:48 AM

    Hi Folks,   It’s very common to find ourselves creating a UI that is composed of a “Header” part and “something else”. In order to better encapsulate that logic and allow more flexability when reusing it, WPF and the Silverlight Toolkit (codeplex.com/Silverlight) introduce two classes: HeaderedContentControl and HeaderedItemsControl. Let’s deep dive into these controls and see how we can use them to create a more streamlined UI.   Setup 1. ...

[ read more ]

Friday, November 07, 2008

Silverlight Toolkit: ViewBox

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 11/7/2008 1:31:02 AM

Hi Folks,   I’d like for us to take some time and talk about the new Silverlight Toolkit Viewbox control. We’ll deep dive on what Viewbox does, how it does it and the few nooks and crannies it has.   Setup 1. Create a new project.   2. Add a reference to the Silverlight Controls assembly (Microsoft.Windows.Controls.dll) which can be downloaded at http://codeplex.com/Silverlight.      3. Look under "Custom Contr ...

[ read more ]

Silverlight Toolkit: ViewBox

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 11/7/2008 1:31:02 AM

Hi Folks,   I’d like for us to take some time and talk about the new Silverlight Toolkit Viewbox control. We’ll deep dive on what Viewbox does, how it does it and the few nooks and crannies it has.   Setup 1. Create a new project.   2. Add a reference to the Silverlight Controls assembly (Microsoft.Windows.Controls.dll) which can be downloaded at http://codeplex.com/Silverlight.      3. Look under "Custom Contr ...

[ read more ]

Thursday, November 06, 2008

Silverlight Toolkit: WrapPanel

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 11/6/2008 12:58:51 AM

Hi Folks, I’d like for us to talk about one of the new controls in the Silverlight Toolkit – WrapPanel. In the following article we’ll deep dive into WrapPanel and see how it behaves in different situations.     Setup 1. Create a new project.   2. Add a reference to the Silverlight Controls assembly (Microsoft.Windows.Controls.dll) which can be downloaded at http://codeplex.com/Silverlight.      3. Look under &qu ...

[ read more ]

Silverlight Toolkit: WrapPanel

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 11/6/2008 12:58:51 AM

Hi Folks, I’d like for us to talk about one of the new controls in the Silverlight Toolkit – WrapPanel. In the following article we’ll deep dive into WrapPanel and see how it behaves in different situations.     Setup 1. Create a new project.   2. Add a reference to the Silverlight Controls assembly (Microsoft.Windows.Controls.dll) which can be downloaded at http://codeplex.com/Silverlight.      3. Look under &qu ...

[ read more ]

Friday, October 31, 2008

Silverlight Toolkit: DockPanel

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 10/31/2008 1:13:00 AM

Hi Folks, I’d like for us to talk about one of the new controls in the Silverlight Toolkit – DockPanel. In the following article we’ll deep dive into DockPanel and see how it behaves in different situations.     Setup 1. Create a new project. 2. Add a reference to the Silverlight Controls assembly (Microsoft.Windows.Controls.dll) which can be downloaded at http://codeplex.com/Silverlight.     3. Add a Silverlight Toolkit c ...

[ read more ]

Silverlight Toolkit: DockPanel

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 10/31/2008 1:13:00 AM

Hi Folks, I’d like for us to talk about one of the new controls in the Silverlight Toolkit – DockPanel. In the following article we’ll deep dive into DockPanel and see how it behaves in different situations.     Setup 1. Create a new project. 2. Add a reference to the Silverlight Controls assembly (Microsoft.Windows.Controls.dll) which can be downloaded at http://codeplex.com/Silverlight.     3. Add a Silverlight Toolkit c ...

[ read more ]

Thursday, October 30, 2008

Silverlight Toolkit: Label

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 10/30/2008 2:36:42 AM

Hi Folks,   I’d like for us to talk a bit a seemingly simple control in the Silverlight Toolkit – Label. In the following article we’ll deep dive into the many nooks and crannies Label has and unleash some of it’s true power.   Setup 1. Create a new project.   2, Add a reference to the Silverlight Controls assembly (Microsoft.Windows.Controls.dll) which can be downloaded at http://codeplex.com/Silverlight.    ...

[ read more ]

Silverlight Toolkit: Label

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 10/30/2008 2:36:42 AM

Hi Folks,   I’d like for us to talk a bit a seemingly simple control in the Silverlight Toolkit – Label. In the following article we’ll deep dive into the many nooks and crannies Label has and unleash some of it’s true power.   Setup 1. Create a new project.   2, Add a reference to the Silverlight Controls assembly (Microsoft.Windows.Controls.dll) which can be downloaded at http://codeplex.com/Silverlight.    ...

[ read more ]

Wednesday, October 29, 2008

Silverlight Toolkit November 2008 Overview

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 10/29/2008 1:40:22 AM

Hi folks,   We’ve just shipped the first release of the Silverlight Toolkit’s on http://codeplex.com/Silverlight.      I’d like to do a 101 technical overview of these controls in this blog post. During the next few days I’ll publish technical deep dives on each control, but for now, we’re sticking to an overview.   TreeView  <controls:TreeView Width="150" Height="200"> ...

[ read more ]

Silverlight Toolkit November 2008 Overview

by JustinAngel via Justin myJustin = new Microsoft.Silverlight.Justin(); on 10/29/2008 1:40:22 AM

Hi folks,   We’ve just shipped the first release of the Silverlight Toolkit’s on http://codeplex.com/Silverlight.      I’d like to do a 101 technical overview of these controls in this blog post. During the next few days I’ll publish technical deep dives on each control, but for now, we’re sticking to an overview.   TreeView  <controls:TreeView Width="150" Height="200"> ...

[ read more ]

Subscribe

New Feed

Product Spotlight

Recently Updated Sources

Legal Note

The content of the postings is owned by the respective author. Silverlight Feeds is not responsible for the contents of the postings. This site is automatically generated and cannot be reviewed for abusive content. If you find abusive content on Silverlight Feeds, please contact us. Designated trademarks and brands are the property of their respective owners. All rights reserved.

Advertise with us