Skip to main content

Articles

Go Search
Home
eLumenotion Blog
  
Elumenotion > Articles > Wiki Pages > Defining and Deploying Fields and Content Types with Visual Studio 2010 > Page History  

Defining and Deploying Fields and Content Types with Visual Studio 2010

 
Version HistoryVersion History
|
Alert Me
This page does not show changes in Web Parts, images, or HTML formatting.
Deleted Added
Modified at 2/3/2010 9:28 AM  by Doug WareNo presence information 
Wiki Content
The Real Nice Rugs   site is a shopping cart application built on SharePoint 2010 as a sandbox solution. The solution consists of several features based on the Visual Studio 2010 SharePoint project templates. The first of these is SPStoreData.
 
The SPStoreData feature creates site columns, content types, and list instances for Product Categories and Products. The Product Categories list is a generic list and the Products list is a Picture Library. Building this feature requires several steps.
  1. Create a New SharePoint Sandbox Solution in Visual Studio 2010
  2. Add a New Content Type Feature
  3. Create Site Columns and Site Content Types in SharePoint
  4. Create Lists in SharePoint
  5. Define Content Type and Field Features in Visual Studio 2010
  6. Create a Feature Receiver to Create the Lists