Archives for posts with tag: Twitter

On this episode, John Stockton demonstrates how to create animations for Silverlight using Storyboards in Expression Blend. He explores the roles that the storyboards, visual states, behaviors, keyframes, transforms, and easings play in animations. This is a great demonstration of how to add a realistic and natural feel to animations. 

Relevant links:

Follow us on Twitter @SilverlightTV or on the web at http://silverlight.tv/ 

book 

Are you developing with Windows Phone 7? You can pre-order Learning Windows Phone Programming today, by Jaime Rodriguez, Yochay Kiriaty and John Papa! Or check out the book’s web site.

Sometimes you have work that you want to schedule for off-peak times or have happen on a recurring schedule, such as every 3 hours. While there are many ways to do this, Workflow Services are an interesting option. In this episode, I’ll show you how you can create a service that accepts start, stop, and query messages, and supports scheduling.

    WF4 Batch Job Example (MSDN Code Gallery)

Ron Jacobs
blog        http://blogs.msdn.com/rjacobs
twitter    @ronljacobs

Tsitsi Gora, UX Designer at Microsoft, appears on the show to announce the new Silverlight themes that her team has been working on. Tsitsi demonstrates the new themes available for download and explains the scenarios they had in mind when they created the themes. The new themes include:

  • Jet Pack
  • Cosmopolitan
  • Windows 7
  • AccentColor

She also takes a deep look at the cosmopolitan theme and shows how you can customize it, if need be. Tsitsi wraps up by demonstrating some tips you can use to maintain design consistency in your application, including how to apply a simple behavior to your TextBox and content presenters. Tsitsi drops a ton of great design tips throughout this episode—you don’t want to miss it.

Relevant links:

Follow us on Twitter @SilverlightTV or on the web at http://silverlight.tv 


book
 

Are you developing with Windows Phone 7? You can pre-order Learning Windows Phone Programming, by Jaime Rodriguez, Yochay Kiriaty, and John Papa, today! Or, check out the book’s web site.

On this episode, Dinesh Kulkarni shares his top tips for creating streamlined and performant WCF RIA Services applications. He walks through some key decision points while creating domain services (server side) for a Silverlight and RIA Services application. Among the tips Dinesh discusses are some of the benefits of creating the minimal number of entities, operations, and amount of data required for your application. He also discusses how to connect RIA Services to:

  1. Entity Framework
  2. LINQ to SQL
  3. nHibernate
  4. Your own custom business objects

Other topics Dinesh walks step-by-step through include:

  • hooking RIA Services up to your own POCO classes
  • adding role-based authorization
  • how to determine what objects will be exposed by RIA Services to the client
  • adding validation
  • identifying keys and associations for entities
  • indicating when to return object graphs
  • how to use the Composite attribute to bundle objects graphs

This is a great deep dive by one of the masterminds behind WCF RIA Services.

Relevant links:

Follow us on Twitter @SilverlightTV or on the web at http://silverlight.tv 

book 

Are you developing with Windows Phone 7? You can pre-order Learning Windows Phone Programming today, by Jaime Rodriguez, Yochay Kiriaty and John Papa! Or check out the book’s web site.

SO-Aware is an exciting new tool you can use with your WCF Services. This is not just another UDDI registry. Rather, this is a tool that works for SOAP, REST, and OData services and…you just have to see it in action.

    Tellago Studios SO-Aware
    endpoint.tv – Meet SO-Aware (Part 1)

Ron Jacobs
blog        http://blogs.msdn.com/rjacobs
twitter    @ronljacobs

SO-Aware is an exciting new tool you can use with your WCF Services. This is not just another UDDI registry. Rather, this is a tool that works for SOAP, REST, and OData services and…you just have to see it in action.

    Tellago Studios SO-Aware
    endpoint.tv – Meet SO-Aware (Part 2 – coming soon)

Ron Jacobs
blog        http://blogs.msdn.com/rjacobs
twitter    @ronljacobs

Some of the big gaps with Workflow Services have been in the area of security. In this episode, we will see the new Workflow Services Security Activity pack, which fills these holes, allowing you to

  • Use PrincipalPermission based authorization
  • Work with Username and SAML tokens
  • Impersonate the caller
  • Create client credentials for calling services
  • And much more…

For more information see 
    Windows Workflow Foundation on CodePlex

Ron Jacobs
blog        http://blogs.msdn.com/rjacobs
twitter    @ronljacobs

WorkflowServices don’t provide a way to implement a contract, but that doesn’t mean you can’t get them to look like they do. This is useful if you want to create a client proxy using a ChannelFactory. In this episode, I’ll show you what I learned about the messaging activities to make this work.

I also wrote this up on my blog.

    How to make a WorkflowService implement a contract
    Sample Code (MSDN Code Gallery)

Ron Jacobs
blog        http://blogs.msdn.com/rjacobs
twitter    @ronljacobs

In the second of two navigation videos we filmed, Karl Shifflett joins John Papa to demonstrate how he made some simple extensions to the navigation API in Silverlight in order to solve very common business problems. Karl demonstrates how to navigate away from a screen and leave markers indicating that the screen is still active even though it is hidden. He also demonstrates how to manage state while navigating between different pages.

This episode is jam packed with a ton of great navigation strategies and tips that you won’t want to miss.

Relevant links:

Follow us on Twitter @SilverlightTV or on the web at http://silverlight.tv 

Registration for PDC10 is now open, and space is limited—don’t miss this opportunity to experience the PDC in Redmond. Join the PDC email newsletter for the latest information about PDC10.

The new Hands On Lab Intro to WF4 is quickly becoming a hit. As I mentioned in the getting started video, this lab is a prototype designed to test the idea of producing a lab experience directly inside of Visual Studio. Since I released this, a number of people both inside and outside of Microsoft have asked me how I created it. In this episode, I’m going to show you the IntroToWF4 Feature Builder project, how it is implemented, and some hard lessons I learned along the way.

Intro To WF4 Hands On Lab (Visual Studio Gallery)
Intro To WF4 Hands On Lab (MSDN Code Gallery)

Ron Jacobs
blog        http://blogs.msdn.com/rjacobs
twitter    @ronljacobs