Our SharePoint Foundation 2010 Hosting

Hosting price starts from as low as £9.99/month

Supports International Language Packs

Supports Public-Facing, Anonymous Access

Supports Custom WebParts

Supports SSL for higher data Security

Massive amount of data storage space

Massive amount of bandwidth allowance

Exclusive Dedicated Pool to each of your sharepoint site

FREE more than 100 Applications


SPF 2010 CORE   Features   Compare Plans   Extras   FAQ    

SharePoint Foundation (SPF) 2010 Hosting Core Features

Microsoft SharePoint 2010 collaboration software provides enterprise-scale capabilities to meet business-critical needs such as managing content and business processes, simplifying how people find and share information across boundaries, and enabling informed decisions. Using the combined collaboration features of SharePoint 2010—which includes Microsoft SharePoint Foundation 2010 and Microsoft SharePoint Server 2010—plus the design and customization capabilities of Microsoft SharePoint Designer 2010, organizations can enable their users to create, manage, and easily build SharePoint sites that are discoverable throughout the organization.
         
Microsoft SharePoint Foundation 2010 includes many new features, feature enhancements, and general improvements to feature behaviors. Most of these are discussed in the Microsoft SharePoint 2010 Software Development Kit (SDK).

Supports International Language Packs
Language packs enable creation of sites and site collections in multiple languages without requiring separate installations of SharePoint Foundation 2010. We do support several language packs, namely: English (default), Danish, Dutch, French, German, Hungarian, Italian, Portuguese, Spanish, Swedish and many more. You can click on the following demo to preview more:

  Demo: English Language Pack         Demo: Spanish Language Pack
  Demo: Swedish Language Pack         Demo: Hungary Language Pack
  Demo: Italian Language Pack         Demo: German Language Pack
  Demo: Danish Language Pack         Demo: Dutch Language Pack
  Demo: Portuguese Language Pack         Demo: French Language Pack
Alerts Enhancements
SharePoint Foundation 2010 takes advantage of the new mobile messaging framework to enhance its Alerts feature. To support the new option, the SPAlert class now has a property that indicates whether the alert is delivered as e-mail or as an SMS message. The SharePoint Foundation Web application is given its own account, which can be programmatically changed, with a mobile messaging service provider.

The mobile messaging framework is itself extensible, so you can create your SharePoint Foundation solutions that incorporate SMS messages that are sent to mobile telephones. You can create a completely customized alert system if you want. If your messaging solution uses the Office Mobile Service (OMS) protocol, most of your development work has already been done for you. A rich set of classes has been added to the object model to represent the Web Methods and response types of the protocol. If your solution requires a different protocol, base classes have been provided with default implementations of essential properties and methods.
Client Object Model
SharePoint Foundation 2010 takes advantage of the new mobile messaging framework to enhance its Alerts feature. To support the new option, the SPAlert class now has a property that indicates whether the alert is delivered as e-mail or as an SMS message. The SharePoint Foundation Web application is given its own account, which can be programmatically changed, with a mobile messaging service provider.

The new client object models provide an object-oriented system for interoperating with SharePoint data from a remote computer, and they are in many respects easier to use than the already existing SharePoint Foundation Web services. You start by retrieving a client context object that represents the current request context, and through this context, you can obtain access to client objects at site-collection level or lower in the SharePoint Foundation hierarchy. Client objects inherit from the ClientObject class (ECMAScript: ClientObject), and you can use them to retrieve properties for a specific SharePoint object, to retrieve child objects and their properties, or to retrieve child items from a collection.
Microsoft Synch Framework
The Microsoft Synch Framework in SharePoint Foundation is a comprehensive and unified synchronization architecture that provides data-agnostic and bidirectional capabilities to developers. Because it was designed to provide cross-application synchronization, implementing the Microsoft Synch Framework allows other Microsoft and third-party applications to synch more easily with SharePoint Foundation 2010 deployments.
Health Analyzer
Microsoft SharePoint Foundation 2010 introduces SharePoint Health Analyzer, an extensible, rules-based infrastructure that monitors and maintains the health of SharePoint Foundation throughout a server farm. It is designed to check automatically for potential configuration, performance, and security problems and to identify issues to farm administrators.

SharePoint Health Analyzer monitors the farm by applying a set of health rules. A health rule is executable code that is deployed in a compiled assembly at the farm level and registered with SharePoint Health Analyzer by a farm administrator. A number of health rules are included with SharePoint Foundation. You can create and deploy additional rules by writing code that uses the SharePoint Foundation object model.
UI Enhancements
The user interface (UI) in Microsoft SharePoint Foundation has been upgraded significantly. This includes the introduction of the Server ribbon, a revamped master page, and new cascading style sheets (CSS). Each of these enhancements creates a more consistent experience for users across pages and makes it easier to work with objects inside SharePoint Foundation.
Events Enhancements
Microsoft SharePoint Foundation 2010 supports multiple new events, including on-create events for lists and Web sites and support for synchronous after events. Many of the new events are available in both synchronous and asynchronous modes. SharePoint Foundation offers a more approachable events infrastructure that is easier to program against than earlier versions.
Query Enhancements
When your code needs to query list data, it is no longer necessary to compose a Collaborative Application Markup Language (CAML) query. SharePoint Foundation 2010 includes a LINQ to SharePoint provider to enable your code to query SharePoint lists from server code by using LINQ syntax. The provider translates your LINQ queries into CAML queries for submission to the content database. Because SharePoint Foundation 2010 also adds a new Join element to the Query Schema, you can have both implicit and explicit joins in your LINQ queries by using the join keyword. (See "List Joins Supported in CAML Queries" below.) You can also write to the lists by using the provider. As always with a LINQ provider, you must have classes that provide an object-oriented interface over the relational content databases. These classes are generated for you by the SPMetal tool that is included with SharePoint Foundation 2010. For more information about the LINQ to SharePoint provider, see Managing Data with LINQ to SharePoint. For more information about SPMetal, see SPMetal.
Ribbon
The Server ribbon offers new functionality in the Microsoft SharePoint Foundation 2010 user interface. The ribbon serves as the primary command surface that you can use to interact with objects within Microsoft SharePoint Foundation. In earlier product versions, commands were accessed across multiple surfaces and located in varying menus. With the introduction of the ribbon, commands are grouped in a logical manner through the use of tabs and groups, making them easy to find. You can also extend the functionality of the ribbon to include your own custom commands
Workflow Enhancements
In Windows SharePoint Services 3.0, the Windows Workflow Foundation provided a highly extensible workflow model to the SharePoint platform. Microsoft SharePoint Foundation 2010 continues to build upon the functionality available in Windows SharePoint Services 3.0 and improves and expands your options so that you can build rich workflows that can accommodate even more complex business scenarios. This topic presents the new features that are available for workflows in SharePoint Foundation 2010.