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 ...ASP.NET, .NET, Visual Studio: MSDN Event - Scott Guthrie - Part 1
Yesterday I was attended at the talk from Scott Guthrie in Brussels. It was an interesting technical session about all the new features within .Net Framework 4.0, Silverlight 4, VS2010, ASP.NET MVC 2.0.
The final agenda for the event was as follow:
13:00 - 13:30: Welcome and registration
13:30 - 15:00: Visual Studio 2010, .NET 4 Web Development
15:00 - 15:20: Coffee Break
15:20 - 17:30: Silverlight and ASP.NET MVC 2 Beta
17:30 - 18:00: Q&A with Scott Guthrie
Read More ...
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 ...