in

WPF Design and Development

IdentityMine Team Blogs

David Kelley

A day in the life of a humble software architect... doing C#, WPF, Silverlight, Legos, Fuzzy Logic AI and/or whatever is the latest and greatest or more importantly the coolest techo mumbo jumbo...

Silverlight.js - Version 2.0

Ok, now really MS has get some reviewing going of the Silverlight javascript stuff.  So I thought I would go through this library (Silverlight.js) and check it out and most of it was ok but I found of bunch of this sort of thing:

 foo += something;

foo += somemoresomthing;

foo += somethingelse;

foo += forbar;

So I went through and 'upgraded' this core Silverlight clientside library.  so things like the above look more like

foo = something + somemoresomthing + somethingelse + forbar;

I also changed a few if statements to trinary's and cleaned up a few other bits.

Comments

 

david.kelley said:

updated the version to include the most recent rewrite of this library including the new 'createSilverlight' method.

May 23, 2007 9:30 AM

About david.kelley

David for the past 10 years has focused on distributed application design and emerging Microsoft technologies on the web. Having helped design and build some of the largest systems for companies like Microsoft, Onyx Software, Saltmine, Giordanous Group and more and of course our favorite company Identitymine, he has been on the leading edge of applying the latest tech to real world business problems. David’s technology breadth includes everything from SQL Server to Windows/WCF and Silverlight. David’s accomplishments also include developing new technologies such as self editing XML files and related XML technologies to fuzzy logic systems and advanced web user interface design.
© 2007 IdentityMine, Inc.
Powered by Community Server (Commercial Edition), by Telligent Systems