Archive

Archive for the ‘SharePoint 2010 Products & Technologies’ Category

How to fix SharePoint Online (403) Forbidden Error while downloading files using Client Object Model

May 19, 2011 4 comments

Recently I was working on a project that requires to programmatically access and download files from SharePoint Online (part of Office 365) document library. Currently remote authentication (SP Managed Client OM / SP Web Services) is bit challenging to deal with as discussed here but a decent workaround (for now?) is available on MSDN. The first thing you will notice is that authentication is more powerful and more complex because SharePoint Online (so as SharePoint Foundation 2010 | SharePoint Server 2010) embrace Claims Based Authentication. The MSDN sample code seems to work fine so I went ahead and use it as a starting point.

**I used Word 2010 to create and publish this post and somehow images quality gets deteriorated during publishing process. If you want to read this post with high quality images its available as pdf here

Issue: 

Everything went smooth (authentication + accessing list items) till I actually try to download a file from a document library. I was using File.OpenBinraryDirect method (see code snippet below) and got The remote server returned an error: (403) Forbidden exception.

As I investigate this issue by looking into the exception details I found out that basically it’s complaining about the fact that before opening files in this location I must select the option to login automatically.

This gives me the clue that there is something missing at a basic level. I went ahead and open up a browser and browse to the SharePoint online site from which I am trying to download the file. I use a tool to monitor the request from the browser and eureka I see User-Agent header with a valid value (as expected) which was never set in the code.

The code from the MSDN does not set the UserAgent property of the WebRequest so it remains null. Normally when you are using browser it’s automatically set up for you but in this case you have to do it yourself though code. So you fix this part and you are good to go.

 
 

Fix:  

Locate the method GetAuthenticatedContext (inside class ClaimsClientContext within ClaimsAuth project). And add following line of code before you initialize cookie container. You are setting up UserAgent property for the WebRequest to a valid user agent. I have used following value for user agent but you can try different but valid value and it may work too (but I didn’t tried it yet).

e.WebRequestExecutor.WebRequest.UserAgent = “Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)”;

 
 

 
 

That’s it! You should now able to download the files without any issues.

**On a side note although above solutions works I have a feeling that there is more to it because X-MSDAVEST_Error: 917656 is an Authentication level error and related to WebDav protocol more info here. I may investigate it further when time permits and share my finding in this blog post.

Exploring Asset Library in SharePoint 2010 (Online & On-Premise)

April 17, 2011 4 comments

SharePoint 2010 (both Online & On-Premise) is equipped with new type of Library called Asset Library. Asset library provides place to store your and manage your digital assets and provide enrich interface to view them, another powerful feature is to perform navigation and filtering based on meta data This post demonstrates how to create an asset library, inspect ways how it represents digital items visually, and then how to enable navigation and filtering based on meta data. In order to perform following steps, you must have access to SharePoint 2010 along with at least single SharePoint site collection available to you. One of the easiest ways to start working on SharePoint 2010 is to download Information Worker Demonstration and Evaluation Virtual Machine (RTM) (beware of download size which is couple of GB’s)

  1. Navigate to SharePoint site and click Site Actions à View All Site Content. On the All Site Content Page click Create

  2. Select Asset Library, from the Installed Template and name it My Assets. Click Create.

    This is shown in figure below. Note that, if you don’t have Silverlight 3.0 installed on your machine you will see a different page to create various Lists and Libraries, from there you can select Asset Library.

     

     

  3. Click Add new item link and select, on the Upload Document dialog click Upload Multiple Files link as show in figure below and upload three images. You can simply drag and drop files. It’s preferred that you choose images with small sizes for example less than 1 MB.

     

  4. Once the upload process is complete you should see similar view as shown in following figure. Off course your images will be different. Now hover your mouse over an image and you will see that image in a larger dialog box, with more details, this is shown in figure below.

  5. If you want to see the image in a full window, just click View Item link, the image will be open in full view but use the same browser window. To void this and open the image in new tab press CTRL key and then click View Item link, this will make IE 7 or above open the item in separate tab. This is shown in figure below.

     

  6. Using the same steps as mentioned in step 3 add at least single video and audio file to My Assets Library. The Asset Library supports WMV, WMA and MP3 format for video and audio. If you try to upload other formats you will receive warning as shown in figure below and file(s) will not be uploaded.

     

     

  7. Notice that for audio and video thumbnails shows different icons , as shown in figure below.

  8. Hover you mouse on a video or an audio file and you will see the dialog similar to one that appears for image. Following figure shows the dialog for a video file. Notice you have link with title Play.

     

  9. Click on the Play link, you will see a video player as shown in figure below. The video will start playing automatically. This video player uses Silverlight and it must be installed locally on your machine.

     

     

    Modifying The Default View

     

  10. If you notice, the information dialog you get when you hover on any file in step 4 and 7 the dialog lacks two key attributes, file type and file size. This is especially important as media files are usually available is various formats and you may want to know the size and type of the file before downloading it.

     

  11. To modify the view, click on the Library Tab and select Modify View from Manage View groups. This is shown in figure below.

     

     

     

  12. On the Edit View Page, select the Display checkbox for File Size and File Type (File extension) columns as shown below. Click OK to save your changes.

     

  13. From the Asset Library, hover on any file and you will see File Size and File Type information inside the dialog, following figure shows this for a video and image file.

Meta Data Driven navigation

Let’s take look into another interesting feature of doing navigation on your digital assets based on Meta data. Imagine your Asset Library with several hundred items or even more, finding anything even when you put them into folders will be daunting tasks. With SharePoint 2010 Meta data driven navigation, the filtering will be done based on Meta data tags, but as Meta data can be hierarchical the navigation is natural and provide users most intuitive way seek the items. However this should never be considered as a replacement of doing categorization by using folders. Also note that meta data driven navigation can be applied to other type of libraries and lists too, event to custom lists!

 

  1. Let’s enable the meta data driven navigation on My Assets library that you created earlier. From the Library Tab, select Library Settings located in Settings group , as shown in figure below

     

     

  2. On Document Library Settings page, select Meta data navigation settings link located under the General Settings section as shown in figure below.    

     

  3. From Configure
    Navigation Hierarchies section, select Content Type from Available Hierarchy Fields list box as shown in figure below.

     

     

  4. Click Add > button, this will move the Content Type field to Select Hierarchy Fields list box, as shown in figure below.

     

     

  5. On the Configure Key Filters section, select Content Type and Date Picture Taken fields from the Available Key Filter Fields as shown in figure below (If you want you can choose other fields but for this tip these two will be sufficient)

  6. Click the Add> button, both of these fields will be moved to Selected key Filter Fields, as shown in figure below. Finally click OK to save your changes.

     

     

  7. Browse to the My Asset library, notice a hierarchical menu on the quick launch as shown in figure below, this enables you to perform navigation on items based on fields in the content type.

     

  8. Expand the Content Type node by clicking on the small arrow as sown below.

  9. Now click on any of the value, for example Image. Notice when you make this selection, the view on the right is filtered based on this value, following two figures shows the view when selection is done for the values of Image and Video respectively.

  10. Finally lets quickly take a look at Key filtering option present just underneath the navigation we seen earlier, this is shown in figure below.

  11. From the Content Type drop down select Image and from Date Picture
    Taken calendar select date when one of the images were originally take (note that your uploaded date and picture taken date will differ). Both of these selections are shown in figure below. Finally click on Apply button. The library view will filter any images that are not taken on the date you had specified.

     

     

    To sum up Asset Library is an excellent way to store your digit assets including images, audio and videos. Combine with other powerful collaboration and content management features of SharePoint 2010 you can now use SharePoint in your organization in much more productive ways than ever before.

     

     

SharePoint 2010: Redirecting User to a Custom Page from Event Receiver

March 7, 2011 3 comments

Event receivers in SharePoint allow great flexibility to meet various user requirements, and with each version of SharePoint there are improvements to enhance their usability. One of these added abilities is to redirect user to a custom page (essentially a SharePoint Application Page) while cancelling the event from an event receiver. Let’s consider this scenario: an HR department wants to place a new policy which requires all the users to only upload documents into a document library from 9 a.m. to 5 p.m. Moreover, as this is a new policy, there should be a page that displays the details of the new policy, whenever a user upload is cancelled. The following diagram shows the flow.


Now, a “Item Adding” event receiver will take care of the first part of the requirement, but for the second part there is no OTB support to achieve this in SharePoint 2007. However, SharePoint 2010 provides an excellent way to do this with little bit of an effort. The following steps show the detail of how to achieve this.

First, create a new Visual Studio 2010 Solution and expand “SharePoint 2010″ from “Installed Template” and select project type “Event Receiver.” Give a desired name to the solution and project. My previous article covers the event receiver project creation and some required configuration in detail, if you need more help on this topic please refer to it. Also make sure that your project’s target platform is “x64″ and target framework is “.NET Framework 3.5″ this is a requirement for all SharePoint 2010 projects.

“SharePoint Customization Wizard” will appear. In “type of Event Receiver” select “List Item Events.” From “event source” drop down select “Document Library”. Also select the checkbox for “An item is being added” from the list of available events. See the figure below.


After the project is created, create a page that will be displayed when a document upload is declined. For this, add a layouts folder to the project. You can do it by right clicking on the project and select “SharePoint “Layouts Mapped Folder;” see the figure below.


This will create a layouts folder, actually a subfolder with the same name as project. This layout folder basically corresponds to SharePoint 2010 “Layouts” folder inside the “14″ hive (e.g. <DRIVE _LETTER>:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14, where DRIVE_LETTER represents a system drive where SharePoint 2010 is installed and in most cases it’s a C drive)

Right click this subfolder inside the “Layouts” folder, and select “Add, New Item.” This will open a new dialog, select “Application Page,” and use “HRDocumentUplaodMessage.aspx” as a name.


Click “Add.” This will add this application page to the layouts folder. Add the following markup to it as shown below.


In order to add the logic to cancel the document upload, and to display the custom page, add the following code fragment to the “Item Added” event handler.


Replace “[SubfolderName]” with the actual name of the folder created inside “layouts” directory in the previous step by Visual Studio. This is by default set to the same name as of the project.

The code inside the “Item Added” event receiver first make a check that current hour is between 9 am and 5 pm by using “DateTime.Now.Hour” which is in 24 hours format. The value “17″ in 24 hour format equates to 5 p.m.

Next, the property “Status” is used. It’s actually of type SPEventRecieverStatus, which in this case sets to “CancelWithRedirectUrl. ” This ensures that event will be canceled and the user will be redirected to a specific URL. The URL is defined and set by another property “RedirectUrl” which takes a relative path to a page which must resides inside “layouts” folder within 14 hive.

Once all of this is done, press F5. This will build and deploy the solution and open up a new browser window with a SharePoint 2010 site.

In order to perform a actual test, make sure that current time on development machine is between 9am to 5pm (you may want to temporary change the current time of your development machine for this test and then revert back to original time later), otherwise logic in the event handler to display custom page will be not executed due to the time interval check .Finally browse to site (if it’s not already opened), and then open any document library and try to upload a document, the custom page should be displayed as shown below. Close the dialog page, and view the document library, notice that the document was not added to the document library. Alternatively when you perform the same upload procedure between 5:01 PM to 8:59 AM your document will be upload successfully.


 

New York City SharePoint Developers UG Post Session Resources

February 20, 2011 1 comment

Last Wednesday I delivered a session on “SharePoint 2010 Branding & Customization for Public Facing Sites” at NYC SharePoint Developers User Group at MSFT. As promised following are the links to the session content and related downloads.

Presentation: Watch Online | Download (pptx, ppt, pdf ,xps)

Demo: Master Page + Page Layout + HTML Layout (CSS + Images) | Watch Online | Download Video

Take a look at quick walk through on how to run a demo (for high definition video download it from link above). Make sure you have anonymous user enabled on your web application and site collection otherwise last part where I logged in as anonymous user will not work.

PS: I tried to use Camtasia to record the complete session but it turns out to be a pain as it seems to get stuck for updates and once finally start recording it has some issues with audio (doesn’t sync properly), if I manage to get it working I will upload it as well.

Programmatically saving SharePoint Server 2010 barcode Images and values to a File System

February 12, 2011 2 comments

While working with Barcodes in SharePoint Server 2010, customer wants to utilize them bit more than just use them as part of list item. Initially they are looking for barcodes (from some 3rd parties) to do the job but when implemented via SharePoint using OTB barcodes policy it was nearly a perfect solution for them, except that they also want the barcodes to be saved (in form of a image) along with barcode number/value (which is essentially also acts as a file name) on a file system. Also they want this to be done externally from SharePoint Interface (although still on the server side) more of like a batch or console app. As it turns out it’s more straightforward than I initially thought it would be, as following code reveals. Basically end result was a console app which runs on demand and gets all the barcode from the specific list and simply save the barcode as image (jpg in this case but it can be in other formats) and give it same name as barcode number/value. Following fragment is actually the core of it.

SaveBarcodes(SPWeb web, string listName, System.Drawing.Imaging.ImageFormat imgFormat)

{

SPList list = web.Lists.TryGetList(listName);

SPQuery query = new SPQuery();

Image img;

     //Just read the fields we need for this task

query.ViewFields = string.Concat(

“<FieldRef Name=’_dlc_BarcodePreview’ />”, “<FieldRef Name=’_dlc_BarcodeImage’ />”, “<FieldRef Name=’_dlc_BarcodeValue’ />”);

query.ViewFieldsOnly = true;

SPListItemCollection listCol = list.GetItems(query);

foreach (SPListItem item in listCol)

{

img = Barcode.GetBarcodeImage(item);

 img.Save(string.Format(“{0}.{1}”, Barcode.GetBarcodeValue(item), imgFormat.ToString()), imgFormat);

 }

}

Please note that you have to add references to “Microsoft.Office.Policy” and “System.Drawing” assemblies to compile the code. Also add namespaces “Microsoft.Office.RecordsManagement.PolicyFeatures” and “System.Drawing.Image” as they will be required.

Following is the final outcome, see the barcodes saved as images and name of the files are same as that of barcode number/value.

How to Use Custom Colors in SharePoint 2010 Status Bar using CSS

December 9, 2010 1 comment

The new Status bar in SharePoint 2010 is helpful in putting important information to the user in a more prominent way. By default there are total of four different status colors showing four different priorities as shown in figure below.

For most scenarios these colors and priorities will be enough. But there are scenarios where you will be required to change the colors as per business requirements. In this post you learn how to use custom colors to replace the original colors in status bar using CSS classes.–

Changing Status Background Color using CSS

The background colors for the status are coming from four classes residing inside core4.css files. Following figure shows these classes.

If you dig even deeper you will fill find out the that SharePoint uses class scheme like “s4-status-sN” where N is the status number corresponds to “1: Red, 2:Yellow , 3: Green and 4: Blue”. For example SharePoint will use “s4-status-s2″ class for displaying status with Yellow background representing important status.

This can easily be pointed out as shown in figure below where IE8 developer tool bar is used to capture this.

Looking at the above scheming of the classes you might think about adding your own classes with incremental value for “N” that is greater than number four. For example “s4-status-s5to include your custom color, unfortunately this approach will not work. This is mainly because the default JavaScript that changes the status bar color can only use the four default classes. So the quickest way is to change the CSS and update these classes with desired color. Keep in mind that this approach will work but you still limited to total of four colors of status. But this is mainly a no code approach so may work faster and in most cases fulfill the need.

Following is the complete walk through of how to change the status colors using custom CSS, the Visual Studio 2010 project is created to demonstrate end to end scenario and test your work. But this is by no means a requirement, you can skip this and just use the CSS shown in step 9 and it should work. For those of you who want to try complete example following are the steps.

  1. Open a Visual Studio 2010 and create a new SharePoint 2010 Project, select “Empty SharePoint Project” as project type and give it a name “MyCustomStatusColors”. Click “OK” to create the project. See the figure below.

     

     

  2. On the “SharePoint Customization Wizard” type the URL of the SharePoint site which you want to use for deployment & debugging. Select “Deploy as farm solution”, see the figure below. Finally click “Finish”.

     

     

  3. Right Click the project and select “Addà SharePoint “Layouts” Mapped Folder” this will create a new mapped folder named “MyCustomStatusColor” as shown below.

     

     

  4. Right Click “MyCustomStatusColor” folder and select “AddàNew Item”.

     

  5. On the “Add New Item” dialog box select “Web” the installed template and then select “Style Sheet”. Name it “CustomStatusColors.css”, and click “Add”. This is shown in figure below.

 

 

 

 

  1. Open the “core4.css” file located inside “<Drive-Letter>:Program FilesCommon FilesMicrosoft SharedWeb Server Extensions14TEMPLATELAYOUTS1033STYLES”. Where “<Drive-Letter>” is the drive where SharePoint is installed (for example “C”).

     

  2. Locate and copy the following classes from “core4.css” file.

     

     

  3. Paste these classes into CSS file “MyCustomStatusColors.css” that you created in Step 5.

     

  4. Change the background, border-color, and color attributes for all the classes as shown in figure below. You can always choose colors of your choice.

     

     

  5. Your work related to CSS customization is done, next you build a very simple SharePoint Application Page with a single HTML button and a drop down which corresponds to status number. On clicking the button a new status message will be added to status bar using SharePoint ECMAScript. It’s a simple way to see the changes in action. We will later use this page in second part for some more advance JavaScript based customizations.

     

  6. Click on “MyCustomStatusColors” folder and select “Add New Item”. On the “Add New Item” dialog select “Application Page”. Name it “CustomStatusColors.aspx”, and click “Add”. This is shown in figure below.

 

 

 

  1. First add a link to the custom “CustomStatusColors.css”, this way classes inside it will override the “core4.css” classes. This is shown in figure below. Make sure you add it under content area with ID “PageHead”

     

     

  2. Before we add the SharePoint ECMA Script code to add new status with desired color note that as we only changed colors through CSS the ECMA Script function does not have knowledge of these custom colors, so in standard SharePoint ECMAScript methods you still need to pass original color names namely “red,yellow,blue,green”, this is just a way it behaves. However as we have changed the colors inside CSS classes these custom colors will correctly appear for the status messages instead of the original colors. For your convenience following table shows this mapping including original color and new colors.

     

Class

Original Color

New Color

s4-status-s1

Red

Lime

s4-status-s2

Yellow

Olive

s4-status-s3

Green

Aqua

s4-status-s4

Blue

Teal

 

  1. Add following script into the “PageHead” content area as shown in figure below.

 

  1. Finally add the following markup into the “Main” content.

     

     

  2. That’s it, press F5 from the Visual Studio to build and deploy the project, this will also open the site in a new browser window so you can test your work.

     

    Note: You must build the project targeting x64 platform. This is the requirement for all SharePoint 2010 projects.

     

  3. On the SharePoint site, type the following URL, replace “SiteURL” with the actual URL of your SharePoint site. This is the site URL that you have used while creating the SharePoint project in Step 2.

     

    http://SiteURL/_layouts/MyCustomStatusColors/CustomStatusColor.aspx

     

  4. On the “CustomStatusColor” page use the drop down to select any status and then click “change status color” button. You will notice a new status message is added each time you click the button and color of the status message is coming from custom CSS. You may want to contrast these colors with the table shown in step 13. Following is the screen shot of all the four status messages with custom color.

 

Lime

Olive

Aqua

 

 

 

Teal

 

 

Although you have applied color of your choice you are still limited to total of four colors at a time, this can be overcome by using java script. Perhaps I will do a write up on that too in a later post.

My Session “Working with SharePoint 2010 RESTful Data Service Interfaces” @ NYC SharePoint User Group

October 5, 2010 Leave a comment

I will be presenting at New York City SharePoint User Group on 6th October 2010. Check the session details below.

Title: Working with SharePoint 2010 RESTful Data Service Interfaces.

Details: This session will provide details on SharePoint 2010 REST API and how to use it to work with SharePoint lists and libraries. It also provides an overview of architecture and how REST fits with SharePoint 2010 and Microsoft’s approach for it.The demos will show how to build applications using the RESTful interface right from VS 2010. You will also see how to use non-Microsoft tools to perform CURD operations on SharePoint 2010 lists & libraries.

View Session Presentation Online here 

Downloads 

Presentation pptx | ppt | pdf | xps  

Demos    Demos Code| Site & List Templates | All in One (Demos + Site & List Templates)

Microsoft SharePoint 2010 MCPD & MCITP Certifications

September 30, 2010 9 comments

[Updates on 11/Aug/2010: Added new link for SharePoint 2010 Hands On Labs + MSDN Virtual Labs links are updated.New links are added for SharePoint content from various conferences]

I recently earned my MCPD & MCITP certifications for SharePoint 2010 by passing all four required exams. Last month I had taken these exams and finally got confirmation from Microsoft that I have actually passed the whole track.

clip_image002

clip_image003

It’s my first experience with MSFT beta exams and definitely a good one one, but one of the most challenging part was limited material and guidance available to start preparing for these exams, plus there is very little information available on the exam themselves which I think is common with all the beta exams. Never the less MSDN and TechNet act as a great source of information including some great hands on tutorials. One thing that helped me a lot  is all the hands on activities I have done with SharePoint 2010 beta.

For those who are not aware of SharePoint 2010 Certifications, MSFT now offers two separate tracks namely MCPD for Developers and MCITP for IT Professionals each containing two exams as shown in figure below. This also means that SharePoint professionals (both Developers and IT Professionals) are now better align with other technologies / product certifications (for example .NET 3.5 MCPD track).

clip_image005

MCPD: SharePoint Developer 2010 Track

First you need to pass Exam 70-573 TS: Microsoft SharePoint 2010, Application Development and then Exam 70-576: PRO: Designing and Developing Microsoft SharePoint 2010 Applications to earn MCPD SharePoint Developer 2010.

MCITP: SharePoint Administrator 2010 Track

First you need to pass Exam 70-667: TS: Microsoft SharePoint 2010, Configuring and then Exam 70-668: PRO: Microsoft SharePoint 2010, Administrator to earn MCITP SharePoint Administrator 2010.

Microsoft Official Trainings

MSFT has announced couple of official trainings aligned with these certifications and in fact the links above provides detail on these trainings under the “Preparation Material” tab, so do look for them. Following is simple graphic view of what is available at this moment.

clip_image007

clip_image009

clip_image011

clip_image013

Question:- Where can I get free training material for SharePoint 2010?

Actually Microsoft provides great deal of training material that can help you out. Check following links below that contains hours of training material without any cost.

Get Started Developing on SharePoint 2010

SharePoint 2010 Developer Training Course

SharePoint 2010 Advanced IT Professional Training

Question:- Can I get ready to use SharePoint 2010 environment to do hands on activities?

SharePoint 2010 Virtual Image

You can download SharePoint 2010 Virtual Machine (Hyper-V image) form here. It contains SharePoint 2010 already configured for you along with Office 2010 & Project Server 2010. The Virtual Machines are only for evaluation and will expire after 180 days.  Once you have SharePoint 2010 environment ready to use you can download SharePoint 2010 Hands on Labs (You can either download all of them as a single zip file or individually) . Following are the brief details of the these labs.

SharePoint 2010 Hands on Labs

HOL01 – Developing a Visual Web Part in Visual Studio 2010
This hands-on lab introduces the Visual Studio 2010 SharePoint development environment. It shows how to build a Visual Web Part using LINQ to SharePoint, and how to connect one Web Part to another Web Part on the page. 

HOL02 – Developing a List Definition and Event Receiver in Visual Studio 2010 
This hands-on lab walks you through building a list definition for SharePoint 2010 in Visual Studio 2010. It also shows how to build an event receiver for the list in Visual Studio 2010 and deploy it to SharePoint. After the list and event receiver are deployed, you can use the developer dashboard to evaluate the performance of the event receiver. 

HOL03 – Developing Advanced Web Parts for SharePoint 2010 with Visual Studio 2010 
This hands-on lab shows how to build a Web Part using several SharePoint-specific controls in Visual Studio 2010. Investigate advanced built-in Web Parts, including the Data View Web Part. 

HOL04 – Developing with LINQ to SharePoint in Visual Studio 2010 
This hands-on lab explores a variety of LINQ queries on SharePoint 2010, going into more depth than the introductory hands-on lab. It also walks you through an exercise of creating a custom content type in Visual Studio 2010. 

HOL05 – Developing for SharePoint 2010 with the Client OM and REST in Visual Studio 2010 
This hands-on lab introduces the Client object model for use in calling SharePoint 2010 APIs from a client machine. It also shows the use of ADO.NET Data Services to call REST services in SharePoint 2010. 

HOL06 – Developing a BCS External Content Type with Visual Studio 2010 
This hands-on lab walks you through building an external content type for Business Connectivity Services using Visual Studio 2010. It also builds a form for Microsoft Outlook and shows the data being edited offline in Outlook. 

HOL07 – Developing a SharePoint 2010 Workflow with Initiation Form in Visual Studio 2010 
This hands-on lab walks you through building a workflow in Visual Studio 2010 for SharePoint 2010. You add an initiation form to the workflow and use an external data exchange activity in the workflow. 

HOL08 – Developing SharePoint 2010 User Interface with Silverlight in Visual Studio 2010
This hands-on lab walks you through building Microsoft Silverlight applications for use in SharePoint 2010. You will access SharePoint 2010 data in Silverlight using the Client object model. 

HOL09 – Developing SharePoint 2010 Sandboxed Solutions in Visual Studio 2010 
This hands-on lab walks you through building a Sandboxed Solution Web Part for SharePoint 2010. It will also add code to the Web Part that overloads the limits placed by the sandboxed solution, and you will review how the solution is shut down. 

HOL10 – Developing SharePoint 2010 User Interface Ribbon and Dialog Customizations
This hands-on lab walks you through adding a custom action to the SharePoint 2010 ribbon, and creating a Web Part that uses the Dialog Framework.

SharePoint 2010 Virtual Labs

Off course for running the Hyper-V Image you need Windows Server 2008 x64 bit and machine with decent memory, if you find it difficult to manage this take a look at Microsoft Virtual Labs below.

Microsoft has launched number of SharePoint 2010 Virtual Labs, these labs are hosted on Microsoft Server so you don’t need to download anything on your machine and there is no constrain related to RAM or OS. Following is the list of Virtual Labs available at the moment, MSFT may add more in the future.

For IT Professionals
TechNet Virtual Lab: Backup and Restore in SharePoint Server 2010
TechNet Virtual Lab: Business Continuity Management in SharePoint Server 2010
TechNet Virtual Lab: Configuring Remote Blob Storage FILESTREAM Provider for SharePoint Server 2010
TechNet Virtual Lab: Configuring Tenant Administration on SharePoint Server 2010
TechNet Virtual Lab: Configuring User Profile Synchronization in SharePoint Server 2010
TechNet Virtual Lab: Introduction to Microsoft SharePoint Server 2010 Upgrade
TechNet Virtual Lab: New IT Pro Features in SharePoint Server 2010
TechNet Virtual Lab: Windows PowerShell in SharePoint Server 2010 

For Developers

MSDN Virtual Lab: Client Object Model

MSDN Virtual Lab: Customizing MySites

MSDN Virtual Lab: Designing Lists and Schemas

MSDN Virtual Lab: Developing a BCS External Content Type with Visual Studio 2010

MSDN Virtual Lab: Developing a Sandboxed Solution with Web Parts

MSDN Virtual Lab: Developing a Visual Web Part in Visual Studio 2010

MSDN Virtual Lab: Developing Business Intelligence Applications

MSDN Virtual Lab: Enterprise Content Management

MSDN Virtual Lab: Getting Started with SharePoint 2010

MSDN Virtual Lab: LINQ to SharePoint 2010

MSDN Virtual Lab: SharePoint 2010 User Interface Advancements

MSDN Virtual Lab: Visual Studio SharePoint Tools

MSDN Virtual Lab: Workflow

 

Question:- Are there any books I can use for SharePoint 2010 Exams?

At the moment there are no books that specifically target any of the SharePoint 2010 Exams. However the books that are recently published will help you gaining good understanding of SharePoint 2010 and definitely can help you for the exam. But do remember that SharePoint 2010 exams are much more aligned with real world scenarios and practices so more you get hands on experience with SharePoint 2010 higher the chances that you actually pass the exams.

Question:- I am experienced ASP.NET 3.5 developer with MCPD in .NET 3.5 (Exam 70-564), how should I proceed to SharePoint 2010 MCPD track? Is there any upgrade path?

I receive this question with number of variations like rather than ASP.NET 3.5 it would be ASP.NET 2.0. The answer depends on your experience and current knowledge of SharePoint 2010. SharePoint 2010 uses ASP.NET 3.5 (not 4.0) as a framework so it might be easier for you to pick topics like web part development, master pages etc. But at the same time you need to develop understanding of areas that are exclusive to SharePoint like Page Layouts, Features etc. So simply put get yourself some time to dig into SharePoint 2010 and use MSDN, TechNet and trainings to get started. When you are comfortable then go for certifications. For the second part of the question regarding the upgrade path, the answer is NO you cannot upgrade to SharePoint 2010 MCPD track from any other of MCPD track, at least I am not aware of any.

Question:-  Are there any free SharePoint conference videos/sessions available for download?

Yes, there are number of sessions available to download from various conferences.These session will help you getting better knowledge on various SharePoint 2010 areas.however do take note that these sessions regardless of event/conference are not specifically target any  SharePoint 2010 certification exams, but will help you getting better understanding of SharePoint 2010 which ultimately help you prepare for the exams. 

With this I have to end this post, but I will try to come back later and add/update it as things changes over time.

Cheers!

Microsoft SharePoint 2010 MCPD & MCITP Certifications

July 18, 2010 2 comments

SharePoint 2010 RTM and related products download links

April 23, 2010 6 comments

If you are looking for a quick download links for SharePoint 2010 RTM and related products and technologies , then keep reading…

Both SharePoint Foundation 2010 and SharePoint 2010 Designer are available for free download as expected.

  • Microsoft SharePoint Foundation 2010  Download
  • Microsoft SharePoint Designer 2010 Download    (For the moment only 32 bit version is available, seems like we have to wait a bit for 64 bit version)

SharePoint Server 2010 and Office 2010 and other related products are available only to MSDN Subscribers.Trial versions will be publically available later next month.

  • SharePoint Server 2010  Download   (Note that there is no difference in term of bits for SharePoint Server 2010  Enterprise and Standard version , its just a matter of serial keys that are different for both)
  • Office Professional Plus 2010 Download
  • Professional Plus 2010 Download
  • Visio Premium 2010 Download

Lastly for SharePoint 2010  development you should download Visual Studio 2010 RTM

Visual Studio 2010 RTM  Download   (You can select SharePoint 2010 Tools during the installation. Also TFS Explorer 2010 is now a build in component of Visual Studio 2010 so no separate download is require, I have installed Ultimate version and both statements are true for it)

Follow

Get every new post delivered to your Inbox.