Page view counter

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.

Published Sunday, September 07, 2008 6:59 PM by jesseliberty

Comments

# re: I’m Back!

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

Sunday, September 07, 2008 9:27 PM by Ken Cox [MVP]

# re: I’m Back!

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.

Sunday, September 07, 2008 9:39 PM by jesseliberty

# re: I’m Back!

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

Sunday, September 07, 2008 11:49 PM by Ken Cox [MVP]

# re: I’m Back!

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

Monday, September 08, 2008 2:04 AM by kamii47

# re: I’m Back!

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

Monday, September 08, 2008 2:05 AM by robhouweling

# re: I’m Back!

@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.

Monday, September 08, 2008 3:57 AM by samcov

# re: I’m Back!

:)

Tuesday, September 09, 2008 1:08 AM by kamii47

# re: I’m Back!

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

Friday, September 12, 2008 12:23 AM by jesseliberty

# re: I’m Back!

Hi Jesse,

Thanks!

You're welcome to steal the approach.

There's no patent issued... ;)

Rob

Friday, September 12, 2008 10:03 AM by robhouweling