Constellation.Sitecore.Items 3.0.5519.22303

dotnet add package Constellation.Sitecore.Items --version 3.0.5519.22303
NuGet\Install-Package Constellation.Sitecore.Items -Version 3.0.5519.22303
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="Constellation.Sitecore.Items" Version="3.0.5519.22303" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Constellation.Sitecore.Items --version 3.0.5519.22303
#r "nuget: Constellation.Sitecore.Items, 3.0.5519.22303"
#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 Constellation.Sitecore.Items as a Cake Addin
#addin nuget:?package=Constellation.Sitecore.Items&version=3.0.5519.22303

// Install Constellation.Sitecore.Items as a Cake Tool
#tool nuget:?package=Constellation.Sitecore.Items&version=3.0.5519.22303

Constellation.Sitecore.Items is a framework for Sitecore. It contains a few basic Interfaces and Classes that can be used to construct objects that represent Sitecore.Data.Items.Items but include a few features not found in the native Sitecore API.

This library is intended to be paired with a code generation tool such as NVelocity or T4 templates. Code generation should use Sitecore Data Template definitions to create Interfaces and Classes. These can be used to create instances of Items that support multiple inheritance and contracts. Constellation.Sitecore.Items Items typically have declared properties representing a given Item's fields.

Using Constellation.Sitecore.Items makes Sitecore Items suitable for use with type-driven IoC or Dependency Injection scenarios, such as MVC/MVP and MVVM patterns.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on Constellation.Sitecore.Items:

Package Downloads
Constellation.Sitecore.Presentation

This namespace makes use of Constellation.Sitecore.Items to provide a Sitecore Rendering framework with dependency injection. Renderings should decend from Views.WebControlView or Views.UserControlView. The default Presenter will handle single-Item datasources as strongly-typed Items. It is possible to add your own Presenters (for custom Models) by implementing the IPresenter interface. This namespace includes a handful of WebForms-compatible examples.

Constellation.Sitecore.Presentation.Mvc

This library contains a number of very useful classes to make developing Sitecore MVC projects a little less manual. The library expects you to be using Constellation.Sitecore.Items as a strongly-typed Item framework. See the Instructions folder for details on how to use this library.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
3.0.5519.22303 4,931 2/10/2015
1.8.5409.25255 1,478 10/23/2014
1.7.5359.28194 1,151 9/3/2014
1.7.5350.25874 1,704 8/25/2014
1.6.5312.20078 1,511 7/18/2014
1.5.5256.20952 1,613 5/23/2014
1.5.5208.24203 1,602 4/5/2014
1.0.5200.18816 1,384 3/28/2014
1.0.5190.19040 1,357 3/18/2014

Updated development to VS2013