indexzero / silverlightfx forked from NikhilK/silverlightfx

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

This URL has Read+Write access

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 Loading commit data...
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) 2008, 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 (in progress)
- 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 ~60K compressed.


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