OpenRiaServices.Server
4.6.0
See the version list below for details.
dotnet add package OpenRiaServices.Server --version 4.6.0
NuGet\Install-Package OpenRiaServices.Server -Version 4.6.0
<PackageReference Include="OpenRiaServices.Server" Version="4.6.0" />
paket add OpenRiaServices.Server --version 4.6.0
#r "nuget: OpenRiaServices.Server, 4.6.0"
// Install OpenRiaServices.Server as a Cake Addin
#addin nuget:?package=OpenRiaServices.Server&version=4.6.0
// Install OpenRiaServices.Server as a Cake Tool
#tool nuget:?package=OpenRiaServices.Server&version=4.6.0
OpenRiaServices.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.
Product | Versions |
---|---|
.NET Framework | net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
NuGet packages (14)
Showing the top 5 NuGet packages that depend on OpenRiaServices.Server:
Package | Downloads |
---|---|
OpenRiaServices.EntityFramework
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 |
|
OpenRiaServices.T4
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.Endpoints
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. |
|
OpenRiaServices.UnitTesting
OpenRiaServices.UnitTesting provides a DomainServiceTestHost that can be used to unit test your Domain Services. |
|
OpenRiaServices.LinqToSql
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. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
5.2.0 | 574 | 11/25/2022 | |
5.1.2 | 1,012 | 8/30/2022 | |
5.1.1 | 416 | 7/27/2022 | |
5.1.0 | 1,888 | 6/7/2022 | |
5.1.0-preview.5 | 163 | 3/9/2022 | |
5.1.0-preview.3 | 426 | 10/15/2021 | |
5.1.0-preview.1 | 158 | 9/26/2021 | |
5.0.1 | 4,463 | 9/10/2021 | |
5.0.0 | 3,133 | 1/14/2021 | |
5.0.0-rc0001 | 654 | 11/16/2020 | |
5.0.0-preview0003 | 1,483 | 12/4/2019 | |
5.0.0-preview0002 | 850 | 10/30/2019 | |
5.0.0-preview0001 | 895 | 9/2/2019 | |
4.6.0 | 34,787 | 6/11/2019 | |
4.6.0-preview0001 | 907 | 3/19/2019 | |
4.5.1 | 14,279 | 3/4/2018 | |
4.5.1-beta1 | 1,245 | 7/6/2017 | |
4.5.0 | 7,271 | 3/19/2017 | |
4.5.0-rc2 | 1,339 | 11/9/2016 | |
4.5.0-rc1 | 856 | 8/20/2016 | |
4.4.1.2 | 9,247 | 1/11/2016 | |
4.4.1.1 | 1,036 | 1/11/2016 | |
4.4.1 | 3,232 | 8/26/2015 | |
4.4.0.1 | 6,204 | 1/9/2015 | |
4.4.0 | 11,225 | 12/1/2014 | |
4.4.0-Beta2 | 1,789 | 5/12/2014 | |
4.4.0-Beta1 | 1,794 | 4/18/2014 | |
4.3.0 | 9,362 | 2/5/2014 |
For release notes see https://github.com/OpenRIAServices/OpenRiaServices/releases
4.5.1:
* Improved startup performance
* Improved performance for first request