public
Description: Silverlight.FX - A lightweight framework for building well structured Rich Internet Applications using Silverlight.
Homepage: http://projects.nikhilk.net/SilverlightFX
Clone URL: git://github.com/NikhilK/silverlightfx.git
commit  941d1295deec3ef1fda25300433148d479842156
tree    0d64a407f9da361f08fd875f000ad148bd9ba41c
parent  f8c26e10cccfe7ff28870026b3639a464f8c0408
name age message
file .gitignore Mon Dec 22 06:52:28 -0800 2008 Misc project setup [NikhilK]
file History.txt Loading commit data...
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/
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.