Metadata >> NuGet >> SpeedyMailer.Mongol

SpeedyMailer.Mongol

Metadata

Authors David Mazvovsky
Copyrights Copyright 2012
Description Mongol is a wrapper for the MongoDB Official C# Driver which makes it very easy to create repository pattern classes around strongly typed collections for POCO objects. Mongol also includes lambda-based property name resolution for building MongoDB Query/Update operations without magic strings.
LicenseUrl http://www.apache.org/licenses/LICENSE-2.0
Owners David Mazvovsky
ProjectUrl https://github.com/pmarkert/Mongol
RequireLicenseAcceptance True
Summary QuickStart: 1. Install Nuget Package 2. Set Mongol.Url appSetting with mongodb:// url 3. Create POCO classes, and mark with [BsonId] 4. Use instances of RecordManager<TClass> to perform basic repository operations. Extend RecordManager<TClass> to encapsulate operations for Query/Update using inherited methods, or to directly access the collection.
Tags mongo mongodb repository document-oriented nosql recordmanager record
Dependencies Common.Logging:2.0.0|mongocsharpdriver:1.6
Title Mongol updated (unofficial)
PackageSize 65793
PackageHashAlgorithm SHA512
PackageHash 92hVTT4PoFLL1ForlAKLLTzAUCX4hOux1PobgFuk3XAb1FMlMN+hlJUZ9iLow7I9RZYIgvENXo5xkhf8vSFDIQ==
DownloadCount 000000
CreatedDate 2012-10-07T20:49:06

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

OpenWrap

Installing the package:
o add-wrap SpeedyMailer.Mongol
Uninstalling the package:
o remove-wrap SpeedyMailer.Mongol

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
0.15.2
0.15.1