WindnTrees.CRUDS
0.0.18
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package WindnTrees.CRUDS --version 0.0.18
NuGet\Install-Package WindnTrees.CRUDS -Version 0.0.18
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="WindnTrees.CRUDS" Version="0.0.18" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add WindnTrees.CRUDS --version 0.0.18
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: WindnTrees.CRUDS, 0.0.18"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install WindnTrees.CRUDS as a Cake Addin #addin nuget:?package=WindnTrees.CRUDS&version=0.0.18 // Install WindnTrees.CRUDS as a Cake Tool #tool nuget:?package=WindnTrees.CRUDS&version=0.0.18
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
WCF CRUDS API: Develop cross-process and cross-platform distributed applications using WCF (Windows Communication Foundation) CRUDS API. #WCF #CRUD2CRUD #CRUD2CRUD2CRUD #CRUDS
http://www.invincibletec.com/tutorial/detail/introduction-to-wcf-cruds
Benefits:
- Generalized Communication CRUD2CRUD (CRUDS)
- One interface, no need of multiple service contract interfaces.
- CRUD Repositories for data persistence.
- Extend CRUD repositories with customized functions and integrate in CRUD controllers (CRUD Services) with one IService (or IWCFService).
- Invoke remote methods from clients (ServiceClients CRUDController) by specifying server side method "target" names.
- Support for MVVM desktop and Xamarin mobile application development.
- WCF CRUDS application server.
- Cross-process and cross-platform clients.
- Data communication using synchronous (IService) and asynchronous (IServiceAsync) interface channels.
- Support for event driven response handling.
- Reduced effort and cost of developing multiple service contracts. Think of CRUDL communication with CRUD repository for persistence.
- Reduced complexity and elaborated architecture (CRUDL data communication).
- Distribute applications with simple interfacing model.
Download and install from following: https://www.nuget.org/profiles/invincible_technologies
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net472 is compatible. net48 was computed. net481 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
- System.Numerics.Vectors (>= 4.5.0)
- System.Private.ServiceModel (>= 4.8.0)
- System.Runtime.CompilerServices.Unsafe (>= 5.0.0)
- System.Security.Cryptography.Xml (>= 5.0.0)
- System.Security.Principal.Windows (>= 5.0.0)
- System.ServiceModel.Primitives (>= 4.8.0)
- WindnTrees.CRUDS.Repository (>= 1.0.5)
- WindnTrees.CRUDS.Repository.Standard (>= 1.0.1)
- WindnTrees.ICRUDS (>= 0.0.24)
- WindnTrees.ICRUDS.Standard (>= 0.0.19)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
0.0.21 | 409 | 11/7/2022 |
0.0.20 | 347 | 11/4/2022 |
0.0.19 | 401 | 6/5/2022 |
0.0.18 | 412 | 7/12/2021 |
0.0.16 | 461 | 11/29/2020 |
0.0.15 | 453 | 10/27/2020 |
0.0.14 | 410 | 8/26/2020 |
0.0.13 | 495 | 8/12/2020 |
0.0.12 | 452 | 6/10/2020 |
0.0.11 | 484 | 5/18/2020 |
0.0.10 | 463 | 1/17/2020 |
0.0.6 | 483 | 1/11/2020 |
0.0.4 | 512 | 12/20/2019 |
0.0.2 | 506 | 12/16/2019 |
0.0.1 | 510 | 12/15/2019 |
Bug fixing.