Accessing Web Services from Sandboxed Silverlight application in SharePoint 2010
| This post discuss about accessing public web services from sandboxed Silverlight application in SharePoint 2010. SharePoint 2010 introduced the concept of sandboxed solution where the application runs in separate process outside the w3p process where SharePoint is running. Sandboxed solutions having the restriction to make a call to external resources like database and web services. This restriction causing the SharePoint developers to access these resources from sandboxed applications. |
The solution is delivering a Silverlight application in sandbox environment which in turn calls the web service. Because Silverlight applications are running from the client machines even though they delivered from the sandbox solution.
Related Posts:
No commentsRecycling Application pools in IIS for SharePoint 2010
| This post discuss about recycling application pools when memory limits are exceeded. Recycling based on memory limits is not necessary in 64-bit environment. It is suggested that recycling should not be enabled in 64-bit environment. Unnecessary recycling can result in dropping in user requests and performance. | ![]() |
Note: When application memory limits are exceeding then change the recycle settings in Internet Information Services(IIS).
1. Make sure that you are a member of Farm Administrators group.
2. Open SharePoint Central administration website. Click Review problems and solutions in Monitor section.
Related Posts:
2 commentsJavaScript Intellisence for SharePoint 2010 Projects
| Visual Studio 2010 is really have useful and helpful capabilities from tooling prospective and it allows JavaScript developers to more productive through JavaScript Intellisence and JavaScript debugging. This post discusses about getting the JavaScript Intellisense in SharePoint 2010 projects. |
1. Create an empty SharePoint 2010 project as shown below
Related Posts:
2 commentsVersion History in a SharePoint library
| This post explains how to view version history in a SharePoint library. It also shows how to open a previous version and how to compare the current version with previous version. We will examine this with microsoft word document. If version history enabled in your SharePoint library then you can view in two different formats Major version and Minor version. |
Related Posts:
No commentsKey terms and Concepts in SharePoint 2010 Managed Metadata
What is Managed Metadata? This post explains key terms and concepts in Share Point 2010 Managed Metadata. Understanding these terms are very important before you read the Managed Metadata Features.
![]()
Taxonomy
A taxonomy is a hierarchical of words which are organised into groups based on similarities. It can be defined by one or more individuals. Advantage with Taxonomy is, it provides a logical hierarchical structure of metadata which can be used to classify the information.
Related Posts:
No commentsCreating Visual Web Parts using VS 2010 for SharePoint 2010
| This post discusses about how to create a visual web part for SharePoint 2010 using Visual Studio 2010. Visual Web Parts can be developed on Visual Studio design surface which is as easy as drag and drop controls in asp.net application.
The web part which we are going to create is standard asp.net tree-view control which shows Interview Events and candidates who attend those interviews. We are going to use two lists from the SharePoint site and joining those two lists using LINQ. |
![]() |
The two lists which we are using are Candidates list and Interviews list as shown below.
Candidates List
Related Posts:
2 commentsRecovering the data from an unattached content database in SharePoint 2010
| SharePoint Content databases contains the sites content that you have created in the web application. You can connect to the unattached content database to the farm and can select the items for the backup. Once you recover the data from content database then you can use SharePoint PowerShell cmdlets to restore the recovered content. The Database must be attached to SQL Server but not necessarily to the SharePoint Web Application. |
|
Follow the below steps to select and recover the content from SharePoint Content Database
1. Click the Backup and Restore from the SharePoint 2010 Central Administration
Related Posts:
2 commentsPerforming a farm backup in SharePoint 2010
|
This post discuss about performing farm backup in SharePoint 2010 using central administration.You can do variety of backup operations using Backup tree on the perform a Backup page. To perform the farm backup |
1. Click the Backup and Restore from Quick launch in central administration in SharePoint
Related Posts:
No commentsConfiguring content deployment settings in SharePoint 2010
| Content Deployment in SharePoint 2010 is basically used to deploy the content from one site to another site. You can set the content deployment jobs (incoming and outgoing) using SharePoint Central Administration in 2010.
Generally In development machine where you author the pages, you do not need to configure the Incoming settings. If you are using a staging server then you need to configure both incoming and outgoing settings. |
|
To configure these settings, open the SharePoint 2010 Central Administration from your server

