Silverlight 4 supports local resource access by using COM API. In this article I will guide you to understand how we can call COM API to get the local drive, files and folder information.
We will create a sample application to show you a basic File Explorer in Silverlight 4.
After end of the article you will be able to understand it properly.
Please don't forget to vote and leave feedbacks/suggestions.
In this article, we are going to learn about how to work with Services in Silverlight.
As you all know that, Out-Of-Browser functionality in Silverlight is not a new feature. It is available since Silverlight 3. Microsoft added the trusted application behaviour in Silverlight 4 Beta. In addition to this, they introduced one more additional functionality called “Chromeless OOB WIndow” i.e. “Customized OOB Window” in Silverlight 4 RC (Release Candidate). In this post, I will guide you to create a simple customized OOB Window Application in Silverlight 4 RC.
Telerik Assembly Minifier is a tool that lets you extract only the controls’ classes and resources you need to use in your application development, thus significantly reducing the size of the assemblies. Using the Assembly Minifier you will achieve significantly better loading time when the XAP files containing the minified (optimized) assemblies are to be loaded on the client side.
In this post I teach you how you can integrate JavasScript in your Silverlight apps. Sample source code available for download.
More ...