本文介绍了.NET RIA服务与MVC样式库?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有它的几个项目,其中包括共享库和模型,住在一个外部组件(也是在同一个解决方案)二asp.net mvc的项目的解决方案。从本质上讲...

I have a Solution with several projects in it, including two asp.net mvc projects that share a Repositories and Models that live in a external assembly (also in the same solution). Essentially...

核心/

-Repositories

-Models

Core/
-Repositories
-Models

Domestic.Web /

- 基本MVC网站,引用了核心项目

Domestic.Web/
-Basic MVC Site, references the core project

International.Web /

- 基本MVC网站,引用了核心项目

International.Web/
-Basic MVC Site, references the core project

我想要做的是建立对于所有的数据库管理一个Silverlight 3 / RIA Services应用程序。那除了罚款RIA服务(大部分)是唯一真正的实体框架文件 - 你可以找到LINQ2SQL的一些信息,甚至更少与POCO支持RIA

What I want to do is build a Silverlight 3 / RIA Services application for all the database admin. Thats fine except RIA Services (for the most part) is only really documented with the Entity Framework - you can find some info on Linq2Sql and even less on backing RIA with POCO.

我需要的是使用RIA与POCO但更重要的你最好的参考,如果有一些文档,使用它与一个MVC / Nerddiner风格Repository模式。

What I need is the best references you have on using RIA with POCO but even better if there is some documentation on using it with a MVC / Nerddiner style Repository pattern.

谢谢!

推荐答案

我们在RIA服务团队正在使用RIA服务域逻辑的示例MVC应用程序。我们应该张贴下周样本。
当样品去住,我会ping通你。

We in the RIA Services team are working on a sample MVC application using RIA Services for Domain Logic. We should have the sample posted by next week.I'll ping you when the Sample goes live.

编辑:

下面是链接到样品中。很多很多比我晚想SAURABH意:)

Here is the link to the sample. Much much later than I think Saurabh intended :)

这篇关于.NET RIA服务与MVC样式库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-27 07:59