NikhilK / silverlightfx

Silverlight.FX - A lightweight framework for building well structured Rich Internet Applications using Silverlight.

This URL has Read+Write access

commit  9cae565ad0b3e4bc3c91327963bcb3428443ff87
tree    440203cb8d43bb8ff5c9f2d9241aa300367229cb
parent  c6e9a57beaea879a2e35ddc689b97c4805442edb
name age message
file .gitignore Mon Dec 22 06:52:28 -0800 2008 Misc project setup [NikhilK]
file License.txt Wed Dec 17 23:00:41 -0800 2008 Added license information [NikhilK]
file README Sat May 16 18:33:04 -0700 2009 Updated readme info [NikhilK]
directory binaries/ Loading commit data...
directory dead/ Tue Jan 06 01:13:09 -0800 2009 Added interpolation concept and removed easing ... [NikhilK]
directory misc/ Mon Dec 22 06:41:39 -0800 2008 Misc project cleanup [NikhilK]
directory samples/
directory src/
README
Silverlight.FX
Copyright (c) 2009, Nikhil Kothari (http://www.nikhilk.net)
All Rights Reserved.

Silverlight.FX is licensed under the BSD License. See License.txt within
the project sources for more information.

------------------------------------------------------------------------------

About Silverlight.FX

Silverlight.FX is an application framework for building Rich Internet
Applications based on Silverlight 2.

The focus is on enabling applications to be naturally better architected by
providing the right building blocks including:
- Promoting separation of view/code through well established patterns like
  IoC, MVVM, MVC
- Encapsulating functionality into reusable components like behaviors and
  services
- Making the right concepts declarative (eg. effects, behaviors)
- Overall better structuring of the application (eg. themes, controls)

Another equally important focus is on keeping the framework lean and mean
and being mindful of size - this is all about being a RIA/Web-friendly
framework. Currently the library comes in at ~70K compressed.


You can read more about this framework and its features on various blog
posts on http://www.nikhilk.net. Its dedicated project page is at
http://projects.nikhilk.net/SilverlightFX.