Mark Barto's Blog
Technical Blog about the Microsoft .NET Platform and everything that surrounds it such as .Net, C#, BizTalk, WCF, ASP.NET, SQL, Silverlight, IIS ...Silverlight: Menu disappearing after Silverlight application
When implementing a carousel with Silverlight on a webpage the menu was disappearing behind this Silverlight application.
By default the Silverlight application have its own rendering window useful when displaying high definition video content or complex animation.
Read More ...
Silverlight, C#: Cross domain security error
When trying to read an RSS feed within my Silverlight application I was getting a security error exception.
The reason for getting this security error was that by default unauthorized connections will not be allowed to prevent Denial of Service (DoS) attacks, DNS Rebinding attacks and Reverse tunnel attacks other then the host where you want to connect to.
Read More ...