13
Packages
33,106
Downloads of riaservices's packages
riaservices's Profile
Packages
-
RIA Services SOAP and JSON Endpoints
RIAServices.Endpoints provides the Microsoft.ServiceModel.DomainServices.Hosting assembly, which serves the SOAP and JSON endpoints for Domain Services. The necessary web.config entries are added with this package as well.
-
RIA Services for Azure Table Storage
RIAServices.WindowsAzure provides the TableDomainService<T> class, as well as the TableEntity and TableEntityContext classes that can be used to create Domain Services backed by Windows Azure Table Storage.
-
RIA Services for EntityFramework Code-First (DbContext)
RIAServices.EntityFramework provides the DbDomainService<T> class which can be used to create Domain Service classes for use with a DbContext from the EntityFramework package. This package supports versions of EntityFramework starting with EF 4.1, including EntityFramework 5.0.0.
-
RIAServices.T4
RIAServices.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.
-
RIA Services Toolkit (all packages)
Includes SOAP and JSON Endpoints, EntityFramework Code-First support, Linq to Sql support, Unit Test Host, T4 code generation, and the Windows Azure Table Storage DomainService. RIAServices.Server is also included, which allows for easier bin-deployment of your RIA Services applications by referencing the core server assemblies from the NuGet pack... More information
-
RIAServices.UnitTesting
RIAServices.UnitTesting provides a DomainServiceTestHost that can be used to unit test your Domain Services.
-
RIA Services for EntityFramework 4.0 (ObjectContext)
RIAServices.EF4 provides the LinqToEntitiesDomainService<T> class which can be used to create Domain Service classes for use with an ObjectContext from Entity Framework 4.0. This package can be used in place of a GAC reference to the System.ServiceModel.DomainServices.EntityFramework assembly, making bin-deployment easier. The dependency on RIASe... More information
-
RIA Services for Linq to Sql (DataContext)
RIAServices.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.
-
RIAServices.Server
RIAServices.Server provides the System.ServiceModel.DomainServices.Hosting and System.ServiceModel.DomainServices.Server assemblies in place of the GAC references, making bin-deployment easier. The web.config.transform adds the necessary configSections, HTTP modules, and system.serviceModel elements to make your Domain Services available at runtim... More information
-
RIA Services Web Forms Controls
RIAServices.WebForms contains the ASP.NET DomainDataSource and DomainValidator controls for using a DomainService in an ASP.NET Web Forms application.
-
RIAServices.jQuery
WCF RIA Services Toolkit - jQuery Client
-
RIAServices.jQuery.Sample
WCF RIA Services Toolkit - JavaScript Sample Application
-
RIAServices.ViewModel
WCF RIA Services Toolkit - Silverlight ViewModel (MVVM) features