alexb
Name: alexb
Score: 183
Last Seen: 17 days, 16 hours, 1 minute ago
Member Since: 3 October, 2009
Servefault.com
atom rss
4
votes

Silverlight 4 vs Flex 4: Accessing the Clipboard - Alex van Beek

published 10 days, 7 hours, 45 minutes ago posted by alexbalexb 17 days, 16 hours, 1 minute ago
Monday, March 01, 2010 5:55:25 PM GMT Monday, February 22, 2010 9:39:54 AM GMT
In this post I’m comparing Flex 4 and Silverlight 4’s clipboard access abilities. Accessing the clipboard should be an interesting comparison, since both Flash 10 and Silverlight 4 take different approaches. I deliberately said "Flash 10" in the previous sentence, because accessing the clipboard in a Flex application is done by using the native Flash 10 ActionScript api and there isn’t any specific Flex code required. (more)
category: Silverlight | clicked: 2 | comment | | source: blogs.infosupport.com
tags: Clipboard, Flash 10, Flex 4, Silverlight 4
4
votes

Silverlight 4 vs Flex 4: Data Validation - Alex van Beek

published 30 days, 12 hours, 52 minutes ago posted by alexbalexb 38 days, 16 hours, 39 minutes ago
Tuesday, February 09, 2010 12:48:36 PM GMT Monday, February 01, 2010 9:01:42 AM GMT
In this post I’m again comparing two features of Silverlight and Flex, this time we’re going to take a look at how data validation is implemented on both platforms. This will be a very interesting comparison, since Flex and Silverlight take entirely different approaches. Which one is better? I can let you know in advance that one of the two is a bit broken. Read on to find out which one…… (more)
category: Silverlight | clicked: 0 | comment | | source: blogs.infosupport.com
tags: Data, Data Binding, Data Validation, Flex 4, Silverlight 4
7
votes

Silverlight 4 vs Flex 4: Printing - Alex van Beek

published 37 days, 17 hours, 30 minutes ago posted by alexbalexb 45 days, 17 hours, 38 minutes ago
Tuesday, February 02, 2010 8:10:05 AM GMT Monday, January 25, 2010 8:02:27 AM GMT
In this series of posts we are going to compare features of Flex 4 with their counterparts in Silverlight 4. In this first part of the series we're going to take a look at how printing is implemented on both platforms. (more)
category: Silverlight | clicked: 0 | comment | | source: blogs.infosupport.com
tags: Flex 4, Printing, RIA, Silverlight 4
6
votes

Configuring MEF with Linq To Xml Part 2: Making MEF recomposition on the fly when the file is edited - Alex van Beek - blog community

published 40 days, 12 hours, 3 minutes ago posted by alexbalexb 49 days, 14 hours, 27 minutes ago
Saturday, January 30, 2010 1:37:12 PM GMT Thursday, January 21, 2010 11:13:24 AM GMT
In this post I’m going to show how you can make use of MEF’s recomposition features to recomposition on the fly when the content of the configuration XML file in which the exports are defined, is changed. (more)
category: Silverlight | clicked: 1 | comment | | source: blogs.infosupport.com
tags: .Net 4.0, C#, ExportProvider, FileSystemWatcher, Linq To XML, MEF, Silverlight 4
4
votes

.Net 4.0: Configuring MEF with Linq to Xml - Alex van Beek

published 49 days, 8 hours, 15 minutes ago posted by alexbalexb 55 days, 14 hours, 57 minutes ago
Thursday, January 21, 2010 5:25:58 PM GMT Friday, January 15, 2010 10:43:51 AM GMT
A much heard criticism of MEF is that the exports are configured with attributes, so if the exports need to be changed, recompilation of the application is required. In this post I'll show how to extend MEF using Linq to XML in such a way, that the exports can be configured in an external configuration file and the application no longer needs to be recompiled when the exports change. (more)
category: Architecture | clicked: 2 | comment | | source: blogs.infosupport.com
tags: .Net 4.0, C#, Linq To XML, MEF, Silverlight 4
3
votes

Silverlight 3: Loading Merged Resource Dictionaries runtime - Alex van Beek - blog community

posted by alexbalexb 121 days, 16 hours, 59 minutes ago
Tuesday, November 10, 2009 8:41:44 AM GMT
In this post we're going to see how to keep your Merged Resource Dictionaries out of your Silverlight's .XAP file and loading them runtime. This way you can customize the look of your application without recompiling your Silverlight application. Refreshing the browser is enough to see the changes to your user interface. (more)
category: Silverlight | clicked: 2 | comment | | source: blogs.infosupport.com
tags: Merged ResourceDictionaries, Runtime, Silverlight 3
3
votes

Silverlight 3 new features, pitfalls and oddities - Alex van Beek - blog community

published 156 days, 14 hours, 57 minutes ago posted by alexbalexb 159 days, 12 hours, 51 minutes ago
Tuesday, October 06, 2009 10:43:18 AM GMT Saturday, October 03, 2009 12:49:04 PM GMT
Some oddities and pitfalls of Silverlight 3 features (more)
category: Silverlight | clicked: 0 | comment | | source: blogs.infosupport.com
tags: Silverlight
2
votes

Connecting Adobe Flex with Flash Builder 4's Data Centric Development features to a .Net service based backend - Alex van Beek - blog community

posted by alexbalexb 159 days, 13 hours, 3 minutes ago
Saturday, October 03, 2009 12:37:36 PM GMT
In this article I will show how you can use Adobe Flex and Flash Builder 4's new Data Centric Development features to connect to a service based back-end. (more)
category: Web Service | clicked: 0 | comment | | source: blogs.infosupport.com
tags: Flex, WCF
2
votes

A complete Silverlight 3 Drag and Drop solution, inspired by Flex' DragManager - Alex van Beek - blog community

posted by alexbalexb 159 days, 13 hours, 5 minutes ago
Saturday, October 03, 2009 12:35:11 PM GMT
This post shows you how you can create a complete working drag and drop solution in Silverlight 3. This solution works in every Panel and from anywhere in the application. This solution is inspired by Flex' DragManager class. (more)
category: Silverlight | clicked: 1 | comment | | source: blogs.infosupport.com
5
votes

Silverlight 3: Securing your WCF service with a custom username / password authentication mechanism - Alex van Beek - blog community

published 156 days, 14 hours, 57 minutes ago posted by Webhost4lifeWebhost4life 159 days, 16 hours, 4 minutes ago
Tuesday, October 06, 2009 10:43:18 AM GMT Saturday, October 03, 2009 9:36:10 AM GMT
There seems to be a lot of confusion on the web about how to secure the backend WCF service of your Silverlight application, with a username and a password. In Silverlight 2, things were a bit tricky. The generated proxies of Visual Studio didn’t have a ClientCredentials property. So to send any custom username / password information to your service, you had to manipulate some headers. Another option was to let the browser do the authentication for you, in combination with asp.net and forms authenticatio... (more)
category: Silverlight | clicked: 3 | comment | | source: blogs.infosupport.com
tags: Silverlight, WCF