InfoQ

News

Silverlight 2 Beta Controls Source Code Available for Download

Posted by Abel Avram on May 06, 2008 03:06 AM

Community
.NET
Topics
Silverlight
Tags
Visual Studio

Microsoft has made available the source code and unit tests for Silverlight 2 Beta controls included in System.Windows.Controls.dll, System.Windows.Controls.Extended.dll, and System.Windows.Controls.Data.dll. Their unit tests are located in their respective Test subdirectories, and they are using the Microsoft.Silverlight.Testing.dll assembly.

According to Microsoft:

The Silverlight 2 Beta 1 controls provide common user-interface and data-presentation functionality. These controls also support a rich styling and templating model, which enables you to alter the appearance and behavior of the controls. The styling and templating model uses XAML as an interchange format, which enables you to perform extensive customization using tools such as Microsoft Visual Studio or Microsoft Expression Blend.

The source code of the Silverlight controls is not necessary to develop Silverlight applications, but to be used as a reference in developing other controls. The thousands of unit tests provided complete the source code making it very useful in creating controls with the desired look and behavior. To develop Silverlight-based applications, the Silverlight 2 SDK Beta is to be used, and the Silverlight browser plug-in is needed to run such applications.

The following controls are included in the package:

  • Button
  • ButtonBase
  • Calendar
  • CheckBox
  • ContentControl
  • DataGrid
  • DatePicker
  • GridSplitter
  • HyperlinkButton
  • ListBox
  • RadioButton
  • RangeBase
  • RepeatButton
  • ScrollViewer
  • Slider
  • ToogleButton
  • ToolTip
  • WatermarkedTextBox

The Silverlight 2 Beta controls source code is supported on Windows Vista and Windows XP SP2. The following applications are needed to develop Silverlight-based applications: Microsoft Visual Studio® 2008, Microsoft Silverlight 2 Beta 1, Microsoft Silverlight 2 SDK Beta 1, Microsoft Silverlight Tools Beta 1 for Visual Studio 2008.

No comments

Reply

Exclusive Content

Rationalizing the Presentation Tier

Thin client paradigm characterized by web applications is a kludge that needs to be repudiated. Old compromises are no longer needed and it's time to move the presentation tier to where it belongs.

Agile Project Management: Lessons Learned at Google

In this presentation filmed during QCon 2007, Jeff Sutherland, the creator of Scrum, talks about his visit at Google to do an analysis of Google's first implementation of Scrum.

AtomServer – The Power of Publishing for Data Distribution

In this article, Bryon Jacob and Chris Berry introduce AtomServer, their implementation of a full-fledged Atom Store based on Apache Abdera, which is now available as open source.

An Introduction to Virtualization

It is easy to think that virtualization applies only to servers. In reality the recent resurgence of the concept is also being applied to networking, storage, and application infrastructure.

REST Anti-Patterns

In this article, Stefan Tilkov explains some of the most common anti-patterns found in applications that claim to follow a "RESTful" design and suggests ways to avoid them.

Choosing between Routing and Orchestration in an ESB

In this article, Adrien Louis and Marc Dutoo discuss the differences and relative merits of using orchestration vs. routing in a typical ESB setup, and discuss various implementation options.

Enterprise Batch Processing with Spring

Wayne Lund discusses batch processing, Spring Batch objectives and features, scenarios for usage, Spring Batch architecture, scaling, example code, failures and retrying, and the future roadmap.

User Story Estimation Techniques

Developer Jay Fields draws on his experiences as a ThoughtWorks consultant to describe effective user story estimation techniques.