Showing posts with label MOSS. Show all posts
Showing posts with label MOSS. Show all posts

SharePoint for all – Chapter I (Introduction to the basics of SharePoint)

Thursday, June 25, 2009

SharePoint for all – Chapter I (Introduction to the basics of SharePoint)
This will be a series of articles on SharePoint, which explains from the basics to advanced usage of SharePoint and its group of products. This article is the first of them which gives an introduction to SharePoint. In the coming chapters, we will see the features of SharePoint in depth.

SharePoint is said to be one of the fastest growing technologies from Microsoft.

Definition:
It is a browser-based Content Management System with collaboration features from Microsoft.
It can be configured to run intranet, extranet and internet sites.

Microsoft’s Definition:
Microsoft Office SharePoint Server 2007 is an integrated suite of server capabilities that can help improve organizational effectiveness by providing comprehensive content management and enterprise search, accelerating shared business processes, and facilitating information-sharing across boundaries for better business insight. Additionally, this collaboration and content management server provides IT professionals and developers with the platform and tools they need for server administration, application extensibility, and interoperability.

SharePoint Products:

Microsoft lists the following as the SharePoint Products and Technology family:
1. WSS (Windows SharePoint Services)
2. MSS (Microsoft Search Server)
3. Forms Server
4. MOSS (Microsoft Office SharePoint Server)

IDE’s for developing SharePoint Products:

1. Visual studio
2. Microsoft Office SharePoint Designer

1. WSS

Windows SharePoint Services is foundation for all SharePoint based products. It is an object model for creating web pages which does document management and collaboration and centralized document repository.

The latest version of WSS is 3.0. You can download WSS 3.0 from the following link,

http://msdn.microsoft.com/en-us/sharepoint/default.aspx

2. MSS

Microsoft Search Server is an enterprise search platform from Microsoft, based on the search capabilities of Microsoft Office SharePoint server. –Wiki.
You can download MSS from the following link,

http://msdn.microsoft.com/en-us/library/bb931107.aspx

3. Forms Server

It is a server which allows InfoPath forms to be used on a browser. It allows even database operations.

4. MOSS

Microsoft Office SharePoint Server (MOSS) 2007 is a portal-based platform built over Windows SharePoint Services (WSS) 3.0. It organizes and aggregates an organization's information in one central, web-based application. MOSS enables users to create portals, has enterprise-level services, such as business intelligence and business process integration, etc.

Used for:
It is primarily used for Content Management, Collaboration, organizing and aggregating an enterprise's data into web-based portal. For e.g. Knowledge Management Portal.

Advantages:
Many built-in features, Rich Security, Content Management, Integration with Office products, business process can be integrated with workflows, less effort to create basic sites with standard functionalities such as search etc.

Hierarchy:
Web Application -> Site Collection -> Sites->database (Content db, Config db, SSO db). An interesting point to note here is that the equivalent of .Net website here is Web Application and not the sites under site collection. Also the databases are encrypted hence developers can't view data.

Study Material from Microsoft:

http://office.microsoft.com/en-us/sharepointserver/FX100492001033.aspx

http://sharepoint.microsoft.com/Pages/Default.aspx

Study Material from Others:

http://www.fpweb.net/sharepoint-hosting/free-sharepoint-tutorials.asp

http://blog.sharepointhosting.com/Downloads/SharePoint-Tutorials.aspx

http://www.cudenver.edu/RESOURCES/WEBDEVELOPMENT/CMSRESOURCES/TUTORIALS/CREATESPSITE/Pages/CreateaSharePointsite.aspx

http://www.softwaretrainingtutorials.com/ms-sharepoint.php

System Requirements:

Hardware Requirements suggested by Microsoft:

Component Minimum Recommended
Processor 2.5 gigahertz (GHz) Dual processors that are each 3 GHz or faster
RAM 1 gigabyte (GB) 2 GB
Disk NTFS file system–formatted partition with a minimum of 3 GB of free space NTFS file system–formatted partition with 3 GB of free space plus adequate free space for your Web sites
Drive DVD drive DVD drive or the source copied to a local or network-accessible drive

Display 1024 × 768 1024 × 768 or higher resolution monitor
Network 56 kilobits per second (Kbps) connection between client computers and server 56 Kbps or faster connection between client computers and server


For detailed information on the System requirements for SharePoint, see the following link,

http://technet.microsoft.com/hi-in/library/cc288751(en-us).aspx

Some Good Technical Links 1

Thursday, July 10, 2008

.NET 3.5 Enhancements Training Kit
http://www.microsoft.com/downloads/details.aspx?FamilyID=355C80E9-FDE0-4812-98B5-8A03F5874E96&displaylang=en
animated .gif stops moving when posting to another Asp.net 1.1 page
http://www.mredkj.com/vbnet/AnimatedGifOnPostback.html
Sharepoint and Community Server Integration to bring Social Networking Solution
http://communityserver.org/blogs/announcements/archive/2008/03/27/bringing-the-value-of-social-networking-to-sharepoint.aspx
According to two Gartner analyst, Windows is 'collapsing'

http://www.computerworld.com/action/article.do?command=viewArticleBasic&articleId=9076698&pageNumber=1


ASP.NET horizontal pagination/scrolling
http://www.domedia.org/oveklykken/css-div-scroll.php

Anyone else going to try the 3.5 beta
I found the Microsoft study guide
http://www.microsoft.com/learning/exams/70-562.mspx

And based on that I purchased this:
http://www.amazon.com/gp/product/0735625271
.NET Deployment Project: Read environment variable at compile time

http://robmensching.com/blog/archive/2007/11/26/Visual-Studio-ships-the-WiX-toolset.aspx

http://wix.sourceforge.net/
.NEt wrapper from Azman
[1] - http://www.microsoft.com/downloads/details.aspx?FamilyID=7edde11f-bcea-4773-a292-84525f23baf7&DisplayLang=en

some useful links
http://www.harding.edu/fmccown/vbnet_csharp_comparison.html

Create GIF with transparency from text

http://codebetter.com/blogs/brendan.tompkins/archive/2007/06/14/gif-image-color-quantizer-now-with-safe-goodness.aspx

(http://www.mikeindustries.com/blog/sifr/)

Moving SPList Item from one custom list to another.
http://www.communardo.de/techblog/2008/01/08/sharepoint-listenelement-splistitem-in-eine-andere-liste-kopieren/

Create Feature in Master pages for Site Collection
http://www.heathersolomon.com/blog/articles/servermstpageforsitecollect_feature.aspx

WCF Security Guidance Project
J.D. and crew are hosting it on CodePlex to get feedback. From
J.D.'s blog
:
Our patterns & practices WCF Security Guidance Project is in progress on CodePlex. This is our first release of prescriptive guidance modules for WCF Security.
How TosOur How Tos give you step by step instructions for performing key tasks:
How To - Create and Install Temporary Certificates in WCF for Message Security During Development
How To - Create and Install Temporary Certificates in WCF for Transport Security During Development

How To - Impersonate the Original Caller in WCF calling from Web Application

How To - Impersonate the Original Caller in WCF calling from Windows Forms
How To - Use netTcpBinding with Windows Authentication and Transport Security in WCF from Windows Forms
How To - Use SQL Role Provider with Username Authentication in WCF from Windows Forms

How To - Use SQL Role Provider with Windows Authentication in WCF from Windows Forms

How To - Use Username Authentication with the SQL Membership Provider and Message Security in WCF from Windows Forms
How To - Use WsHttpBinding with Windows Authentication and Message Security in WCF from Windows Forms
How To - Use wsHttpBinding with Windows Authentication and Transport Security in WCF calling from Windows Forms
Videos Our videos step you visually through key guidance:
Video: How To - Host WCF in a Windows Service
Video: How To - Impersonate the Original Caller in WCF calling from a Windows Form
Video: How To - Use basicHttpBinding with Client certificate in WCF from Windows Forms
Video: How To - Use netTcpBinding with Windows Authentication and Message Security

Video: How To - Use SQL Role Provider with Username Authentication in WCF calling from Windows Forms
Video: How To - Use WsHttpBinding with Certificate Authentication with Message Security
Video: How To - Use WsHttpBinding with Windows Authentication with Message Security

LinkWithin

Blog Widget by LinkWithin

Recommended Books