Here’s a list of some interesting WP7 frameworks to keep an eye on. If you know other frameworks please add the to the list.
Picker Box
http://blogs.msdn.com/b/priozersk/archive/2010/09/14/update-to-the-picker-box-control.aspx
http://msaf.codeplex.com/
Extensible Web Analytics Framework for Microsoft Silverlight, WPF, and Windows Phone 7 Applications.
http://bewisephonecontrols.codeplex.com/
Set of tools for Windows Phone 7 (Jump List, Rating control)
http://writeablebitmapex.codeplex.com/
The WriteableBitmapEx library is a collection of extension methods for Silverlight’s WriteableBitmap. The WriteableBitmap class that was added in Silverlight 3, allows the direct manipulation of a bitmap and could be used to generate fast procedural images by drawing directly to a bitmap. The WriteableBitmap API is very minimalistic and there’s only the raw Pixels array for such operations. The WriteableBitmapEx library tries to compensate that with extensions methods that are easy to use like built in methods and offer GDI+ like functionality. The library extends the WriteableBitmap class with elementary and fast (2D drawing) functionality, conversion methods and functions to combine (blit) WriteableBitmaps.
The extension methods are grouped into different CS files with a partial class. It is possible to include just a few methods by using the specific source CS files directly or all extension methods through the built library assembly.
http://facebooksdk.codeplex.com/
This toolkit helps .Net developers create Facebook iframe and web apps using the most current and fully supported Facebook APIs. This toolkit allows you to quickly create a facebook application, or integrate your website with Facebook, and use the new Graph API or old rest API.
http://nroute.codeplex.com/
nRoute is a composite application framework for creating MVVM-style applications in Silverlight, WPF, and Windows Phone 7.
http://phone7.codeplex.com/
This projet contains a port of the Prism: patterns & practices Composite Application Guidance for WPF and Silverlight for Windows Phone 7. It’s contain a small sample project to show you how to work with.
http://silverlight.codeplex.com/
A product of the Microsoft Silverlight team, the Silverlight Toolkit adds new functionality for designers, developers, and the community to provide an efficient way to help shape product development. It includes full open source code, samples, documentation, and design-time support for controls focusing on both Silverlight 4 as well as the Windows Phone.
http://winphone7db.codeplex.com/
This project implements a Isolated Storage (IsolatedStorage) based database for Windows Phone 7. The database consists of table object, each one supporting any number of columns. Use this as persistance engine for WIndows Phone 7 Silverlight (and XNA) applications.
http://wp7dropbox.codeplex.com/
WP7DropBox is a library for DropBox designed for Silverlight on WP7. WP7DropBox includes a basic OAuth library, so it’s simple to use and build in to most WP7 silverlight apps.
http://caliburnmicro.codeplex.com/
A small, yet powerful implementation of Caliburn designed for WPF, Silverlight and WP7. The framework implements a variety of UI patterns for solving real-world problems. Patterns that are enabled include MVC, MVP, Presentation Model (MVVM), and Application Controller.
Like this:
Like Loading...