Preface
Management applications, also known as Line of Business (LOB) applications, constitute a great piece of the pie, that is the software development market. Until a few years ago, a management application used to be implemented as a desktop app. However, this approach has some drawbacks, as globalization pushes us to implement information systems that support remote access via a standard web browser.
Targeting an LOB application to run on a web platform adds greater complexity to such a development, bearing in mind the fact that the Web was not conceived to host applications which need heavy interaction with the user. Derived from this necessity, the term Rich Internet Application (RIA) emerged. RIAs are web applications that are used in a similar way to desktop applications.
Silverlight 5 is Microsoft's commitment to the implementation of RIA, which will allows us, among other things:
- To implement an application from beginning to end with powerful languages (C#, VB.NET, and so on), with no more of JavaScript
- To implement advanced UI (XAML markup language)
- To work with professional data access (WCF, RIA Services, Entity Framework, and so on)
- To decouple designer and developer roles
- To have the user able to install the application as if it was a desktop one
- 在你身邊為你設計Ⅲ:騰訊服務設計思維與實戰
- Hands-On Data Structures and Algorithms with Rust
- 數據庫基礎與應用:Access 2010
- Spark快速大數據分析(第2版)
- Java Data Science Cookbook
- MongoDB管理與開發精要
- Access 2007數據庫應用上機指導與練習
- 數據結構與算法(C語言版)
- 大數據時代下的智能轉型進程精選(套裝共10冊)
- Python醫學數據分析入門
- 深度剖析Hadoop HDFS
- 大數據技術入門
- gnuplot Cookbook
- Visual Studio 2013 and .NET 4.5 Expert Cookbook
- Visual FoxPro數據庫技術基礎