March 2008
M T W T F S S
« Feb   Apr »
 12
3456789
10111213141516
17181920212223
24252627282930
31  

Chris Donnan : Programming - Brooklyn Style

software, trading, family, fun

What is in Silverlight vs the standard .Net 3.5 framework?

I was going to take one small code example and try to put it in a browser with Silverlight this evening. I added some code, then I added a reference to System.ComponentModel. There was considerably less there. I then began comparing Silverlight’s assemblies with what you get in a normal .net app. Needless to say - there is no where near the same level of stuff. They have done well - it feels like developing a normal .net app with C#, or with Ruby which is great. BUT there is a TON missing compared to a normal .net 3.5 app.

Let us look for example @ just the System stuff:

Here is where Silverlight’s System assembly is:
silverlight

Here is what is in there:
silverlight system

Here is what is in the .net 3.5 Framework’s system:
.net 3.5 system assembly

So -while it is a great effort to get this stuff running cross platform and in a browser - there is simply a lot of stuff missing that you would be accustomed to when just coding up in the .net 3.5 framework.

-Chris

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • del.icio.us
  • digg
  • blinkbits
  • BlinkList
  • blogmarks
  • YahooMyWeb
  • connotea
  • De.lirio.us
  • Fark
  • Furl
  • Reddit
  • description
  • Shadows
  • Smarking
  • Spurl
  • TailRank
  • Wists

Responses are currently closed, but you can trackback from your own site.