Is it possible to build silverlight application in on-demand manner. I have lot of silverlight applications to be shipped. I would like to ship the project files alone. Based on some user interaction, I would like to generate the XAP.
Is it possible to build silverlight application in on-demand manner. I have lot of
Share
You thought about using a NANT script to compile your project and grab the output xap file?