SharePoint 2010 Tutorials For Beginners and Intermediate Developers

Posted by: Suprotim Agarwal , on 7/23/2011, in Category SharePoint
Views: 321169
Abstract: In this article, we will walk you through a bunch of tutorials written by DotNetCurry authors that cover various features of SharePoint 2010. We will explore how to create and use SharePoint 2010 sites, create lists and libraries, create SharePoint Dashboards with Performance Point, SharePoint Silverlight integration, SharePoint Office integration, and solutions for workflows, dashboards and Business Intelligence.

In this article, we will walk you through a bunch of tutorials written by DotNetCurry authors that cover various features of SharePoint 2010. We will explore how to create and use SharePoint lists and libraries, create Dashboards, integrate with Silverlight and MsOffice and create workflows and Business Intelligence. Here's what we will be exploring in SharePoint 2010 through these articles:

  • SharePoint Workflow and Business Intelligence
  • SharePoint 2010 Dashboards with Performance Point Services
  • Create SharePoint 2010 Sites, Lists and Libraries
  • Working with Office 2010 and SharePoint
  • SharePoint and Silverlight integration

Click here to Bookmark this link for future reference and please retweet this list to let fellow developers know about it.

 

 

SharePoint WorkFlow, Dashboards and Business Intelligence

Connected Web Parts in SharePoint 2010 - an Architectural Framework - Creating an Enterprise Portal in SharePoint 2010 can be daunting task when you are using custom Web parts in just about all cases and you want to be able to communicate with the other web parts via some sort of custom navigation system. In this article, we will rely on our experience as a team, who has actually implemented a successful connected Webparts Enterprise Portal, and hope that it will help you implement your own version.

Mastering Business Connectivity Services in SharePoint 2010 - This article demonstrates how to build your own Business Connectivity Services (BCS) SharePoint 2010 components, "connectors"

Mastering Business Connectivity Services in SharePoint 2010 (Part 2) - In the first article in this series, Mastering Business Connectivity Services in SharePoint 2010 – Part 1 we created a BCS connector using the Visual Studio Template. In this article, we will create a connector to a database using a web service as the interface to the database. The web service will use LINQ to SQL as the Datacontext.

Designing Dashboards and Scorecards using SharePoint PerformancePoint Services 2010 and SSAS – Part 1 - In this article series, we are going to see how to create KPIs (Key Performance Indicator), Scorecard, Reports (Chart Report and Grid Report) and Dashboard using SharePoint PerformancePoint Services 2010 Dashboard Designer Tool. For this demonstration, we will be using the sample data from SQL Server Analysis Services (SSAS). Once our Dashboard is ready, we will then deploy it to our SharePoint Site.

Designing Dashboards and Scorecards using SharePoint PerformancePoint Services 2010 and SSAS – Part 2 - In the first part of this series Designing Dashboards and Scorecards using SharePoint PerformancePoint Services 2010 and SSAS – Part 1 we saw how to create a SharePoint Site and Scorecard with KPIs. In this article we are going to see how to create a Chart Report and a Grid Report using SQL Server Analysis Services (SSAS) data source.

Designing Dashboards and Scorecards using SharePoint PerformancePoint Services 2010 and SSAS – Part 3 - In the first part of this series Designing Dashboards and Scorecards using SharePoint PerformancePoint Services 2010 and SSAS we saw how to create a SharePoint Site and Scorecard with KPIs. In the second part, we saw how to create a Chart Report and a Grid Report. In this final part of this article series, we are going to see how to create a Dashboard and deploy it to SharePoint Site.

SharePoint Dashboard with Common Filters using PerformancePoint Services 2010 - In this article we will create a dashboard with common filters using Sharepoint PerformacePoint services 2010 and SQL Server Analysis Services (SSAS) Data Source. This Dashboard will contain a Chart Report and Grid Report and will contain common filter for both the Reports. Finally, both the reports will render with our filter choice(s).

Create Excel Dashboards in SharePoint - In this article we will create a dashboard using Excel Data Source. This Dashboard will contain KPIs and a Scorecard. Then we will deploy this dashboard to our SharePoint Site.

Create SQL Server Dashboard in SharePoint - In this article, we will create a SharePoint dashboard using SQL Server Data Source. This Dashboard will contain KPIs and a Scorecard and we will deploy this dashboard to our SharePoint Site.

SharePoint: Create Dashboards with KPI, Scorecard and Report using Excel Services - In this article we will create a SharePoint dashboard using Excel Services Data Source. This Dashboard will contain KPIs, Scorecard and a Report. Then we will deploy this dashboard to our SharePoint Site.

SharePoint: Create Dashboard with SQL Server Reporting Services (SSRS) 2008 - In this article, we will see how to create and deploy a SharePoint Dashboard which contains SQL Server Reporting Services (SSRS) 2008 reports. We will also see some references of how to create a Chart and Tablix report and deploy them to Report Server.

SharePoint Lists, Libraries and Content Types

LINQ To SharePoint: Performing CRUD operation on Cascade Lists - In this article, we will see how to perform LINQ queries on SharePoint cascade lists. We will also see how to perform CRUD (Select, Insert, Update and Delete) operations using LINQ to SQL

Custom Content Types in SharePoint - Content Types in Windows SharePoint Services (WSS) or SharePoint Foundation enables users to define and group meta-information about SharePoint content. In this article, we will see the steps required to setup a custom content types in SharePoint and use it.

SharePoint – Creating Page Layouts for Custom Content Types - In my previous article Custom Content Types in SharePoint, I demonstrated how we can create custom content types in SharePoint. However we left one piece open where we couldn’t see the data that was entered in the list through the default content type. We had to go to List->Edit Properties to edit/update or view the values. In this article we’ll see how we can define custom page layouts for Custom Content Types in SharePoint

SharePoint: Writing a Custom Event Receiver - In this article we will see how to create a Custom Event Receiver in Sharepoint and tie it up to a site as a SharePoint Feature

Using SharePoint List Data in Microsoft Expression Blend - In this article we will see how to fetch SharePoint List data and generate an XML file. We will then use this XML file as a ‘Sample Data’ in Microsoft Expression Blend for our Silverlight Application.

SharePoint Foundation 2010 with ADO.NET Data Services - In this article, we will see how to use ADO.NET Data Services introduced in SharePoint Foundation Services 2010. We will perform CRUD (Select, Insert, Update and Delete) operations using ADO.NET Data Services.

Working with Office 2010 and SharePoint

SharePoint 2010: Connect InfoPath Form Web part with Excel Web Part - In this article, we will see how to connect an InfoPath form to Excel Web Access Web part and pass the values from InfoPath Form fields to the Excel workbook. For this demonstration, we will use the following - Microsoft InfoPath Designer 2010, Microsoft Excel 2010 and Microsoft SharePoint Designer 2010

Design Workflow using SharePoint Designer 2010 and InfoPath Form 2010 - In this article, we will see how to automate business process by designing workflows using SharePoint Designer 2010. We will also see how to design and integrate InfoPath 2010, which is introduced in SharePoint Designer 2010 with our workflow.

Excel Service User Defined Function in SharePoint Server 2010 - In this post, we will see how to create an Excel Service User Defined Function in SharePoint Server 2010. We will also see how to deploy and enable the UDF using Central Administration Tool. We will also test the function using Microsoft Excel 2010.

SharePoint and Silverlight

Silverlight Integration with SharePoint 2010 – Part I - In this article, we will see how Silverlight can be used in SharePoint 2010. We will see how to use display media files in SharePoint 2010 using ‘Media Web Part’. We will then also explore how to use existing or newly created Silverlight applications in SharePoint 2010, using the ‘Silverlight Web Part.

Read SharePoint 2010 List in Silverlight using REST – Silverlight with SharePoint 2010 - Part II - In this article, we will see how to fetch SharePoint 2010 list data in Silverlight application using REST Service ‘ListData.svc’. We will then deploy the XAP file and display the data in our SharePoint Site using Silverlight web part

Silverlight Client Object Model in SharePoint 2010 – Part III - In this article, we will see how to use the Silverlight Client Object Model in SharePoint 2010. We will create a Silverlight Application, access the SharePoint data and then deploy it to a SharePoint site. We will also see how to write CAML queries to filter the SharePoint List data.

SharePoint 2010 and Silverlight Out-Of-Browser with COM Interop – Part IV - In this article, we will see how to fetch SharePoint lists data in Silverlight Out-Of-Browser applications. We will then deploy this data into an Excel application, using COM Interop, which is a feature of Silverlight 4.0.

Other Sharepoint 2010 Misc Tutorials

View CAML generated by LINQ to SharePoint - In this post, we will see how to view the CAML generated by LINQ to SharePoint.

Deploy Silverlight Application using SharePoint 2010 Project - In this post we will see how to deploy Silverlight Application using SharePoint Project in Visual Studio 2010.

SharePoint 2010 Performance and Capacity Recommendation - Microsoft has released a series of SharePoint whitepapers and articles that contains information about the performance and capacity characteristics of each SharePoint feature and how it was tested by Microsoft. This posts contains a list.

This article has been editorially reviewed by Suprotim Agarwal.

Absolutely Awesome Book on C# and .NET

C# and .NET have been around for a very long time, but their constant growth means there’s always more to learn.

We at DotNetCurry are very excited to announce The Absolutely Awesome Book on C# and .NET. This is a 500 pages concise technical eBook available in PDF, ePub (iPad), and Mobi (Kindle).

Organized around concepts, this Book aims to provide a concise, yet solid foundation in C# and .NET, covering C# 6.0, C# 7.0 and .NET Core, with chapters on the latest .NET Core 3.0, .NET Standard and C# 8.0 (final release) too. Use these concepts to deepen your existing knowledge of C# and .NET, to have a solid grasp of the latest in C# and .NET OR to crack your next .NET Interview.

Click here to Explore the Table of Contents or Download Sample Chapters!

What Others Are Reading!
Was this article worth reading? Share it with fellow developers too. Thanks!
Share on LinkedIn
Share on Google+

Author
Suprotim Agarwal, MCSD, MCAD, MCDBA, MCSE, is the founder of DotNetCurry, DNC Magazine for Developers, SQLServerCurry and DevCurry. He has also authored a couple of books 51 Recipes using jQuery with ASP.NET Controls and The Absolutely Awesome jQuery CookBook.

Suprotim has received the prestigious Microsoft MVP award for Fifteen consecutive years. In a professional capacity, he is the CEO of A2Z Knowledge Visuals Pvt Ltd, a digital group that offers Digital Marketing and Branding services to businesses, both in a start-up and enterprise environment.

Get in touch with him on Twitter @suprotimagarwal or at LinkedIn



Page copy protected against web site content infringement 	by Copyscape




Feedback - Leave us some adulation, criticism and everything in between!
Comment posted by Matthew Javen on Thursday, July 28, 2011 2:05 PM
great share! thanks guys for compiling this list.
Comment posted by fgdgfdg on Thursday, December 13, 2012 12:06 PM
(Will not be displayed) this is  first example here to get the contact at any cost and value and this is first time i am seeing it

thanks
Comment posted by Sipho Mfungi on Tuesday, June 11, 2013 9:28 AM
How come all your websites / books are named after food?
Comment posted by Rakesh Aytha on Monday, August 12, 2013 2:11 PM
Hi

Thanks for sharing this topics . I was struggling to get this details for so many days .It helped me a lot for understanding Sharepoint to much extent..


Comment posted by Catherin Jose on Monday, November 11, 2013 11:48 PM
Thanks for this great sharing.It is very useful to know about the Microsoft SharePoint 2010 for developers online training.It is very important matter  about the Share Point Work flow and business Intelligence.Anyway thanks.
Comment posted by cvx on Wednesday, November 27, 2013 2:00 AM
dddsfdsf
Comment posted by Manoj B. Kalla on Friday, June 13, 2014 12:49 AM
Greate . .tutorial

Keep it up. .

Good for beginners . .

Thank You.
Comment posted by Robin Hood on Monday, May 4, 2015 8:42 AM
MCSD  Sharepoint ASP ET MVC Project in 4 hr
I learned a lot at thedevmasters.com. It is an amazing service special there mentoring program gave me real hand on experience in troubleshooting.  I was able to create a full MVC CURD Project in less than 4 hour time all by myself. Amazing  professional team of mentors and software educators.
DevMaster also got me Microsoft certified MCSD. They gave very good exam preparation material
Visit www.thedevmasters.com and robin@thedevmasters.com , 1(866)340-1375