| SharePoint 2010 | SharePoint 2013 | ||||||||||||||||||
Foundation
|
Standard Server
|
Enterprise Server
|
Foundation
|
Standard Server
|
Enterprise Server
|
||||||||||||||
Collaboration
|
|||||||||||||||||||
Team Sites
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
|||||||||||||
Work Management
|
No
|
No
|
No
|
Yes
|
Yes
|
Yes
|
|||||||||||||
Apps
|
|||||||||||||||||||
Sandbox Solutions
|
Yes
|
Yes
|
Yes
|
No
|
No
|
No
|
|||||||||||||
App Catalog & Market Place
|
No
|
No
|
No
|
Yes
|
Yes
|
Yes
|
|||||||||||||
Search
|
|||||||||||||||||||
Basic Search
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
|||||||||||||
Continuous Crawl
|
No
|
No
|
No
|
No
|
Yes
|
Yes
|
|||||||||||||
FAST Search
|
No
|
No
|
No
|
No
|
Yes
|
Yes
|
|||||||||||||
Social
|
|||||||||||||||||||
Follow Content and People
|
No
|
No
|
No
|
No
|
Yes
|
Yes
|
|||||||||||||
Community Sites
|
No
|
No
|
No
|
No
|
Yes
|
Yes
|
|||||||||||||
SkyDrive Pro
|
No
|
No
|
No
|
No
|
Yes
|
Yes
|
|||||||||||||
Task List Aggregation
|
No
|
No
|
No
|
No
|
Yes
|
Yes
|
|||||||||||||
Personal Sites
|
No
|
Yes
|
Yes
|
No
|
Yes
|
Yes
|
|||||||||||||
Newsfeed
|
No
|
No
|
No
|
No
|
Yes
|
Yes
|
|||||||||||||
Branding
|
|||||||||||||||||||
Channels(Master Pages)
|
No
|
No
|
No
|
No
|
No
|
Yes
|
|||||||||||||
Updated SharePoint Designer
|
No
|
No
|
No
|
Yes
|
Yes
|
Yes
|
|||||||||||||
Design Manager
|
No
|
No
|
No
|
No
|
No
|
Yes
|
|||||||||||||
Business Intelligence
|
|||||||||||||||||||
Scorecards and Dash boards
|
No
|
No
|
Yes
|
No
|
No
|
Yes
|
|||||||||||||
Excel Services, Power Pivot
|
No
|
No
|
Yes
|
No
|
No
|
Yes
|
|||||||||||||
Mobile
|
|||||||||||||||||||
Mobile Views
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
|||||||||||||
Office Web Apps
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
|||||||||||||
Native Support for iOS/Android/Windows8
|
No
|
No
|
No
|
Yes
|
Yes
|
Yes
|
|||||||||||||
Business Solutions
|
|||||||||||||||||||
Access
|
No
|
Yes
|
Yes
|
No
|
Yes
|
Yes
|
|||||||||||||
Visual Studio
|
No
|
Yes
|
Yes
|
No
|
Yes
|
Yes
|
|||||||||||||
InfoPath
|
No
|
Yes
|
Yes
|
No
|
Yes
|
Yes
|
|||||||||||||
Excel
|
No
|
Yes
|
Yes
|
No
|
Yes
|
Yes
|
|||||||||||||
SharePoint 2013 Workflow
|
No
|
No
|
No
|
No
|
Yes
|
Yes
|
|||||||||||||
Business Connectivity Services
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
Yes
|
|||||||||||||
Content Management
|
|||||||||||||||||||
Content Authoring
|
No
|
Yes
|
Yes
|
No
|
Yes
|
Yes
|
|||||||||||||
Records Management
|
No
|
Yes
|
Yes
|
No
|
Yes
|
Yes
|
|||||||||||||
E Discovery
|
No
|
No
|
No
|
No
|
No
|
Yes
|
|||||||||||||
Managed Navigations
|
No
|
No
|
Yes
|
No
|
No
|
Yes
|
|||||||||||||
Cross Site Publishing
|
No
|
No
|
No
|
No
|
Yes
|
Yes
|
|||||||||||||
Managed Metadata
|
No
|
Yes
|
Yes
|
No
|
Yes
|
Yes
|
|||||||||||||
Scenerio: I need your help in designing tab control in asp.net .My requirement is I need a tab control in asp.net (C#) like for example goto my computer ,right click c drive and select properties.we get tabs like general,security etc....... like that i need to design one tab control(no need of any rightclick) in my web page and the database table columns should come as tabs and inseide the tab data of that particular column should come. Example:Employee master tab1:Employee name.........his name in the tab tab2:Age.............his age tab3:Address........his address Solution: You can do this using a simple div <style type="text/css"> .tabs { position: relative; height: 20px; margin: 0; ...
Comments
Post a Comment