Skip to main content

SharePoint 2010 New Features

Since Microsoft announced SharePoint 2010, the community has been speculating what are the new features that might offer.

New User Interface including Ribbon
Web Edit
Silverlight WebPart
Rich Theming
Multiple Browser Support
Visio Services
Business Connectivity Services
SharePoint Workspace
Rich Media Support
Tagging any type of content/site
Streamlined Central Administration
SharePoint Best Practices Analyzer
Usage Reporting and Logging
Large List Resource Throttling
Unattached Content Database Recovery
Visual Upgrade
Language Integrated (LINQ) for SharePoint
Developer Dashboard
Business Connectivity Services
Client Object Model (OM)

Comments

Popular posts from this blog

SharePoint 2010 Branding: Change site actions and welcome menu arrows

Here's how you can do it. Hide the image and give our custom image element a background image. Look Like: .ms-viewselector-arrow {     background: transparent url('/PublishingImages/images/Arrow.png') no-repeat scroll 0 0;     height: 4px; /* height of the image */     width: 5px; /* width of the image */ } .ms-viewselector-arrow img {     display: none; }