Metadata >> NuGet >> GenericServices

GenericServices

Metadata

Authors Jon Smith
Copyrights Copyright 2015
Description Generic Services is a .NET class library to help build a service layer, i.e. a layer that acts as a facard/adapter between your data layers containing an Entity Framework database and your User Interface or HTTP service.
IconUrl https://raw.githubusercontent.com/JonPSmith/GenericServices/master/GenericServices/NuGet/GenericServicesNuGetIcon128.png
LicenseUrl https://github.com/JonPSmith/GenericServices/blob/master/licence.txt
Owners Jon Smith
ProjectUrl https://github.com/JonPSmith/GenericServices
ReleaseNotes Fixed bug where the order of composite keys was based on order the EF order
RequireLicenseAcceptance False
Dependencies GenericLibsBase:1.0.1|EntityFramework:6.1.3|AutoMapper:3.3.1|DelegateDecompiler.EntityFramework:0.16
Title GenericServices
PackageSize 44507
PackageHashAlgorithm SHA512
PackageHash PM6R6XO+TFluCiSTwLc+LRUUhoGkHFh16D7f+VXrer0+4mu/p1Q+GFSb62RC1xBhXOagnvoXdECmlXIoDvDEqg==
DownloadCount 000000
CreatedDate 2015-06-10T09:36:53
Tags EntityFramework EF ASP.NET MVC DTO Validation Library

Access

You can access data for this project using the tools and addresses described below.

NuGet (nuget.exe)

Installing the package (HTTP Basic authentication):
nuget install GenericServices -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install GenericServices -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc

NuGet (Package Manager Console)

Installing the package (search all configured feeds):
Install-Package GenericServices
Installing the package (HTTP Basic authentication):
Install-Package GenericServices -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package GenericServices -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package GenericServices

OpenWrap

Installing the package:
o add-wrap GenericServices
Uninstalling the package:
o remove-wrap GenericServices

Versions

A version is snapshot of a project's source code. It does not need to follow the Major.Minor.Revision.Build numbering pattern. It can be an arbitrary string of text that identifies a release or a build, in particular including meaningful words like beta, RC or RTM.

Name Related
1.0.8
1.0.7
1.0.6
1.0.4
1.0.3
1.0.2