DotNetShoutout - Stories tagged with SharePoint 2010
2
Shouts

Creating Business Data Connectivity Model for SharePoint 2010 using VS 2010 | TechBubbles

published 696 days, 19 hours, 59 minutes ago posted by kalyanms1kalyanms1 698 days, 2 hours, 37 minutes ago
Tuesday, June 28, 2011 4:31:57 AM GMT Sunday, June 26, 2011 9:53:58 PM GMT
This post discusses about how to connect .NET Connectivity Assembly for Business Connectivity services using Visual Studio 2010. Business Data Connection Model allows you to connect to the external data sources and can edit them directly from SharePoint site list.   The table that we are going read from the SQL Server are Now Create a New Project in Visual Studio 2010 and select the Business Data Connectivity Model template from the dialogue box. Choose deploy as a farm solution while creating... (more)
category: Architecture | clicked: 18 | comment | | source: www.techbubbles.com
tags: SharePoint 2010, Sharepoint
2
Shouts

Using Silverlight Web Part in SharePoint 2010 | TechBubbles

posted by kalyanms1kalyanms1 698 days, 23 hours, 31 minutes ago
Sunday, June 26, 2011 1:00:28 AM GMT
Using Silverlight Web Part, You can add Silverlight applications and videos to SharePoint page. Users just need Silverlight runtime to view or run the applications. You must be member of default security group in-order to add the web part to the page. You need to complete the below steps before adding the Silverlight application to SharePoint site. Locate the Silverlight XAP file that you want to publish and make sure that to save in either SharePoint library or any other accessible location. ... (more)
category: Architecture | clicked: 2 | comment | | source: www.techbubbles.com
tags: SharePoint 2010
2
Shouts

Creating Visual Web Parts using VS 2010 for SharePoint 2010 | TechBubbles

posted by kalyanms1kalyanms1 700 days, 2 hours, 37 minutes ago
Friday, June 24, 2011 9:53:52 PM GMT
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 ... (more)
category: Architecture | clicked: 12 | comment | | source: www.techbubbles.com
tags: Visual Studio 2010, SharePoint 2010, Sharepoint
4
Shouts

Recovering the data from an unattached content database in SharePoint 2010 | TechBubbles

published 706 days, 1 hour, 37 minutes ago posted by kalyanms1kalyanms1 708 days, 2 hours, 22 minutes ago
Saturday, June 18, 2011 10:53:45 PM GMT Thursday, June 16, 2011 10:08:36 PM GMT
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... (more)
category: Architecture | clicked: 6 | comment | | source: www.techbubbles.com
tags: SharePoint 2010, Sharepoint
3
Shouts

Performing a farm backup in SharePoint 2010 | TechBubbles

posted by kalyanms1kalyanms1 709 days, 3 hours, 45 minutes ago
Wednesday, June 15, 2011 8:45:53 PM GMT
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 Click the Perform a backup link under Farm Backup and Restore section You can find the Backup job running status under readiness section and it also shows the backup and restore jobs that are in... (more)
category: Architecture | clicked: 0 | comment | | source: www.techbubbles.com
tags: SharePoint 2010, Sharepoint
3
Shouts

Configuring content deployment settings in SharePoint 2010 | TechBubbles

posted by kalyanms1kalyanms1 723 days, 3 hours, 7 minutes ago
Wednesday, June 01, 2011 9:23:45 PM GMT
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... (more)
category: Architecture | clicked: 2 | comment | | source: www.techbubbles.com
tags: SharePoint 2010, Sharepoint
6
Shouts

MSDN Magazine: Business Connectivity Services - Consuming External OData Feeds with SharePoint BCS

published 743 days, 15 hours, 26 minutes ago posted by https://me.yahoo.com/mosessaur#7fe0dhttps://me.yahoo.com/mosessaur#7fe0d 744 days, 2 hours, 9 minutes ago
Thursday, May 12, 2011 9:05:18 AM GMT Wednesday, May 11, 2011 10:21:34 PM GMT
Business Connectivity Services (BCS) for Microsoft Office and SharePoint helps you bring external data sources into your SharePoint apps. We'll show you how to write a custom .NET Assembly Connector for BCS that lets you read from and write to an OData feed. (more)
category: How To | clicked: 7 | comment | | source: msdn.microsoft.com
tags: SharePoint2010, SharePoint 2010, OData
5
Shouts

Tip: Debugging a SharePoint 2010 Timed Job

published 751 days, 11 hours, 37 minutes ago posted by StopsStops 752 days, 15 hours, 34 minutes ago
Wednesday, May 04, 2011 12:54:12 PM GMT Tuesday, May 03, 2011 8:56:39 AM GMT
Recently I had to develop a timed job (a instant one-time job) on the SharePoint 2010. During the development I asked myself, how I can debug the just created job. Read the article to get a step by step instruction. (more)
category: How To | clicked: 4 | 2 comments | | source: blog.dotnetcorner.ch
tags: Debug, SharePoint 2010, SPJobDefinition
3
Shouts

Advanced Dotnet Tutorial: Silverlight Bing Map Control in SharePoint 2010

posted by learndotnet123learndotnet123 753 days, 19 hours, 49 minutes ago
Monday, May 02, 2011 4:41:55 AM GMT
Silverlight Bing Map Control in SharePoint 2010 In this article we will be seeing how to use Silverlight Bing map control in SharePoint 2010. Bing Map Developer Account: Open https://www.bingmapsportal.com/.  Go to New User section and click on Create.  Sign in using Windows Live ID.Enter the account details and click on Save.  Bing Map Developer account will be created successfully. Bing Maps Key: Bing Maps Key should be created to authenticate your Bing Maps applicati... (more)
category: Metro | clicked: 10 | comment | | source: advanceddotnettutorial.blogspot.com
tags: Silverlight, Bing Maps, SharePoint 2010
3
Shouts

Managing Content and Documents in SharePoint 2010 | TechBubbles

posted by kalyanms1kalyanms1 788 days, 2 hours ago
Monday, March 28, 2011 10:31:18 PM GMT
This post explains some of the changes in content and document management in Document Center web site  in SharePoint 2010 server. You can effectively manage the content and store large number of documents in SharePoint 2010 document center website. Typical Document Center web site looks as follows You can find some really useful things in document center web site. At a glance on home page of the web site you can find different content query web parts which contain document based different criteri... (more)
category: Architecture | clicked: 0 | comment | | source: www.techbubbles.com
tags: SharePoint 2010, Sharepoint
3
Shouts

Creating Three-state workflow in SharePoint 2010 | TechBubbles

posted by kalyanms1kalyanms1 788 days, 17 hours, 39 minutes ago
Monday, March 28, 2011 6:52:00 AM GMT
The Three-state workflow tracks the 3 states in a list to manage the business processes. Example Three states for Issue List could be Open, Resolved and Closed. Three state workflow supports to track the list item or issue through states.   The workflow assigns a task to a person and sends an email to that person. When workflow is completed it updates the status of the item or issue. By default Three-state workflow works with the Issue Tracking list template. To use the Three-state workflow, you must ... (more)
category: Architecture | clicked: 12 | comment | | source: www.techbubbles.com
tags: SharePoint 2010, Sharepoint
2
Shouts

blog.dotnetcorner.ch | SharePoint Sandboxed Solutions: Performance problems / unstable services

posted by StopsStops 793 days, 11 hours, 39 minutes ago
Wednesday, March 23, 2011 12:51:48 PM GMT
Do you ever had the problem that the error "The sandboxed code execution request was refused because the Sandboxed Code Host Service was too busy to handle the request." occured? The entry will show you how you can avoid such an error. (more)
category: Web Dev | clicked: 1 | comment | | source: blog.dotnetcorner.ch
tags: SharePoint 2010
3
Shouts

Browsing Flash (.swf) files in SharePoint 2010 | TechBubbles

posted by kalyanms1kalyanms1 795 days, 3 hours, 45 minutes ago
Monday, March 21, 2011 8:45:43 PM GMT
By default SharePoint 2010 does not allow you to browse the Flash (.swf) files. In order to browse the flash files in SharePoint 2010 configure the below steps in SharePoint 2010 Central Admin. Note: By Default flash files render in SharePoint 2007 and these steps require in SharePoint2010 1. Go to SharePoint Central Admin then click on Manage web applications link Select the web application where you want to show the flash files Select General Settings on the ribbon and set the Browser Fil... (more)
category: Architecture | clicked: 1 | comment | | source: www.techbubbles.com
tags: SharePoint 2010, Sharepoint
3
Shouts

Enterprise People Search In SharePoint 2010.

posted by dotnetfundadotnetfunda 795 days, 7 hours, 34 minutes ago
Monday, March 21, 2011 4:57:04 PM GMT
In this Artical I will explain how to set up and Configure Enterprise People Search In SharePoint 2010. (more)
category: Web Dev | clicked: 1 | comment | | source: www.dotnetfunda.com
tags: SharePoint 2010
4
Shouts

Creating status indicators in SharePoint 2010 | TechBubbles

published 795 days, 3 hours, 24 minutes ago posted by kalyanms1kalyanms1 796 days, 3 hours, 33 minutes ago
Monday, March 21, 2011 9:07:32 PM GMT Sunday, March 20, 2011 8:58:20 PM GMT
Status Indicator is a report type, where it shows and compares the actual performance of particular measure with goal value. Without doing any calculations, you can know the performance of a measure with good status indicator. You can know whether measure results are on target or off target. This post explains how to create a status indicator in SharePoint 2010. Status Indicator shows name, results and icon. It provides a quick information, green icon indicates good performance, Red icons flags the prob... (more)
category: Architecture | clicked: 10 | 1 comment | | source: www.techbubbles.com
tags: SharePoint 2010, Sharepoint
3
Shouts

Installing SharePoint 2010

posted by dotnetfundadotnetfunda 797 days, 11 hours, 5 minutes ago
Saturday, March 19, 2011 1:26:25 PM GMT
In this article I will explain how to install SharePoint 2010. (more)
category: Web Dev | clicked: 0 | 1 comment | | source: www.dotnetfunda.com
tags: SharePoint 2010
4
Shouts

SharePoint 2010 Ribbon customizations not working as expected

published 801 days, 12 hours, 9 minutes ago posted by sandrinosandrino 802 days, 17 hours, 12 minutes ago
Tuesday, March 15, 2011 12:22:04 PM GMT Monday, March 14, 2011 7:19:22 AM GMT
Customizing the SharePoint 2010 isn't a walk in the park. Working with the XML files using CustomActions, CommandUIExtensions, CommandUIDefinitions, ... can get a little annoying after a while, especially if you're re-deploying your feature after each change. While customizing the ribbon today I encountered a very frustrating problem with the ribbon customizations. For each change I made in the Elements.xml and deployed to SharePoint it was as if I didn't change a thing. After numerous attempts I even... (more)
category: Web Dev | clicked: 2 | 1 comment | | source: sandrinodimattia.net
tags: Ribbon, SharePoint 2010
3
Shouts

SharePoint 2010 World: What is SharePoint 2010?

posted by SP2010MasterSP2010Master 822 days, 17 hours, 21 minutes ago
Tuesday, February 22, 2011 7:09:51 AM GMT
If someone asked this question then there is no one answer for this. SharePoint is a very big system and has plenty of features. So, if we start talking about them then it will take weeks to cover all features. But in simple words "Microsoft SharePoint is an enterprise collaboration and content management platform which enables users to connect each other and share the information across an organization. Indirectly which solves the problems in an organization to share the documents, security, business ... (more)
category: How To | clicked: 0 | comment | | source: sharepoint-2010-world.blogspot.com
tags: SharePoint 2010
5
Shouts

Show Flash (SWF) Files in SharePoint

published 822 days, 4 hours, 32 minutes ago posted by JudoJudo 822 days, 18 hours, 11 minutes ago
Tuesday, February 22, 2011 7:59:04 PM GMT Tuesday, February 22, 2011 6:19:56 AM GMT
SharePoint pages can display Flash (.swf) files but y0u will need to do a little tweaking first before the flash (more)
category: UX | clicked: 0 | comment | | source: www.sharepointmonitor.com
tags: swf files, SharePoint 2010
3
Shouts

Configuring SQL Server Reporting Services in SharePoint 2010 | TechBubbles

published 839 days, 1 hour, 54 minutes ago posted by kalyanms1kalyanms1 840 days, 2 hours, 48 minutes ago
Saturday, February 05, 2011 10:36:54 PM GMT Friday, February 04, 2011 9:42:44 PM GMT
This post discusses how to configure SQL server reporting services in SharePoint Integration mode. You must do some configuration steps on both report server and SharePoint server to get report viewing on SharePoint sites.   SQL server reporting services can be configured in two modes Native modeSharePoint Integration mode When reporting services are running in native mode, the reports will store on SQL server reporting server. When user sends a request for report the response comes from Report Serv... (more)
category: Architecture | clicked: 3 | comment | | source: www.techbubbles.com
tags: SharePoint 2010, Sharepoint