Last night, while working on the REST chapter in Silverlight 5 in Action, Istarted playing around with ASP.NET MVC 3 and Razor. The RESTlibrary I'm using: WCF Web API, which works with MVC 3.(so yes, that one chapter has REST, WCF Web API, ASP.NET MVC 3,Razor and NuGet. fun!) While it does work, I didn't want to stickan .aspx file in the MVC 3 project as it just didn't seem right.So, I looked into how to get Silverlight on one of the MVCpages.
Today, I built the start of a Silverlight helper, something I'lllikely expand upon later, and something you can modify yourself ifyou desire.
There's an existing helper, @Video, which apparently works withSilverlight projects. However, I didn't like that helper name forSilverlight apps, and I also wanted to try to build a helper myselffor grins.
Warning!
I am generally a client developer (WPF, Silverlight, XAMLin-general) and am completely ne ...
Go to the complete details ...