Thursday, March 4, 2010

Learning the M-V-VM pattern for XAML development

Learning the M-V-VM pattern for XAML development


Learning the M-V-VM pattern for XAML development

Posted: 04 Mar 2010 01:17 PM PST

Quick, what's the most popular thing in XAML development? Yeah, thought so… MVVM or Model-View-ViewModel . It's one of the most popular subjects I hear about when people talk about developing applications with WPF and Silverlight . However, as much as Read More......(read more)

Why is NDA so hard to understand?

Posted: 04 Mar 2010 08:29 AM PST

Maybe this concept is simpler for me because of all the jobs I've been on over the years requiring security clearances. I've signed quite a few NDA forms. Some for big companies, some for small, but the meaning of "NDA" remains constant: Non-Disclosure...( read more )...(read more)

Outstanding Silverlight User Group Meeting last night

Posted: 04 Mar 2010 08:05 AM PST

We had a great Silverlight User Group Meeting in Phoenix last night! Before I go any farther I want to say thanks again to David Silverlight and Kim Schmidt for coming to talk to us! And not to forget Victor Gaudioso over the wire :) David, Kim, and Victor...( read more )...(read more)

Using Reactive Extensions in Silverlight

Posted: 02 Mar 2010 11:10 PM PST

1. Introduction Beta versions of Silverlight 4 and .NET Framework 4 are already a fact. There are just a few weeks until the official releases. One of the coolest features which will be part of .NET Framework 4 and also will be available for Silverlight...( read more )...(read more)

Making slsvcutil behave like “Add Service Reference”

Posted: 03 Mar 2010 06:22 PM PST

Just a quick note to clarify a subject where we get a lot of questions. By default, running Add Service Reference against a WCF service and then running slsvcutil against that same service will not generate the same proxy. Some things that are different...( read more )...(read more)

How to package and deploy COM component

Posted: 03 Mar 2010 07:12 PM PST

I'll use a walkthrough example to show how to package a web application with speech API COM component using Visual Studio 2010.  I wrote and tested the sample in Win7 x86 with IIS7.5, and packaged and manually installed to win2k3 x86 IIS6 (which only had 3.5 framework installed). 1. Create a C# 3.5 web application 2. Add COM reference to "Microsoft Speech Object Library" 3. In Default.aspx, add the following between <div> < asp : ScriptManager ID ="ScriptManager1" runat ="server"> </ asp : ScriptManager > < asp : UpdatePanel ID ="UpdatePanel1" runat ="server"> < ContentTemplate > < asp : TextBox ID ="TextBox1" runat ="server" Width ="274px">...(read more)

Silverlight TV 12: The Best Blend 3 Video Ever!

Posted: 03 Mar 2010 11:06 AM PST

The latest episode of Silverlight TV is now available on Channel 9 ! In this episode, Adam Kinney makes his theatrical return to Silverlight TV and claims to have filmed the best Expression Blend 3 video ever! (or at least on Silverlight TV). Adam walks...( read more )...(read more)

No comments:

Post a Comment