Git Product home page Git Product logo

openriaservices's Introduction

OpenRiaServiecs

Azure Pipelines: Build Status Tests Coverage

Sonarqube: Sonarqube - technical debpt

LGTM Total alerts

Open Ria Services is a framework for helping with the development of rich internet connected native "n-tier" applications. It is the evolved Open Source version of WCF RIA Services.

The source code and issue list is currently kept at github (https://github.com/OpenRiaServices/OpenRiaServices).

Some of ther features are:

  • Client side entity change tracking similar in concept to Entity Framework
    • Batch save (all or nothing) and undo functionality
  • Excellent support for data binding in with built in support for validation, INotifyPropertyChanged, INotifyCollectionChanged ..
  • Support for client side queries (where, orderby, skip, take ..)
  • Saves you from having to duplicated lots of code on the server and client
    • Code generation which generates code for client (Model and API) based on server code
    • Automatically handles DTO creation and mapping based on attributes or configuration
    • Allows sharing validation and other logic by using partial classes and automatic linking of files

Documentation:

Contribution Guidelines can be found at https://github.com/OpenRIAServices/OpenRiaServices/wiki/Contribution-Guidelines

Nuget packages

Here are the most common nuget packages and their current versions.

Package Stable Prerelease
OpenRiaServices.Client NuGet NuGet
OpenRiaServices.Client.Core NuGet NuGet
OpenRiaServices.Client.CodeGen NuGet NuGet
OpenRiaServices.Server NuGet NuGet
OpenRiaServices.Server.Authentication.AspNetMembership NuGet NuGet
OpenRiaServices.EntityFramework NuGet NuGet
OpenRiaServices.EntityFramework.EF4 NuGet depreciated use EF6 instead
OpenRiaServices.T4 NuGet NuGet
OpenRiaServices.Endpoints NuGet NuGet

How to create the NuGet package for the OpenSilver version of Open RIA Services client:

  • open the .SLN with VS 2019 and build the RELEASE configuration of the projects "OpenRiaServices.DomainServices.Client" and "OpenRiaServices.DomainServices.Client.Web"
  • place "NuGet.exe" in the parent folder of the Open RIA Services repo
  • launch PowerShell as admin
  • execute the following command to allow script execution on your machine: Set-ExecutionPolicy RemoteSigned
  • navigate with PowerShell to the "NuGet" subfolder of the Open RIA Services repo
  • run the following command (note: you may want to change the version number): .\Pack-Client-OpenSilver.ps1 -Version 5.0.0-preview0003
  • the package gets created into the "bin\opensilver" subfolder of the "NuGet" folder

openriaservices's People

Contributors

azure-pipelines[bot] avatar barjonp avatar colinblair avatar cshtml5 avatar daniel-svensson avatar icnocop avatar jacob-l avatar jeffhandley avatar koimad avatar leszekrogowski avatar maherjendoubi avatar niklas-holma avatar smithtad avatar thiagoftanaka avatar wwahammy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.