Async Validation with RIA Services Posted: 26 May 2010 01:06 PM PDT Almost a year ago, I posted a lengthy article on how to implement Async Validation with RIA Services and DataForm . It was hard; much harder than it should have been, and we all knew it. Since then, things have changed, and async validation is a lot simpler Read More......( read more) |
Nomadic is Hiring – Experienced .NET Developer Posted: 26 May 2010 11:31 AM PDT As many of you know I recently joined Nomadic, a a full service branding and interactive digital agency in North Scottsdale. If you haven't heard of Nomadic, check out our site http://www.nomadicagency.com. We get to work with some amazing brands...( read more )...( read more) |
302: this blog will be closed Posted: 26 May 2010 10:39 AM PDT After nearly 7 years I will discontinue blogging on this site. My resources are limited. You can reach my German blog which is used to support my customers. Looking back to a long an interesting journey ASP.NET by ScottGu That was the reason to attend...( read more )...( read more) |
Wet Surface Effect - Silverlight 4 Posted: 26 May 2010 07:45 AM PDT This little example is a realy cool thing. Simply click on the UI as you tap with your finger at surface water. View the example and download the sourcecode at the Expression Gallery . You will love it! If you love it, give me some stars . I will write...( read more )...( read more) |
RIA Services using https Posted: 26 May 2010 07:31 AM PDT Support for https has been part of WCF RIA Services for a while now, but most of the early posts we did have been lost. In celebration of the V1 release, I'm resurrecting a guide on using https. In short, you have two options using https. On one hand Read More......( read more) |
Simple Morphing Text Effect - Silverlight 4 Posted: 26 May 2010 02:06 AM PDT If you need a simple morphing text effect for Silverlight 4 check my recently added contribution at the Expression Gallery. View the example and download the sourcecode at the Expression Gallery . The example works using ripple effects on two TextBlocks...( read more )...( read more) |
Separating Content and Presentation with the ContentControl Posted: 25 May 2010 09:35 PM PDT Introduction The ContentControl is often overlooked when building Silverlight apps. It's used inside many controls such as the Button or ChildWindow, but it also turns out to be quite useful on it's own for separating content from presentation. Here is...( read more )...( read more) |
Deals Well With Ambiguity Posted: 26 May 2010 02:10 AM PDT A while ago I was talking with my manager at the time about traits that we value in a Program Manager. He related an anecdote about an interview he gave where it became clear that the candidate did not deal well with ambiguity. This is an important trait for nearly every job, but especially for PMs as projects can often change on a dime and it's important understand how to make progress amidst ambiguity and eventually drive towards resolving ambiguity. Lately, I've been asking myself the question, doesn't this apply just as much to software? One of the most frustrating aspects of software today is that it doesn't deal well with ambiguity. You could take the most well crafted robust pieces of software, and a cosmic ray could flip one bit in memory...( read more) |
Silverlight Cream for May 25, 2010 - 2 -- #870 Posted: 25 May 2010 10:13 PM PDT In this Issue: Kirupa , Matthias Shapiro ( -2- , -3- ), Giorgetti Alessandro , Kunal Chowdhury , Mike Snow , and Jason Zander . Shoutout: This looks like a really nice WP7 app done by a team of folks for Imagine Cup 2010: Ahead ... I hope to see some...( read more )...( read more) |
Silverlight 4 Tools for VS2010 and WCF RIA Services 1.0 Released! Posted: 25 May 2010 09:57 PM PDT This is the final release for Silverlight 4 Tools for VS2010, WCF RIA Services 1.0 runtime and tools. A bunch of new features were introduced into this release, . Let's take the Data Source Window (used for data-binding UI generation) outputs Read More......( read more) |
Sample: Windows Phone 7 Example Application with Landscape Layout Posted: 25 May 2010 08:14 AM PDT I've had a lot of fun writing Windows Phone 7 applications and for this post I wanted to share some notes and sample source code to help you get started as well. The latest build of the Windows Phone 7 tools now support Visual Studio 2010 in addition...( read more )...( read more) |
Silverlight Tip of the Day #24 – Resolving Unknown Objects in VS Posted: 25 May 2010 01:50 PM PDT If want to use an object but are not certain what namespace it belongs to you can quickly look it up with the following 2 steps: Right click on the object in question. From the context menu, choose Resolve. From here, you can choose to either add a using...( read more )...( read more) |