Skip to content
This repository was archived by the owner on Nov 5, 2019. It is now read-only.

Commit 4e83b0a

Browse files
Create README.md
add readme based on codeplex wiki
1 parent 50e73f0 commit 4e83b0a

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Project Description
2+
WCF RIA Services Contrib is a collection of tools for WCF RIA Services. Contributions are welcome.
3+
4+
WCF RIA Services Contrib has the following features:
5+
6+
|Library | Description|
7+
|---|---|
8+
| [ComboBoxExtensions](http://blogs.msdn.com/b/kylemc/archive/2010/06/18/combobox-sample-for-ria-services.aspx) | Is a collection of extensions to ComboBox that add asynchronous loading, cascading ComboBoxes and support for Entity associations to ComboBoxes.|
9+
| [Data Validation Framework](EntityGraphs)| Is a generic validation framework that is much more flexible and feature-rich than the validation framework of WCF RIA Services.|
10+
| [Entity Tools](EntityTools) | Is a collection of extension methods that add state manipulation functionality (such as cloning) to entities. |
11+
| [EntityGraph](EntityGraphs) | Is a technology to separate generic operations (such as cloning iterating, validation) from your data model. |
12+
| [FluentMetadata](FluentMetadata-for-WCF-RIA-Services) | A Fluent API for defining metadata for WCF RIA Services entities.|
13+
| [T4RIA](T4RIA) |is a T4 template that generates domain services, metadata and localization for WCF RIA Services from ADO.NET Entity Data Model.|
14+
15+
# Download and install
16+
WCF RIA Services is available in the following forms:
17+
* Source code. If you need the most recent stuff of WCF RIA Services Contrib, or if you want to make (and contribute) your own changes, checking out the source code [here](http://riaservicescontrib.codeplex.com/SourceControl/list/changesets) is the way to go.
18+
* NuGet. This is the prefered way of using WCF RIA Services Contrib because it allows you to use only those parts that you need, because installation is very simple, and because most NuGet packages are released more frequently then the binary release of WCF RIA Services Contrib, described below. The following sub-components of WCF RIA Services Contrib are distributed as NuGet Packages:
19+
* [EntityTools](http://nuget.org/List/Packages/RiaServicesContrib.EntityTools)
20+
* [DataValidationFramework](http://nuget.org/List/Packages/DataValidationFramework)
21+
* [EntityGraph](http://nuget.org/List/Packages/EntityGraph)
22+
* [FluentMetadata](http://nuget.org/List/Packages/FluentMetadata)
23+
* Binary zip file. This bundles EntityTools, ComboBoxExtensions, and T4RIA. You can obtain this distribution via the [Downloads](http://riaservicescontrib.codeplex.com/releases) tab. The zip file is no longer being maintained.
24+
25+
# Please Contribute
26+
If you have any RIA Services related code which you would like to add to this project please let me know. I welcome anyone willing to contribute.
27+

0 commit comments

Comments
 (0)