By Lance Livingston, on July 22nd, 2013%
I was building a Silverlight 2.0 application for a client and determined that it was appropriate to utilize SSL to secure the site. In particular, to secure communications back-and-forth between the WCF services which were handling a lot of sensitive financial data. Although I had setup SSL on several sites before, I didn’t realize how difficult . . . → Read More: Silverlight Hosting :: Setting up SSL between Silverlight and WCF under IIS7
By Mark Latchey, on July 5th, 2013%
It is common for desktop applications to use menus, tabs, dialogs to present and work with information. However for the web world, it is common to have more task-based UI with multiple screens and navigation.
Silverlight applications are mostly run in a web browser, so they should act like web applications, but developers tend to forget . . . → Read More: Silverlight Hosting :: Better Choose Silverlight Navigation Than “Classic” Silverlight Applications
By Jerome Johnson, on June 27th, 2013%
Do you know Silverlight?? now i want to share about the silverlight hosting tips
Microsoft Silverlight is a powerful tool for creating and delivering rich internet applications and media experiences on the Web. Its functionality is similar to Adobe Flash, integrating multimedia, graphics, animations and interactivity into a single runtime environment. Silverlight’s initial emphasis was . . . → Read More: Silverlight Hosting Tips – How to Increase Silverlight 5 Performance
By Ashton Bridge, on April 23rd, 2013%
Introduction
If you have ever worked with Microsoft Word then you will be able to understand what the GridSplitter looks like – it’s exactly similar to the Splitter seen in Word that is used to split a document view into two panes.
The GridSplitter control in Silverlight allows the user to split a Grid column or row at . . . → Read More: Silverlight Hosting :: Using the GridSplitter control in Silverlight
By andy_yo, on March 22nd, 2013%
Introduction
In this article, we’ll have a brief discussion of the performance, networking, and other improvements in Silverlight 5.
About ASPHostPortal.com
ASPHostPortal.com is Microsoft No #1 Recommended Windows and ASP.NET Spotlight Hosting Partner in United States. Microsoft presents . . . → Read More: Silverlight 5 Hosting – Performance and Other Improments in Silverlight 5
By andy_yo, on February 28th, 2013%
Recently Microsoft launched Silverlight 5. Soon after we released Integrity 2.1 which was fully optimized to take advantage of the new Silverlight. One issue that we’ve had reported several times now is regarding Silverlight’s isolated storage, which Integrity uses to store certain types of map data locally for better performance and user experience.
How to . . . → Read More: Silverlight 5 Hosting – How To Fix Silverlight Isolated Storage Errors
By andy_yo, on February 19th, 2013%
One of the best improvements in WPF 4 was fixing the text clarity issue once and for all. It may seem trivial, but in a system that supports a vector-based scalable UI as well as animation of text elements, it’s not quite as easy to solve it seems. Once we get PC displays with DPI similar . . . → Read More: Silverlight 5 Hosting – Text Clarity and Pixel Snapping in Silverlight 5
By Mark Latchey, on November 29th, 2012%
As you already know that, it is a new feature in Silverlight 5 and hence was not available in earlier version of Silverlight. So, how did we implement the style setter in previous versions? Let’s start from the scratch, where we will know how to use a Setter in Style and then we . . . → Read More: Silverlight 5 Hosting :: Binding on Style Setter Silverlight 5
By Landon Ferguson, on October 25th, 2012%
When we open Silverlight 4 application in Silverlight 5 we get following errors
1> error : Unable to read the project file ‘Silverlight4App.csproj’.
2> Silverlight4App.csproj(137,3): The imported project “C:\Program Files\MSBuild\Microsoft\Silverlight\v4.0\Microsoft.Silverlight.CSharp.targets” was not found. Confirm that the path in the <Import> declaration is correct, and that the file exists on disk.
This error . . . → Read More: Silverlight 5 Hosting :: How to Convert Silverlight 4 Application to Silverlight 5
By Mark Latchey, on October 18th, 2012%
I’ve been hoping to share a super simple sample app to showcase PivotViewer in Silverlight 5. I hope this walk through is something you will find useful!
First, let’s take care of the pre-requisites:
Install Visual Studio 2010 SP1:
http://www.microsoft.com/download/en/details.aspx?displaylang=en&id=23691
Notes for the RC of Silverlight 5:
http://www.silverlight.net/learn/overview/what%27s-new-in-silverlight-5
Download and install the Silverlight 5 Runtime and Tools for Visual Studio using the . . . → Read More: Silverlight 5 Hosting :: Simple Sample PivotViewer App in Silverlight 5