Silverlight 3 can run out of the browser.. what extra functionality this offers for the developer.. and for the user?
views:
142answers:
4
A:
It also allows for more isolated storage (25MB vs 1MB on the web). This will be nice for a lot of applications that were previously starved for space.
Steve Wortham
2009-07-18 20:21:40
Those numbers are defaults, not limits. The iso storage can be increased with a call to System.IO.IsolatedStorage.IsolatedStorageFile.IncreaseQuotaTo().
James Cadd
2009-07-20 17:46:19
+3
A:
It allows the user to have a desktop experience without longlasting installations and with quick and easy removing of applications. The barrier to download, install and try an application is much lower, which is good for both, the developer and the user. The developer has greater chances to distribute it's application and the user won't miss a great app because it has a 500MB setup.exe and an one hour installing process.
dalind
2009-07-19 17:18:05
A:
More access to the keyboard (e.g. the function keys) when in out-of-browser mode since the browser is not intercepting them.
marktap
2009-07-19 23:54:06