Hi,
I am exploring silverlight from last couple of months,I am loving it too, but I have some questions for which I am not getting answers :
1. When Silverlight Runtime is get checked? and we have Install Exp. screen? is it after loading XAP or when request is made for Silverlight Application?
2. Who download XAP on client side? is it some downloader object or WebClient? or .NET framework comes into Picture?
3. While Silverlight application is running, is there a thread getting maintained with server,means if server stops responding by whatso ever reason then will Silverlight is suppose to run still since its client side?
4. Once XAP got downloaded then where usually it get stored? in Temp. Internet files?
5. Since Silverlight is hosted in asp.net application mostly, so does rendering happen from actual CLR on server,if so how since XAP is zip format?
or it is all together manage by CoreCLR[Which I read on net that its another name for Silverlight Runtime,correct me if I am wrong] ?
6. Is there any valid mechanism by which I can put Silverlight Runtime files[Required to Run Silverlight] in my application itself while deploying it,so that my user will not require to download it,since I am the developer and I know which Silverlight version I am targeting.
Looking ahead for reply, Sorry my questions may sound too basic for some people,Since I am new one to this technology.
I am using Visual Studio 2008,Blend 2.5 Preview[latest one] and Silverlight 2 Beta 2
Thanks,
Vikram Pendse.