Articles in the Silverlight Category
Asp.net, Silverlight »
Isolated Storage
Isolated Storage in the Silverlight Application
Definition:
Isolated storage is a mechanism which, provide data storage isolation and safety by defining standardized ways of associating code with saved data. Standardization provides some more benefits as well.
Uses of tools from designing, reconfiguration storage, make security
policies apart from this remove unused data all are the tasks of
Administrators
Using isolated storage there no need to write unique paths in the file system, so, hard-coded things are immaterial. With this all is controlled by computer’s security policy. The uses of this is appreciable in web applications …
Silverlight »
After reading this article we will be able to use a comboobx in a Silverlight application as we are habitual of using it with the formal application. Normally we would like to have a combo box which will show the name of the article or any thing which we would like that our client should see but internally we like to use the ID the primary key or something else to use for the internal purpose. So here are the steps we are going to follow.
Creating the Design Page For …
Silverlight, Technology News »
After the release of Silverlight 3 beta version. Microsoft promised to release teh final version of Silverlight 3 before the end of this year i.e. 2009.
As per Microsoft promise, Silverlight 3 is coming very soon. Finally, Silverlight 3 is ready to launch on July 10 including its Expression Blend STudio 3 family of designer tools.
Silverlight 3 adds some fetures:
3D Support
GPU acceleration
H.264 video support
Out-of-browser support
out-of-browser support will allow Silverlight apps to run on Windows or Mac clients and provide users with online, offline or intermittently connected access to their Silverlight apps …
