Metadata >> NuGet >> Spark.WebForms

Spark.WebForms

Metadata

Authors Richard J. Cabral
Copyrights Copyright 2013
Description Diamond 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. Diamond 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. Diamond Items typically have declared properties representing a given Item's fields. Using Diamond makes Sitecore Items suitable for use with type-driven IoC or Dependency Injection scenarios, such as MVC/MVP and MVVM patterns.
Owners Richard J. Cabral
ProjectUrl https://github.com/sitecorerick/diamond
ReleaseNotes Added a base class for ContentSearch POCOs.
RequireLicenseAcceptance False
Summary A strongly-typed Item framework for Sitecore.
Tags Sitecore
Dependencies SharpZipLib:0.86.0|Spark.Html:1.0.5141.21250|Spark.Web:1.0.5141.28331
Title Spark.WebForms
PackageSize 24203
PackageHashAlgorithm SHA512
PackageHash S0vP0g8cTWKFJORVo+t3yja+ARnrbysR47P5K5Ks+DZ6uzGVGopS4O7ArSEn6mmlyyXHIP+uElErY4K15SOgdQ==
DownloadCount 000000
CreatedDate 2014-01-28T21:29:41

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

OpenWrap

Installing the package:
o add-wrap Spark.WebForms
Uninstalling the package:
o remove-wrap Spark.WebForms

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