Page view counter

Jesse Liberty - Silverlight Geek

More Signal Less Noise

I’m Back!


In the words of the immortal
Roseanne Roseannadana “It’s always something….”

stock_hypo_blueJust when i was finally back from vacations and other distractions and ready to handle my very intense deadlines… I was struck down by… well you really don’t want to know except that it was food-borne, it landed me in a lovely hospital outside Redmond (where i came for what seemed at the time to be an important 3 day meeting of which I attended 10 minutes) and someone owes me two entire days that I don’t remember at all.

As these things do, the experience gave me time to reflect on what is important in life. You know, kids, Silverlight, family, blogging, videos, wifi, private rooms in hospitals, good health care, the Daily Show….

And it gave me time to plan and prioritize to meet the needs of folks who have responded to the tutorials, blog entries, videos and more.  I’ve written more than enough already about “here’s what’s coming…”  so I won’t again. Instead I’ll spend the next couple months kicking those plans into gear. 

By the end of October I’ll try to get a sense of how things are going, and adjust the balance and in January it will be time to assess. That said, look for the first step: regular blogging, to start right now: I was listening to Scott Hanselman sing the praises of those who have something useful in their blogs daily; that is a high standard, but worth shooting for.

Up next: the difference between understanding a concept and implementing it.  Creating Templatable Custom Controls using the States and Parts Model, Part 1.

Posted: Sep 07 2008, 06:59 PM by jesseliberty | with 9 comment(s)
Filed under:

Comments

Ken Cox [MVP] said:

Good to hear you made it back to the blog alive, or at least mostly alive.

I'm casting about for a simple-yet-realistic data-oriented sample using SL 2. This means CRUD operations in Silverlight against a secure (SSL), forms authenticated WCF service.

If anyone has sample code to do all this, you can reach me at kjopc@hotmail.com.

Ken

# September 7, 2008 9:27 PM

jesseliberty said:

I'm open to this idea since folks keep asking for it, but my take would be to do the CRUD in something that does CRUD for a living (say a database) and then interact with Silverlight (as the biz layer and UI layer) through a web service.

But, I'll give it another think.

# September 7, 2008 9:39 PM

Ken Cox [MVP] said:

Jesse,

I said 'WCF' but any authenticated Web service (that talks to a database) would be fine.

The hard part seems to be securing Silverlight's data access out there in the cloud.

Ken

# September 7, 2008 11:49 PM

kamii47 said:

And Any news regarding SL 2 releases Candidate 1 or RTM?

# September 8, 2008 2:04 AM

robhouweling said:

Glad to hear you're okay now, Jesse...

I saw Ken's reaction and thought this might be a good place to start for the formsauthentication part...:

web-snippets.blogspot.com/.../authentication-in-silverlight-using.html

Hope it helps.

Rob

# September 8, 2008 2:05 AM

samcov said:

@kamii47: LOL, surely you're joking!

If he told you, he's have to shoot you, and Jesse is way too nice a guy for that.

# September 8, 2008 3:57 AM

kamii47 said:

:)

# September 9, 2008 1:08 AM

jesseliberty said:

Well, I wasn't as back as I thought (things linger...)

Rob, great post, I will add to my list to do a video on the topic of authentication -- I see two reasonable ways to approach it

(1) basically steal the appproach shown in rob's posting or

(2) use ASP.NET's membership framework and wrap that around a Silverlight app.

-j

# September 12, 2008 12:23 AM

robhouweling said:

Hi Jesse,

Thanks!

You're welcome to steal the approach.

There's no patent issued... ;)

Rob

# September 12, 2008 10:03 AM