Tag Archives: post

Silverlight 3 and Flash: iPhone Dragging Effect

Here is a Flash vs Silverlight comparison on the fantastic iPhone Dragging Effect. it is a Text Dragger like the well-known dragging effect from iPhone or iPod touch. Simply drag the text up and down by holding down the mouse button. Let’s enjoy it and leave comments!! Comparison Flash implementation: 35 minutes Silverlight implementation: 1 hour 40 minutes (Implemented First) Source codes Note: There is a file embedded within this post, please visit this post to download the file. Note: There is a file embedded within this post, please visit this post to download the file. Flash Silverlight Please visit the original post to view this demonstration

View original here: 
Silverlight 3 and Flash: iPhone Dragging Effect

Restricting Access to your WCF Service to a known Silverlight Client

Lately I’ve worked with a number of customers who are familiar with non-service-based ways of accessing their business logic. They typically come from one of two backgrounds: Client developers where the only connection out of the application is to the database. Web developers where all the logic exists on the server In both cases, they’re not typically working with physical application tiers, even if they logically separate their application. Internal n-tier/client-server developers typically don’t bother thinking about this problem, and Ajax devs, due to often being on the internet, paved this ground a while back. In a simplified version, this is what the typical breakdown looks like: The non-ajax web app gets to hide everything on the server, the client app “hides” everything on the client. The Silverlight app (and the same is true of ajax apps), however, must expose a service between the server and client. And thanks to standards, most everyone has the technology to access that service

Read more from the original source: 
Restricting Access to your WCF Service to a known Silverlight Client

YouTube video in Silverlight 3

A while back I saw a post titled something like Displaying YouTube Videos in Silverlight .

ToggleButton Command for Prism

Patterns and Practices of Lean Software Development

J. D. Meier emailed me this week to ask my opinion on “Lean” and referred me to [ THIS POST ] For almost 30 years (yes, I wrote my first program for money in the 70’s as a teenager) I’ve been a “practical” geek. I don’t invest much in methodologies, or…( read more )

View original post here: 
Patterns and Practices of Lean Software Development

Fluent Silverlight – Part 3 – Binding Events to Commands - Gabriel Schenker - Los Techies

In the last two posts I introduced Fluent Silverlight which is a new framework designed to offer a strongly typed alternative to the XAML based definition of Silverlight views and its “magic string” based data binding of properties of the view controls and I explained in details how we provide data binding between the view model and the view. In this post I want to discuss the details on how we bind events of Silverlight controls to corresponding commands defined i…

Read the original post:
Fluent Silverlight – Part 3 – Binding Events to Commands - Gabriel Schenker - Los Techies

Atlanta Web Design Group – May 27, 2009

Some house keeping because this post has been in my Live Writer for the past week…On May 27th I had the pleasure to present a MIX 2009 recap to the Atlanta Web Design Group along with Glen Gordon and Dennis Estanislao .

Silverlight and WPF: The XAML Continuum

I saw that Karl had been busy on the plane and had written this post around sharing code between WPF and Silverlight and so I wanted to flag that up here.

The rest is here:
Silverlight and WPF: The XAML Continuum

Silverlight 3 beta is out!

I’ve finally found the crossplatform development tool that I’ll heavily be using in the next few years.  To getthe runtime necessary to run silverlight 3 apps, go to http://silverlight.net/getstarted/silverlight3/default.aspx and install the developer runtime as that’s the only one available at the time of this post. ^^ Silverlight is a great alternative to the following dev kits: WindowsForms, which is more mature, but not as cutting edge and flexible as WPF Forms and its XAML design.

See the original post: 
Silverlight 3 beta is out!

Commanding in Silverlight via Prism

One major feature that lacked in Silverlight implementation when compared to WPF infrastructure is support for Commanding. The Composite Application Block for Silverlight [ Here ] provides Commanding support for Silverlight using attached behaviors.

Go here to read the rest:
Commanding in Silverlight via Prism