Welcome to MSDN Blogs Sign in | Join | Help

Slide deck and demo code from Friday’s “Atlas” webcast

You can download the deck and demo code from Friday’s webcast here. The source code includes my demos from the Wednesday webcast as well. The code is a hodge podge of C# and VB.NET code (and JavaScript of course). Think of it this way. I’m making all of you happy some of the time. Also, my first set of demos (server-centric) were around an actual scenario using the Media Share Library Starter Kit. My second set of demos don’t really have any Media Share Library context. Sorry.  I still used the master page from the Media Share Library for the most part.  Have fun!

-Marc

Published Sunday, July 23, 2006 10:25 AM by FederalDev
Filed under: , , ,

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# Atlas Webcast & Slide & Demo がダウンロード出来ます。

Monday, July 24, 2006 6:10 AM by ナオキにASP.NET(仮)
Federal Developer Weblog からです。
先週行われた Webcast やそのスライド( PPT )、 Demo がダウンロード可能です。
 
Slide...

# A bug in borrowing code

Tuesday, July 25, 2006 8:16 AM by howard.ricketts
I've been getting some errors with this...

file: Library/DetailItem.aspx.vb
method: Protected Sub FormView1_ItemCommand(...)

this...
 SqlDataSource2.UpdateParameters.Add("LoanDate", DateTime.Now.ToString())

SqlDataSource2.UpdateParameters.Add("DueDate", DateTime.Now.AddDays(14).ToString())
           
was changed to this...
           SqlDataSource2.UpdateParameters.Add("LoanDate", System.TypeCode.DateTime, Now.ToString())

SqlDataSource2.UpdateParameters.Add("DueDate", System.TypeCode.DateTime, DateTime.Now.AddDays(14).ToString())

# re: Slide deck and demo code from Friday’s “Atlas” webcast

Saturday, July 29, 2006 12:06 PM by KL
Mark,

The recorded webcast of Friday's client-side ATLAS presentation has audio but the video seems to be missing.

I tried to follow along from with the slide deck but it would be better if the video was restored.



# totallydotnet Weblog » Blog Archive » Material zu Atlas-Webcast

# Atlas Webcast & Slide & Demo がダウンロード出来ます。

Tuesday, September 19, 2006 3:05 AM by ナオキにASP.NET(仮)
Federal Developer Weblog からです。 先週行われた Webcast やそのスライド( PPT )、 Demo がダウンロード可能です。 Slide deck and demo code

Leave a Comment

(required) 
required 
(required) 
 
Page view tracker