Click here to Skip to main content
15,885,309 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi


I am working on the Management project,my problem is i want to do that Total webapplication in silverlight, is that is Comfortable, it means processing the data, speed ect

and my mainly i am thinking about the Can we Do the Total Project in silver light and how to Deploy the and Make Setup with the database (sql)s

so please Give me the Idea;
Posted

There are differences between WPF, Windows Forms and Silverlight.
Silverlight is a (broad) subset of Silverlight.
For e.g. you do not have ADO.Net support in Silverlight, but you can easily use WCF for this.

You do not create a setup for an in-browser Silverlight application (for a client).
Once you place the database and host the services as well the Silverlight application (you could use a deployment tool for this activity), the client browser session will automatically download the files from the server and run in a compact edition of the framework.
 
Share this answer
 
You shouldn't have any problems creating your application in Silverlight. The only point you must understand is that it will be a Windows only thing and Linux (MAC IOS) clients will be limited.

Deployment is as simple as publishing your app much like WEB application with the added step of installing the Silverlight runtime, everything else is server side.

Check the following links :
http://silverlighttutorials.blogspot.com/[^]

http://www.silverlight.net/learn[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900