Click here to Skip to main content
15,921,840 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Frnds,

I want to develop a Web-based Application with Desktop like feature using Cloud technology for which i have three options:

1) WPF Browser Application

2) Silverlight Application

3) Window Application + Asp.Net Application (ActiveX Component)

Please suggest the best one with its Benefits and Drawbacks.

Thanks,

Vivek Verma
Posted

1 solution

Using silverlight is the best solution to develop the desktop like applications.

in Silverlight may have the following advantages:-

1. Silverlight includes a subset of the Windows Presentation Foundation (WPF) technology, which greatly extends the elements in the browser for creating UI. WPF lets you create immersive graphics, animation, media, and other rich client features, extending browser-based UI beyond what is available with HTML alone.

2. Extensions to JavaScript. Silverlight provides extensions to the universal browser scripting language that provide control over the browser UI, including the ability to work with WPF elements

3. Integration with existing applications. Silverlight integrates seamlessly with your existing JavaScript and ASP.NET AJAX code to complement functionality you have already created

4. Networking support. Silverlight includes support for HTTP over TCP. You can connect to WCF, SOAP, or ASP.NET AJAX services and receive XML, JSON, or RSS data.


Disadvantage of Silverlight is that the client needs to install the Silverlight runtime.

with regards,

Sunil
 
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