Library tutorials & articles
Rich Internet Applications: Has Microsoft Finally Seen the (Silver) Light?
Learn About Microsoft Silverlight and Other Frameworks for Creating Rich Internet Applications
What Are Rich Internet Applications?
Rich Internet applications provide an end user with an interface that is more responsive than traditional applications. Many of the frameworks used to create these applications, including both Microsoft Silverlight and Flex, bring more of the processing to the client rather than leaving it on a centralized server. The user's browser does not exchange large, monolithic blocks of information, but rather sends small pieces of data at a time, usually asynchronously. And this means that only relevant pieces of the interface need to updated, allowing users to do more, and do it more quickly, than traditional web applications allow. For this reason, more and more web applications use rich Internet technology of some type to give the end user an optimal experience.
There are of course many other frameworks for rich Internet applications in use today, but Flex, AJAX, and Microsoft Silverlight are three that are more commonly known, and each merits a more in-depth look.
Flex
Currently, Flex has the largest market share of any other framework for rich Internet applications, with a penetration of around 90 percent, something that Microsoft Silverlight is challenging. Flex is built on Flash technology, which was originally designed to manage multimedia functionality. The Flash plug in, which is supported by most major browsers, and is freely available for download, runs its programs in what is known as a "sandbox" - a separate entity from the browser itself, and a secure environment that protects the user. When used properly, Flex enables a website to behave like a thick client application (one that exists solely on a user's computer rather than on the Internet).
As with any client-side technology, there are drawbacks. Not all browsers start out with the Flash plug in installed, and Flash is also updated from time to time. In either case, the end user is required to download a new version if he or she reaches a page that requires it. Other frameworks for rich Internet applications have the same issue, which is seen by some as a drawback since not all users will (or are permitted to) download the plug in, and in many cases will navigate away from the page entirely.
Microsoft Silverlight
Microsoft Silverlight was created to compete with Flex and with other frameworks for rich Internet applications that are already in use. It is based on .NET technology and Windows Presentation Foundation (WPF), which is a part of .NET 3.0. While .NET is a Windows-centric technology, Microsoft Silverlight offers a lightweight version of .NET that is cross platform (running on the Mac OS as well as Windows) and that runs in a browser sandbox.
AJAX
AJAX stands for Asynchronous JavaScript and XML. It is a programming interface that is slowly gaining acceptance by some of the larger web presences, including Google (which leverages AJAX heavily in its Mail and Maps applications). As with the other frameworks for rich Internet applications and technologies in existence, AJAX gives a developer the ability to create a web page that behaves like a thick client application. However, it requires an understanding of the JavaScript language. In addition, not all browsers handle Javascript in the same way, and many users disable JavaScript in their browsers, both drawbacks of AJAX when compared to other frameworks.
The Benefits and Drawbacks of Microsoft Silverlight
The main drawback of Microsoft Silverlight at the current time is that it is not as widely used as Flex, and therefore could cause users to leave a web page using it rather than download the necessary plug in. Using Microsoft Silverlight would require a developer to leave behind the application with the greatest number of users and embrace a newer, untested application (with, admittedly, a well-respected and trusted company - Microsoft - behind it).
However, Microsoft Silverlight is very appealing for developers who already know .NET. While a developer would have to learn Flash and Flex from square one, he may already have an in-depth understanding of .NET and could therefore jump right into using Silverlight. Since .NET is already very pervasive in the web development world, Silverlight could easily grab market share in the future.
Conclusion
Even web developers that are comfortable with AJAX or Flex (or other frameworks used for creating rich Internet applications) will soon need to immerse themselves in Microsoft Silverlight, while new developers will want to learn about Microsoft Silverlight from the start. Because of its foundation with .NET, Microsoft Silverlight has a smaller learning curve than many other frameworks used to create rich Internet applications.
While it may take the average user some time to warm up to the technology used with Silverlight, Microsoft is a formidable company and is likely to make inroads with its product in the near future and to establish it as an important application to know over the long term. Anyone wanting to stay ahead of the curve when it comes to rich Internet applications will do well to learn about Silverlight now rather than later.
Related articles
Related discussion
-
Postback data problem
by royal ludhiana (1 replies)
-
Problem Regarding .NET coding (Using Java Script,Ajax) Plz Plz Help me.
by boulou (0 replies)
-
Treeview with Ajax and xml
by lgmperera (0 replies)
-
(Very urgent)how to assign the value of the variable in javascript function into php variable
by aforencich (2 replies)
-
Dynamically adding a row in a HTML table
by bly.Gaurav (31 replies)
Related podcasts
-
Episode 27: What Every Web Developer Needs To Know
Kevin leads a discussion on what every web developer needs to know. Topics Javascript - language or toolkits? Does clean HTML matter? What are the tangible benefits? Working with designers who only speak Photoshop Basic usability Tools every web developer needs Progressive enhancement K. Scott i...
Events coming up
-
Jun
16
Code Generation 2009
Cambridge, United Kingdom
A developer event with a practical focus on helping people get to grips with code generation tools and technologies.
This thread is for discussions of Rich Internet Applications: Has Microsoft Finally Seen the (Silver) Light?.