Dot Net and Sharepoint |
| Microsoft .NET |
The Microsoft .NET Framework is a software framework that can be installed on computers running Microsoft Windows operating systems. It includes a large library of coded solutions to common programming problems and a virtual machine that manages the execution of programs written specifically for the framework. The .NET Framework is a Microsoft offering and is intended to be used by most new applications created for the Windows platform.
The framework's Base Class Library provides a large range of features including user interface, data access, database connectivity, cryptography, web application development, numeric algorithms, and network communications. The class library is used by programmers, who combine it with their own code to produce applications.
Programs written for the .NET Framework execute in a software environment that manages the program's runtime requirements. Also part of the .NET Framework, this runtime environment is known as the Common Language Runtime (CLR). The CLR provides the appearance of an application virtual machine so that programmers need not consider the capabilities of the specific CPU that will execute the program. The CLR also provides other important services such as security, memory management, and exception handling. The class library and the CLR together constitute the .NET Framework. |
 |
|
| Version 3.0 of the .NET Framework is included with Windows Server 2008, Windows Vista, and Windows 7. The current stable version of the framework, which is 3.5, can also be installed on Windows XP and the Windows Server 2003 family of operating systems Version 4 of the framework was released as a public Beta on 20 May 2009. |
|
Technology |
|
| |
| We’re here to help |
|
| |
 |
| |
|
| The .NET Framework family also includes two versions for mobile or embedded device use. A reduced version of the framework, the .NET Compact Framework, is available on Windows CE platforms, including Windows Mobile devices such as smartphones. Additionally, the .NET Micro Framework is targeted at severely resource constrained devices. |
| |
| SharePoint |
| Microsoft SharePoint, also known as Microsoft SharePoint Products and Technologies, is a collection of products and software elements that includes, among a growing selection of components, web browser based collaboration functions, process management modules, search modules and a document-management platform. SharePoint can be used to host web sites that access shared workspaces, information stores and documents, as well as host defined applications such as wikis and blogs. All users can manipulate proprietary controls called "web parts" or interact with pieces of content such as lists and document libraries. |
The term "SharePoint" can collectively refer to a number of products ranging from the base platform to various services. The platform is Windows SharePoint Services (WSS), which is included with Windows Server and available as a free download for those with Windows Server licenses. Services such as Microsoft Office SharePoint Server (MOSS) provide additional functionality and features and are licensed accordingly.
Microsoft Identifies The Following
As Part Of The Current SharePoint Products And Technologies
Family:
|
 |
Windows SharePoint Services 3.0 (WSS) |
 |
Microsoft Office SharePoint Server 2007 MOSS Standard |
 |
Search Server 2008 Express |
 |
Microsoft Office SharePoint Server 2007 MOSS Enterprise |
 |
Search Server 2008 |
 |
Microsoft SharePoint 2010 (currently in Beta) |
 |
Forms Server 2007 |
 |
Microsoft Office Groove Server 2007 |
 |
Microsoft Sharepoint Portal Server 2003 |
 |
Microsoft Office Project Server 2007 |
|
|
| Microsoft Office SharePoint Designer, a free editor to help administrators develop and customize SharePoint solutions, is also in the SharePoint family. |
| Previous versions of elements of this software used different names such as "SharePoint Portal Server 2003" and "SharePoint Team Services" but are also referred to as SharePoint or SharePoint Technologies. Since the beginning, when the SharePoint initiative was collectively called Tahoe, SharePoint development has been a mixed bag of products and technologies and includes the now defunct Site Server 3.0. |
SharePoint, as a collection of technologies, is not intended to simply replace a full file server or to be a single use solution. Instead, it is geared and positioned to play various roles in the business and enterprise environment. Microsoft markets these vectors as Collaboration, Processes, and People.
The SharePoint user interface is a web interface accessed through a browser. While all browsers are supported, only Internet Explorer, which Microsoft designates as a "Level 1" browser, is fully integrated and able to utilize the full functionality of a SharePoint Solution.
SharePoint sites are functionally ASP.NET 2.0 web applications, which are served using IIS and use a SQL Server database as a data storage back end. All site content data, such as items in document libraries and lists, are stored within an SQL database named by default as "WSS_Content_[ID]". |
| |
| |
|