In this article, I would like to share the steps to create SharePoint list with default items using VS 2015. In a previous article, we saw how to create document library with predefined folders.
We can use the below steps for SharePoint 2013 also.
What is SharePoint list?
- List is a collection of information, we can share the information to our team members.
- A SharePoint list is used to store the data.
- We can customize the list easily; also we can set the permission to each list for different users.
- We can show a list in web part pages as List View Web Parts
- Each SharePoint lists will provide the below operations
- Add
- Edit
- Delete
SharePoint provides templates to create SharePoint list and library. Each and every list has its own list instance and list definition. In Visual Studio SharePoint projects, we can see the list instance, and items can be add in list instance easily.
Steps
Follow the below listed steps to create list using Visual Studio,
Already we saw how to create the SharePoint project using Visual Studio 2015
Step 1
Open your SharePoint project in VS 2015.

Step 2
Then, create a subfolder under this project to keep the list separately. Right click the project and choose Add >> New Folder.

Step 3
Provide the folder name as per your need.

Step 4
Right click on the Lists folder and select Add >> New item.

Step 5








Join the conversation! Your thoughts help the community grow.