Metadata >> NuGet >> EF.GenericRepository

EF.GenericRepository

Metadata

Authors Christos Matskas
Copyrights Copyright 2014
Description An EntityFramework generic repository with graph management
Owners Christos Matskas
ProjectUrl https://github.com/cmatskas/EF.GenericRepository
ReleaseNotes A first attempt to release an open source generic repository for EF
RequireLicenseAcceptance False
Tags EntityFramework Repository Generic C#
Dependencies EntityFramework:6.1.0
Title EF.GenericRepository
PackageSize 18130
PackageHashAlgorithm SHA512
PackageHash w5UIfuq4uzUc0IC60/mNpwfeRlbXrcK/r+xl0pa8tDxBo6Ap3xXqQG+/BZbJ+aOGn2b4sg+nSSRvAeAI5no7Vw==
DownloadCount 000000
CreatedDate 2014-05-27T21:45:04

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 EF.GenericRepository -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
nuget install EF.GenericRepository -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 EF.GenericRepository
Installing the package (HTTP Basic authentication):
Install-Package EF.GenericRepository -Source     http://nuget.gw.symbolsource.org/Public/NuGet/FeedService.mvc
Installing the package (pre-authenticated):
Install-Package EF.GenericRepository -Source     http://nuget.gw.symbolsource.org/Public/%login%/%key%/NuGet/FeedService.mvc
Uinstalling the package:
Uninstall-Package EF.GenericRepository

OpenWrap

Installing the package:
o add-wrap EF.GenericRepository
Uninstalling the package:
o remove-wrap EF.GenericRepository

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.0.0