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...
Performing 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
Editing Silverlight page data using Domain Service
This post discusses to edit the displayed data in Silverlight page and save the changes back to database. Insert, Update and Delete operations can be done using domain service object context. All the changes you made to this object are collectively submitted to the database when you call the SubmitChanges method. This post requires to create a Silverlight Business Application in Visual...
Data driven example using Silverlight Business Application
This post discusses how to displays data from the AdventureWorks Database on to Silverlight pages. In this walkthrough you will find the page that displays the data from customer table in adventure database and allows the user to traverse the records. You need to have Visual Studio 2010 SP1 installed on your machine. Silverlight business application contains two projects a Silverlight application...
Creating an application using Silverlight Business Application Template
This post discusses how to create a WCF Data Service solution by using the Silverlight Business Application template. There are several features that you can work with this Business Application Template by writing little code. This post specifically discusses the authentication mechanisms forms and windows. By Default Silverlight Business Application allows the users to register and login...
What is new in Silverlight 5 Beta
This post discusses the features in Silverlight 5 Beta. One of the greatest features in Silverlight 5 is tooling. Features are listed below Binding Breakpoints in XAML for debugging binding Binding in style setters Implicit...
Configuring 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...