NET.efilnukefesin.Contracts.Services.DataService 1.3.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package NET.efilnukefesin.Contracts.Services.DataService --version 1.3.0
NuGet\Install-Package NET.efilnukefesin.Contracts.Services.DataService -Version 1.3.0
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="NET.efilnukefesin.Contracts.Services.DataService" Version="1.3.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NET.efilnukefesin.Contracts.Services.DataService --version 1.3.0
#r "nuget: NET.efilnukefesin.Contracts.Services.DataService, 1.3.0"
#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 NET.efilnukefesin.Contracts.Services.DataService as a Cake Addin
#addin nuget:?package=NET.efilnukefesin.Contracts.Services.DataService&version=1.3.0

// Install NET.efilnukefesin.Contracts.Services.DataService as a Cake Tool
#tool nuget:?package=NET.efilnukefesin.Contracts.Services.DataService&version=1.3.0

Interface for accessing Data, e.g. via REST or SQL

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (5)

Showing the top 5 NuGet packages that depend on NET.efilnukefesin.Contracts.Services.DataService:

Package Downloads
NET.efilnukefesin.Implementations.Services.DataService.RestDataService

Implementation of a REST Data Service

NET.efilnukefesin.Implementations.Services.DataService.FileDataService

IDataService implementation working with JSON based text files

NET.efilnukefesin.Implementations.Services.DataService.InMemoryDataService

IDataService implementation working with JSON based memory stuff

NET.efilnukefesin.Implementations.Rest.Server

Implementing Controller focused on standard REST calls

NET.efilnukefesin.Implementations.Services.DataService.EndpointRegister

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.5.0 1,102 8/4/2019
1.5.0-beta 609 7/24/2019
1.5.0-alpha 818 7/22/2019
1.4.0-alpha 467 7/17/2019
1.3.1 1,211 6/15/2019
1.3.1-beta 549 7/3/2019
1.3.1-alpha 584 7/4/2019
1.3.0 720 6/15/2019
1.2.0 751 6/14/2019
0.6.2 1,769 5/22/2019
0.6.1 762 5/22/2019
0.5.0 705 5/21/2019

added IBaseObject requirement and use