Sharepoint Offline Using WorkSpace
Article shows how to work with SharePoint sites offline [SharePointMonitor.com]
Read moreArticle shows how to work with SharePoint sites offline [SharePointMonitor.com]
Read moreSharepoint installs with several prebuilt groups but in practice you will want to add custom groups for you company. [SharepointMonitor.com]
Read moreTo add a new user in Sharepoint (MOSS or WSS) the first step is to create the user on the server. Normally Sharepoint users are created in the Active Directory and then given permissions to use the Sharepoint installation. [SharepointMonitor.com]
Read moreStep by Step guide for how to create a basic application using Visual Studio [AzureSupport.com]
Read moreLINQ (Language INtegrated Query) was introduced with of C# 3.0 and .NET Framework 3.5. LINQ enables developers to write structured type-safe queries over local object collections and remote data sources. In essence it is SQL for C#. LINQ allows for querying over any collection which implements IEnumerable<> (including arrays, lists, XML DOM, remote data objects [...]
Read moreA Struct is very similar to a Class, however whereas a Class is a reference type a Struct is a value type. Also, Classes support inheritance whereas Structs do not. In practice Structs are a lightweight class which are often used for numeric types. As they are a value type, each instance does not require [...]
Read moreWhen a newbie enters in the world of the SharePoint technologies, one of the first questions is: “What is the difference between the available distributions?” Generally there are two main distributions: Windows SharePoint Services 3.0 (WSS) and Microsoft Office SharePoint Server 2007 (MOSS). This article compares the WSS 3.0 and MOSS 2007 and outlines the [...]
Read more