NikhilK / silverlightfx
- Source
- Commits
- Network (16)
- Issues (1)
- Downloads (3)
- Wiki (1)
- Graphs
-
Tree:
9cae565
commit 9cae565ad0b3e4bc3c91327963bcb3428443ff87
tree 440203cb8d43bb8ff5c9f2d9241aa300367229cb
parent c6e9a57beaea879a2e35ddc689b97c4805442edb
tree 440203cb8d43bb8ff5c9f2d9241aa300367229cb
parent c6e9a57beaea879a2e35ddc689b97c4805442edb
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Mon Dec 22 06:52:28 -0800 2008 | |
| |
License.txt | Wed Dec 17 23:00:41 -0800 2008 | |
| |
README | Sat May 16 18:33:04 -0700 2009 | |
| |
binaries/ | ||
| |
dead/ | Tue Jan 06 01:13:09 -0800 2009 | |
| |
misc/ | Mon Dec 22 06:41:39 -0800 2008 | |
| |
samples/ | ||
| |
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.

