Archive | January, 2010

Sharepoint Offline Using WorkSpace

Article shows how to work with SharePoint sites offline [SharePointMonitor.com]

Read more

Creating a New Group in Sharepoint

Sharepoint installs with several prebuilt groups but in practice you will want to add custom groups for you company. [SharepointMonitor.com]

Read more

Creating and Adding a User in Sharepoint

To 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 more

Azure Tutorial – Building a ‘Hello Azure’ App in Visual Studio

Step by Step guide for how to create a basic application using Visual Studio [AzureSupport.com]

Read more

LINQ Using C# – LINQ Operators

LINQ (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 more

C# Structs – Introduction

A 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 more

Difference between WSS 3.0 and MOSS 2007

When 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