Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How does silverlight work in web browser?

How does Silverlight application work in browser?

E.g When I access a page having Silverlight control, how does Silverlight runtime extract data/ dlls from 'XAP' package? does it load all dlls in one go or support lazy loading of dlls?

like image 583
RockWorld Avatar asked Mar 03 '11 06:03

RockWorld


1 Answers

If you're interested in some of the inner working of how the silverlight plugin and how it reads the XAP visit http://stuff.seans.com/2009/03/23/hello-silverlight-world-part-3-the-lifecycle-of-a-silverlight-control/#comment-826

He sums it up very well.

like image 79
Luc Bos Avatar answered Oct 05 '22 04:10

Luc Bos