silverlight2 deepdive mix08 external

12
Martha Rotter Microsoft Ireland Developer & Platform Group Silverlight 2 Deepdive

Upload: martha-rotter

Post on 09-May-2015

751 views

Category:

Business


1 download

DESCRIPTION

Short set of slides from the Microsoft Ireland Mix Essentials 2008 event. Much of the content was demos, other videos and images were removed due to copyright, so apologies for the brevity.

TRANSCRIPT

Page 1: Silverlight2 Deepdive Mix08 External

Martha RotterMicrosoft IrelandDeveloper & Platform Group

Silverlight 2 Deepdive

Page 2: Silverlight2 Deepdive Mix08 External

Silverlight Roadmap:

• Silverlight V1 Shipped Q307

• Silverlight V2• March 5th Beta 1 (non-commercial go-live)• Q208: Beta 2 (go live)

• Tools• Expression Suite and Visual Studio updates

for all public Silverlight releases• Visual Studio Designer support (Cider) later

this year

Page 3: Silverlight2 Deepdive Mix08 External

Silverlight 2 Runtime Features

* New in Silverlight 2

.NET Support*C# and VB.NET*

LINQ*XML APIs*Generics*HTML Integration*

JSON SerializerLocal storage*Crypto APIs (AES)*Threading*

2D, GraphicsAudio, VideoAnimationsText, Text Input*Controls*Layout*Styles/Templates*Data Binding*Networking

HTTP/S and Sockets*

Page 4: Silverlight2 Deepdive Mix08 External

Controls

Page 5: Silverlight2 Deepdive Mix08 External

Layout

• Layout containers• Canvas, Grid, StackPanel, Border

• Layout properties• Width, MinWidth, MaxWidth,

ActualWidth• Height, MinHeight, MaxHeight,

ActualHeight• Margin and Padding

• Layout extensibility

Page 6: Silverlight2 Deepdive Mix08 External

User Controls in Silverlight

• User Controls• Most common way to build reusable

components• Derivative of

System.Windows.Controls.Control base class (like TextBox control)• Acts as generic container of other

controls

Page 7: Silverlight2 Deepdive Mix08 External

DeepZoom

Page 8: Silverlight2 Deepdive Mix08 External

DLR

Page 9: Silverlight2 Deepdive Mix08 External

Tools

Page 10: Silverlight2 Deepdive Mix08 External

Resources

www.silverlight.net– Tutorials– Blogs– Hands-On Labs– Code!

http://silverlight.net/blogs/silverlightcommunity/

http://silverlight.net/blogs/jesseliberty/ http://www.hanselman.com/blog/http://blogs.msdn.com/martharotter

E-mail me: [email protected]

Page 11: Silverlight2 Deepdive Mix08 External

Martha RotterMicrosoft IrelandDeveloper & Platform Group

[email protected]

http://blogs.msdn.com/martharotter

Thanks!

Please Let Us Know What You Think!

Page 12: Silverlight2 Deepdive Mix08 External