By Mark Latchey, on February 17th, 2012%
Recently launched Silverlight 5 beta having nice features of XAML binding debugging. To Start with this, as a prerequisites makes sure you have latest version Silverlight Toolkit SDK with Visual Studio 2010 SP1 installed. Once you are done with the setup, first create a simple Silverlight 5 Application with which has some XAL Data Binding.
Now you . . . → Read More: Silverlight 5 Hosting :: How to Debug XAML Data Bindings in Silverlight 5 Beta ?
By Mark Latchey, on February 6th, 2012%
It has been so painful to write the title above, but I have been asked the question above several times. The reason people are asking the question is simple. They have seen support introduced for Silverlight 4 in MSCRM 2011, they are aware of the upcoming of Silverlight 5 and HTML 5, which on the face . . . → Read More: Silverlight 5 Hosting :: Silverlight 5 vs HTML 5 in the CRM Namespace
By Mark Latchey, on February 3rd, 2012%
HostForLIFE.eu was established to cater to an under served market in the hosting industry; web hosting for customers who want excellent service. HostForLIFE.eu – a cheap, constant uptime, excellent customer service, quality, and also reliable hosting provider in advanced Windows and ASP.NET technology. We proudly announces the availability of the Silverlight 5 hosting in our entire . . . → Read More: Press Release – Premier European HostForLIFE.eu Launches Silverlight 5 Hosting
By Mark Latchey, on January 10th, 2012%
In this article we are going to explore the WCF Ria Services with Silverlight 5. Lets start with the basics for the first timers .
Create a new SL project as shown below :
Note the DLLs that are added when you enable WCF RIA Service support.
In the web project Add New Item . Add a Data Model . . . → Read More: Silverlight 5 Hosting :: Basic About Silverlight 5
By Landon Ferguson, on October 20th, 2011%
By George Veltreski, on October 18th, 2011%
Microsoft Silverlight is a powerful tool for creating and delivering rich Internet applications and media experiences on the web. Silverlight 5 builds on the foundation of Silverlight 4 for building business applications and premium media experiences. Among other capabilities, the Silverlight 5 release candidate highlights dramatic video quality and performance improvements, and features that improve developer . . . → Read More: Silverlight 5 Hosting with ASPHostCentral.com
By Landon Ferguson, on September 29th, 2011%
Introduction
Silverlight 3, 4, and 5 have added an amazing number of new capabilities to the platform in all areas, from core capabilities, to device access, to the introduction of both trusted and sandboxed in and out-of-browser client applications. While Silverlight is still a relatively young technology, it has had 5 major releases in the past four . . . → Read More: Silverlight 5 Hosting :: What’s New in Silverlight 5?
By Mark Latchey, on September 20th, 2011%
By Jonas OReilly, on September 13th, 2011%
Entity Framework 4 allows us to create complex types. Typically, such types are used to get the result of a stored procedure. However, when we try to send such a complex type using a WCF RIA Domain Service, the following error is encountered.
What to do? Adding attributes to EF designer generated classes is a bad idea; . . . → Read More: WCF RIA Hosting: Sending complex types to the client
By Mark Latchey, on August 8th, 2011%
Prologue:
In this article we will discuss how to handle a double-click in Silverlight 5. Handling double-click is a new feature in Silverlight 5.
Silverlight 5 has introduced the concept of a click count. Rather than create dedicated double, triple, or multiple click events, you can simply count the number of clicks using the ClickCount property of the MouseButtonEventArgs . . . → Read More: Silverlight 5 Hosting :: How to Handle Double-Click in Silverlight 5