Sample projects for sharepoint 2010 at codeplex.com

I want some sample projects to learn more about sharepoint 2010. I searched on google. But not a single downloadable project was found. I think there will be codeplex.com , can anyone suggest me the names of projects or links to download in codeplex or on any other site. Codeplex has many projects, so collecting a project is difficult. if someone knows the names or is already loaded, my work will be much simpler and more useful for many people who are looking for similar things. This question may be off topic, but I have no other way to get help.

Thanks,

+4
source share
1 answer

Microsoft provides 101 Code Samples for SharePoint 2010 - download them and study them, and you will be much smarter; -)

Each sample code is part of the sample code for a SharePoint 2010 101 project. These samples are provided so that you can include them directly in your code.

Each sample code consists of a stand-alone project created in Microsoft Visual Studio 2010, and demonstrates a distinctive feature or feature set. Each sample includes comments describing the sample and expected results. Each sample also contains comments that explain how to set up your environment so that sample code runs if necessary.

Microsoft SharePoint 2010 provides the tools you need to create powerful applications. These Managed Code Samples (C #, VB.NET, JavaScript, XML) can help you by creating your own applications that perform specific functions or as a starting point for creating more complex solutions.

+2
source

Source: https://habr.com/ru/post/1432194/


All Articles