Create Silverlight application in Blend then migrate to Visual Studio
Posted
by Mohit Deshpande
on Stack Overflow
See other posts from Stack Overflow
or by Mohit Deshpande
Published on 2010-03-14T15:44:16Z
Indexed on
2010/03/14
16:15 UTC
Read the original article
Hit count: 417
I want to make a Silverlight application in Expression Blend because of the rich UI and navigation of Blend. But I want to store the Silverlight application in an ASP.NET MVC web project. When I try to make a new Silverlight application, the default web application is an ASP.NET Web application (or web site, if I'm wrong). Can I make a single Silverlight application (no web project) then import in an ASP.NET MVC application? How can I do this?
© Stack Overflow or respective owner