funwithcoding
funwithcoding

Reputation: 2412

What does XAP stand for?

What does XAP stand for? is it an acronym? I know what silverlight XAP file contains but dont know what it stands for.

Upvotes: 5

Views: 4543

Answers (6)

Jackes
Jackes

Reputation: 1

It means "Silverlight Application Package" and "Xact Project"

Other meanings without silverlight is http://www.acronym24.com/xap-meaning/

Upvotes: 0

Ralph Shillington
Ralph Shillington

Reputation: 21098

Perhaps *XA*ML *P*ackage --

Upvotes: 0

Jeremiah
Jeremiah

Reputation: 5514

Silverlight Application Package

http://www.sharpened.net/extensions/file/xap

http://forums.asp.net/t/1277554.aspx

The X doesn't mean anything. I've asked, too.

From what I can tell, they didn't want it to look too much like *.ZIP or *.SAP.

Upvotes: 7

Senad Meškin
Senad Meškin

Reputation: 13756

A .xap file is basically a compiled Silverlight application. The file is actually a .zip file that contains all the files necessary for the application. Just rename the .xap file to have a .zip extension and then you can open it up to see its contents.

Anatomy of XAP file

Upvotes: 0

John K.
John K.

Reputation: 5474

When a Silverlight Application is compiled a .xap file is created that contains the application.

Upvotes: 0

SLaks
SLaks

Reputation: 887275

I would guess XML Application Package.

Upvotes: 0

Related Questions