您的位置:首页 > 其它

Introduction to .NET RIA Services for Silverlight 3

2011-09-09 11:08 399 查看

What is .NET RIA Services?

Microsoft .NET RIA Services simplifies the traditional n-tier application pattern by bringing together the ASP.NET and Silverlight platforms. The RIA Services provides a pattern to write application logic that runs on the mid-tier and controls access to data for queries, changes and custom operations. It also provides end-to-end support for common tasks such as datavalidation, authentication and roles by integrating with Silverlight components on the client and ASP.NET on the mid-tier.

Where can I download .NET RIA Services from?

The installer can be found here or athttp://silverlight.net/getstarted/silverlight3/default.aspx.

The basic walkthrough here

You will need the following pre-requisites to install .NET RIA Services:-

1. Visual Studio 2008 SP1 or Visual Web Developer Express 2008 SP1

2. Silverlight 3 beta ( Runtime,SDK and Tools)



Also:

Mix 09 Video – .NET RIA Services – Building Data-Driven Applications with Microsoft Silverlight and Microsoft ASP.NET – Nikhil Kothari

Overview

Video

slides and code

And Brad Abrams;

http://blogs.msdn.com/brada/archive/2009/03/19/what-is-net-ria-services.aspx


Martin Mihaylov

Creating applications with .NET RIA Service Part 1 – Introduction

Creating applications with .NET RIA Service Part 2 – Creating the project

Creating applications with .NET RIA Service Part 3 – Adding DomainService class

Creating applications with .NET RIA Services Part 4 – Adding a DomainDataSource
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: