Download and rename scripts for SharePoint Connections 2010 presentations

by Sandrino 29. March 2010 14:21

Based on the scripts I recently used to download all the MIX presentations (http://live.visitmix.com/Videos), I created the following 2 scripts:

  • SPC2010_Download.bat
  • SPC2010_Rename.bat

Download the scripts: SPC2010.zip (3,15 kb)
Download cURL: http://curl.download.nextag.com/download/curl-7.19.5-win32-nossl.zip

The scripts will automatically download all the videos and presentations and correctly rename them.

  • 35 videos
  • 30 pdfs
  • 1 sample file

This for a total of 40,1 GB.

Result:

Enjoy and happy viewing...

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Tags: , ,

SharePoint 2010 | Video

SharePoint 2010 release date

by Sandrino 27. March 2010 17:11

On May 12th, 2010 Stephen Elop will officially announce SharePoint 2010.
It will be possible to follow this announcement live!

During this live keynote he'll also talk about Office 2010.

 

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Tags:

SharePoint 2010

"SharePoint Connections 2010 Amsterdam" sessions available for download!

by Sandrino 5. March 2010 10:56

All videos for this huge SharePoint event in the Netherlands are available for download.
Each video weighs about 1GB, but they are all worth the trouble.

How to download the videos:

  • Click one of the following links
  • Right click the video preview
  • Save target as

Here is the list (source):

Enjoy

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

SharePoint 2010 Ignite training schedules for BeLux

by Sandrino 18. December 2009 15:09

If you are a partner you can attend to the SharePoint 2010 Ignite trainings organised by Microsoft.
Here is the schedule of remaining Ignite trainings:

SharePoint 2010 for implementors

  • Global Knowledge Mechelen: 14-16 dec.
  • Vision IT Luxembourg: 25-27 dec.
  • Ordina Mechelen: 8-10 feb.

SharePoint 2010 for developers

  • Real Dolmen De Pinte: 14-16 dec.
  • Ordina Mechelen: 25-27 jan.
  • Vision IT Luxembourg: 22-24 feb.

We attended the training at Global Knowledge by Darwin Leung (good training).
The sandwiches were great, the machines we worked on powerful and the content was all about SharePoint!

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Tags: ,

Development | IT Professional

Development training kits for SharePoint 2010 Beta and Office 2010 Beta

by Sandrino 16. December 2009 22:59

After a flood of PowerShell documentation Microsoft already released training kits for development:

These training kits contain a great amount of information:

  • Hands on labs
  • Presentations
  • Source code
  • Instructor led videos

Enjoy

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Tags:

Development

SharePoint 2010 PowerShell documentation

by Sandrino 16. December 2009 22:40

Microsoft has released some interesting documentation regarding management via PowerShell.

The last link contains everything you need for daily management:

  • AccessServicesCmdlets.chm
  • ECMCmdlets.chm
  • ExcelServicesApplicationCmdlets.chm
  • InfoPathCmdlets.chm
  • MetadataCmdlets.chm
  • PerformancePointCmdlets.chm
  • SearchCmdlets.chm
  • SecureStoreCmdlets.chm
  • SharePointFoundationSearchCmdlets.chm
  • SharePointProductsCmdlets.chm
  • StateServiceCmdlets.chm
  • UserProfileCmdlets.chm
  • VisioServicesCmdlets.chm
  • WebAnalyticsCmdlets.chm
  • WordServicesCmdlets.chm

The document SharePointProductsCmdlets.chm contains the most information regarding SharePoint management

Enjoy

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Tags:

Development | IT Professional

Modify the Application Proxy Group for a web application

by Sandrino 14. December 2009 13:44

To set your application proxy group to custom (where you can modify it) do the following:

  • Central Administration
  • Application Management
  • Configure service application associations
  • Click the web application you want to change
  • In the dropdown list select custom and you'll be able to select the Service Applications you want

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Tags: , ,

IT Professional

SP-Switch: Start / stop SharePoint (and open it) on your lab/development machine

by Sandrino 13. December 2009 17:37

I just finished reinstalling my machine with Server 2008 R2, SharePoint Server 2010 Beta, SQL Express 2008 SP1, ... This isn't doing my resources any good. This is the reason why I've quickly created SP-Switch (note, you require SharePoint on your machine!).

SP-Switch will do the following (it just replaces "iisreset /start|stop" + "iexplore http://localhost"):

  • Start IIS on demand (and open url)
  • Stop IIS on demand
  • Open the SharePoint URL in your favourite browser

It lives in the tray and is UAC compatible.

Configuring (modify SP-Switch.exe.config):

  • url: Enter the URL to your SharePoint website (http://localhost)
  • openUrlOnServiceStart: Set to true if you want to open the SharePoint site automatically after starting the SharePoint service
  • browserPath: Full path to your favourite browser. If empty, open iexplore.exe
  • If you want automatic startup, put a shortcut here: C:\Users\username\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup

Usage:

  • Start SP-Switch.exe
  • If the icon is orange, IIS is active

     
     
  • If the icon is gray, IIS is not active (automatic refresh every 1sec)


     
  • Right click the icon and press Switch to start/stop IIS
  • Left click the icon to open the URL of your SharePoint site in the browser

Download:

Enjoy

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Tags: , ,

Development

Get Started Developing on SharePoint 2010 by Microsoft

by Sandrino 10. December 2009 16:00

While browsing the Microsoft website I sumbled upon a nice site regarding SharePoint 2010 development: http://msdn.microsoft.com/en-us/sharepoint/ee513147.aspx. The site has a nice Silverlight interface for browsing all the modules.

* Note: These modules are based on the blog posts of Paul Andrew: http://sharepointserver2010.be/Blog/post/Introduction-to-SharePoint-2010-development-by-Paul-Andrew.aspx

These are the available modules:

Module details:

Module 1: Getting Started Building Web Parts in SharePoint 2010

Building Web Parts is one of the most common tasks you will undertake as a developer. SharePoint 2010 and Visual Studio 2010 enable you to create Web Parts quickly and easily. You can use project templates and project item templates to help you get started building standard ASP.NET Web Parts. You can also build a new type of Web Part called a Visual Web Part.

In this module you will learn how to:

  • Create standard ASP.NET Web Parts for SharePoint 2010.
  • Create Visual Web Parts for SharePoint 2010.
  • Use SharePoint controls and data in Web Parts.

Module 2: What Developers Need to Know About SharePoint 2010

Visual Studio 2010 integrates with SharePoint much more closely than in previous versions. Visual Studio 2010 includes SharePoint-specific project types and project item types, and includes powerful packaging, deployment, and debugging features that help increase your efficiency as a SharePoint 2010 developer.

In this module you will learn how to:

  • Create SharePoint 2010 projects by using Visual Studio 2010.
  • Create SharePoint 2010 project items by using Visual Studio 2010.
  • Package and deploy SharePoint 2010 solutions by using Visual Studio 2010.
  • Explore the SharePoint file system from Visual Studio 2010.
  • Create solutions that use the SharePoint 2010 object hierarchy.

Module 3: Building Blocks for Web Part Development in SharePoint 2010

SharePoint 2010 includes many components that help increase your efficiency as a developer. The SharePoint platform includes many built-in Web Parts that you can include in your solution, and provides many more components that you can use in Web Parts that you develop.

In this module you will learn how to:

  • Explore all of the built-in Web Parts provided by SharePoint 2010.
  • Configure built-in Web Parts provided by SharePoint 2010.
  • Use SharePoint controls in Web Parts that you develop.
  • Render data in Web Parts that you develop by using data controls.

Module 4: Accessing SharePoint 2010 Data with Server-Side APIs

Accessing SharePoint data in server-side solutions is one of the most common tasks that you will perform as a SharePoint developer. SharePoint 2010 provides powerful server-side APIs that enable you to retrieve, add, edit, and delete SharePoint data programmatically. SharePoint 2010 also includes the new LINQ to SharePoint technology that enables you to work with SharePoint data efficiently and easily.

In this module you will learn how to:

  • Access SharePoint list data programmatically by using the SharePoint server-side APIs.
  • Use LINQ to SharePoint to access SharePoint list data programmatically.
  • Add files to SharePoint document libraries programmatically.
  • Modify files in SharePoint document libraries programmatically.
  • Create and work with content types programmatically.

Module 5: Accessing SharePoint 2010 Data with Client-Side APIs

SharePoint 2010 provides a new client object model that enables you to create SharePoint solutions that run remotely from the SharePoint server farm. For example, the client object model enables you to consume and manipulate SharePoint data in Windows Forms applications, Windows Presentation Framework application, console applications, Silverlight applications, and ASP.NET Web applications.

In this module you will learn how to:

  • Develop Microsoft .NET Framework applications by using the client object model for SharePoint 2010.
  • Develop Silverlight applications by using the client object model for SharePoint 2010.
  • Access SharePoint data in .NET Framework and Silverlight applications.

Module 6: Accessing External Data with Business Connectivity Services in SharePoint 2010

SharePoint 2010 provides a new set of technologies known as Business Connectivity Services for retrieving, editing, updating, and deleting data from external systems. This module provides an overview of Business Connectivity Services, and delves into development examples of using Business Connectivity Services data in custom SharePoint solutions.

In this module you will learn how to:

  • Create Business Connectivity Services applications.
  • Create and use external content types.
  • Create .NET Types for Business Connectivity Services applications.

Module 7: Developing Business Processes with SharePoint 2010 Workflows

SharePoint 2010 provides a powerful workflow framework that enables you to implement custom business processes that are driven by SharePoint data.

In this module you will learn how to:

  • Create workflows for SharePoint 2010 solutions.
  • Create workflow events for SharePoint 2010 solutions.
  • Create workflow forms for SharePoint 2010 solutions.
  • Integrate external data with SharePoint workflows.

Module 8: Creating Silverlight User Interfaces for SharePoint 2010 Solutions

Silverlight 3.0 provides the opportunity for developers to create the next generation of Rich Internet Applications (RIAs). SharePoint 2010 integrates closely with Microsoft Silverlight to enable you to build compelling user interfaces that interact with SharePoint data.

In this module you will learn how to:

  • Host Silverlight applications in SharePoint 2010.
  • Build Silverlight Web Parts.
  • Pass data from SharePoint to Silverlight by using Silverlight parameters.
  • Render SharePoint data in Silverlight by using the SharePoint client object model.
  • Render media files from SharePoint in Silverlight applications.

Module 9: Sandboxed Solutions for Web Parts in SharePoint 2010

SharePoint 2010 provides a new sandboxed environment that enables you to run user solutions without affecting the rest of the SharePoint farm. This environment means that users can upload their own custom solutions without requiring intervention from administrators, and without putting the rest of the farm at risk.

In this module you will learn how to:

  • Explore solution galleries.
  • Create Web Parts for sandboxed solutions.
  • Use sandboxed operations.
  • Differentiate between operations that are allowed in sandboxed solutions and those that are not.

Module 10: Creating Dialogs and Ribbon Controls for SharePoint 2010

SharePoint 2010 provides new user interface components, such as server ribbons, and the new dialog platform. As a developer, you can create controls for the server ribbon and dialog boxes for the dialog platform.

In this module you will learn how to:

  • Explore the server ribbon.
  • Develop controls for the server ribbon.
  • Explore the dialog platform.
  • Develop solutions by using the dialog platform.

 

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Tags: , , ,

Development

SharePoint 2010 certification overview

by Sandrino 10. December 2009 15:54

Microsoft released information regarding SharePoint 2010 certification.

For IT Professionals:

  • 70-667 TS: Microsoft SharePoint 2010, Configuring
    Microsoft Official Curriculum: Will cover configuration of SharePoint 2010 including deployment, upgrade, management, and operation on a server farm.
  • 70-668 PRO: SharePoint 2010, Administrator
    Microsoft Official Curriculum: Will cover advanced SharePoint 2010 topics including capacity planning, topology designing, and performance tuning.

For developers:

  • 70-573 TS: Microsoft SharePoint 2010, Application Development
    Microsoft Official Curriculum: Five-day instructor-led course designed for developers with six months or more of .NET development experience. Course covers what you need to know to be an effective member of a SharePoint development team using Visual Studio 2010.
  • 70-576 PRO: Designing and Developing Microsoft SharePoint 2010 Applications
    Microsoft Official Curriculum: Five-day instructor-led training course designed for development team leads who have already passed the Developing on SharePoint 2010 technical specialist exam. The course covers choosing technologies for and scoping a SharePoint project, best practices for SharePoint development, configuring a SharePoint development environment, advanced use of SharePoint developer features, and debugging of code in a SharePoint project.

More information: https://partner.microsoft.com/40121316

Digg It!DZone It!StumbleUponTechnoratiRedditDel.icio.usNewsVineFurlBlinkList

Tags: , ,

IT Professional

Powered by BlogEngine.NET 1.5.0.7
Theme by Mads Kristensen

About the authors

We're all Information Workers at IT Factory.

RecentComments

Comment RSS