Dot Net Solutions recently released a new version of its Wikipedia Explorer application built on top of Windows Azure. The project is about visualizing relationships between documents within Wikipedia and features a cool user interface built on Windows Presentation Foundation.
To learn more about this great sample application, head over to Dot Net Solutions’ website. You can actually download and run the application (via ClickOnce) here.
The Azure Issue Tracker application is a sample application that allows users to capture and track various types of issues. This sample demonstrates a real-world SaaS architecture and scenario using the Azure Services Platform to perform federation and multi-tenancy. Technologies used include the Access Control service (part of .NET Services) as well as SQL Data Services (part of SQL Services).
This sample is being released in two versions: Standard and Enterprise. The Standard version allows ad-hoc users to use LiveID federation with the .NET Access Control Service and authorize other LiveID users. The Enterprise version of IssueTracker wile use the same claims-based authorization capabilities as the standard version, but allow greater control by customers over claims and authorization decisions.
To learn more about this great sample application and download the source code, head over to the Azure Issue Tracker CodePlex project website.
The Silverlight 2 Retail Financial Services Demonstrator provides essential resources to help customers and ISVs to create their own demo or proof of concept based on the Silverlight 2 platform. Included in the kit are:
Why use Silverlight 2 and the Demonstrator?
Tim Sneath introduces a new Silverlight sample developed by Vertigo Software (excerpt taken from his blog post)
"Video.Show is an end-to-end solution that provides a reference-quality sample for user-generated video content sites. Taking advantage of all of our latest technologies: .NET Framework 3.5, ASP.NET AJAX, LINQ, Silverlight, Expression Encoder and Silverlight Streaming, Video.Show provides support for uploading, encoding, tagging, viewing and commenting on videos. Since not many people are building video sites like YouTube that have millions of videos, we've optimized the experience for sites with tens to thousands of videos."
The source code for this reference sample has been posted to CodePlex.