darren david, gui geek

Silverlight 1.1 Complete API List

I got a lovely poster at MIX07 titled “Microsoft Silverlight 1.1 Developer Reference” that describes which .NET Framework APIs are included in Silverlight 1.1, and which are coming. It doesn’t exactly go with my decor, so I figured I’d make a quick reference guide that lists what’s in and what’s coming. I’m sure this list is subject to change — I’m merely reporting what’s on the poster. NOTE: This is a long post, so you can find the complete list after the jump.

Presentation Framework

System.Windows

  • Application
  • BackgroundWorker [soon]
  • WebApplication
  • XamlReader

System.Windows.Browser

  • BrowserInformation
  • HtmlDocument
  • HtmlElement
  • HtmlPage
  • HtmlTimer
  • HttpUtility

System.Windows.Media

  • ImageBrush
  • LinearGradientBrush
  • RadialGradientBrush
  • SolidColorBrush
  • VideoBrush
  • MatrixTransform
  • RotateTransform
  • ScaleTransform
  • SkewTransform
  • TranslateTransform

System.Windows.Media.Animation

  • BeginStoryboard
  • ColorAnimation
  • ColorAnimationUsingKeyFrames
  • DoubleAnimation
  • DoubleAnimationUsingKeyFrames
  • PointAnimation
  • PointAnimationUsingKeyFrames
  • Storyboard

System.Windows.Shapes

  • Line
  • Path

System.Windows.Controls

  • Canvas
  • Control
  • Image
  • MediaElement
  • OpenFileDialog
  • TextBlock
  • and more… (DD: assuming they ran out of room on the poster?)

System.Windows.Documents

  • Glyphs
  • Inline
  • LineBreak

Communications Framework

System.ServiceModel

  • Web Services Client Support [soon]

System.Syndication

  • Atom/RSS Support [soon]

System.Net

  • HttpWebRequest
  • HttpWebResponse

System.Windows.Browser.Net

  • BrowserHttpWebRequest

Data Framework

System.Xml

  • XmlReader
  • XmlWriter

System.Xml.Serialization

  • XmlSerializer [soon]

System.Browser.Windows.Serialization

  • JavaScriptSerializer

System.Linq [LINQ]

  • Language Integrated Query (DD: Their emphasis, not mine)

System.Xml.Linq [LINQ TO XML]

  • XML Language Integrated Query [soon] (DD: Their emphasis, not mine)
    • XAttribute
    • XDocument
    • XElement
    • XName
    • XNamespace
    • XNode
    • XText

Base Classes

  • System
  • System.Collections.Generic
  • System.Globalization
  • System.IO
  • System.IO.IsolatedStorage
  • System.Reflection
  • System.Resources
  • System.Text
  • System.Text.RegularExpressions
| Trackback

1 Comment so far

  1. Michael Sync January 29th, 2008 6:44 pm

    Where is Scriptable attribute under System.Windows.Browser? Your list is not completed one..

Leave a reply

Mexico