53 packages tagged with “OpenRiaServices”
OpenRiaServices.Server provides the core OpenRiaServices.Server assembly. You also need the hosting assemblies which can be acquired using OpenRiaServices.Hosting.WCF
OpenRiaServices.Client.Core provides the OpenRiaServices.Client and OpenRiaServices.Client.Web assemblies for your client projects.
OpenRiaServices.Client is the full OpenRiaServices client including code generation in a single package.
OpenRiaServices.EntityFramework provides the DbDomainService and LinqToEntities classes which can be used to create Domain Service classes for use with a DbContext or ObjectContext from the EntityFramework package.
OpenRiaServices CodeGen provides the MsBuild Tasks to generate the client proxy. If the signed T4 template is used on the server then you need to use OpenRiaServices.Signed.Client.CodeGen instead.
OpenRiaServices.Signed.Client is the full signed OpenRiaServices client for wpf/silverlight and portable libraries in a single package.
OpenRiaServices.T4 provides the CSharpClientCodeGenerator class, as well as many supporting classes, which can be used to override the existing code generation pattern for RIA Services.
OpenRiaServices.Signed.Server provides the OpenRiaServices.DomainServices.Hosting and OpenRiaServices.DomainServices.Server assemblies. The web.config.transform adds the necessary configSections, HTTP modules, and system.serviceModel elements to make your Domain Services available at runtime. The package also includes a targets file and tools assembly that provides build-time validation of your DomainService classes.
OpenRiaServices.Endpoints provides the OpenRiaServices.Hosting.Endpoint assembly, which serves the SOAP and JSON endpoints for Domain Services. The necessary web.config entries are added with this package as well.
Code generation for silverlight targets, other target platforms should use OpenRiaServices.Client.CodeGen.
OpenRiaServices.Signed.Client.Core provides the OpenRiaServices.DomainServices.Client and OpenRiaServices.DomainServices.Client.Web assemblies for your client projects.
Note: This is just an alias for the new OpenRiaServices.Client package in order to make upgrading easy.
OpenRiaServices CodeGen provides the MsBuild Tasks to generate the client proxy when using signed assemblies on the server.
OpenRiaServices.UnitTesting provides a DomainServiceTestHost that can be used to unit test your Domain Services.
OpenRiaServices.LinqToSql provides the LinqToSqlDomainService<T> class which can be used to create Domain Service classes for use with a DataContext class from Linq to Sql.
OpenRiaServices.EntityFramework provides the DbDomainService and LinqToEntities classes which can be used to create Domain Service classes for use with a DbContext or ObjectContext from the EntityFramework package. This package supports versions of EntityFramework starting with EF 6.0.1
Note: This is just an alias for the new OpenRiaServices.Client.Core package in order to make upgrading easy.
Open RIA Services Toolkit - Silverlight ViewModel (MVVM) features
OpenRiaServices.Silverlight.DomainDataSource provides the DomainDataSource control for Silverlight, providing a declarative model for binding UI controls to a DomainContext.
Note: This is just an alias for the new OpenRiaServices.Signed.Client.Core package in order to make upgrading easy.
Open RIA Services Contrib - Entity Tools
OpenRiaServices.Signed.T4 provides the CSharpClientCodeGenerator class, as well as many supporting classes, which can be used to override the existing code generation pattern for RIA Services.
OpenRiaServices.OData provides the OpenRiaServices.Hosting.OData assembly, which provides the read only OData endpoint for Domain Services. The necessary web.config entries are added with this package as well. This assembly is not under active development, future versions of Open RIA Services will support OData using other methods.
library that provides a fluent configuration interface for configuring domain services.
Note: This is just an alias for the new OpenRiaServices.Signed.Client package in order to make upgrading easy.
OpenRiaServices.Hosting.Wcf provides the OpenRiaServices.Hosting assembly. The web.config.transform adds the necessary configSections, HTTP modules, and system.serviceModel elements to make your Domain Services available at runtime.
OpenRiaServices.EntityFramework provides the LinqToEntitiesDomainService<T> class which can be used to create Domain Service classes for use with an ObjectContext using older versions of Entity Framework. This package supports versions of EntityFramework less than 6. If you are using ObjectContext with EF 6 use the OpenRiaServices.EntityFramework package instead.
Generic link table implementation used by OpenRiaServices.M2M