Archive for September, 2010

SharePoint Server 2010 Lists

September 22nd, 2010

In SharePoint Server products, you can get a lot of mileage out of something as simple as a list. A SharePoint list is a collection of similar items, which may contain columns or fields that define the item data or metadata schema. Each item stored in a list shares the same schema. Now you will [...]

What is LINQ to SharePoint

September 17th, 2010

What is LINQ? and why use it with SharePoint List data? LINQ stands for Language Integrated Query, and what LINQ does is add a native querying syntax reminiscent of SQL to .NET Framework programming languages. Where to get LINQ to SharePoint? LINQ to SharePoint Server is available in several forms. Next to a regular installer [...]

RSS Feeds and Webmasters

September 10th, 2010

As the worldwideweb has turn to be more crowded webmasters have been looking to provide new and bright content for their unique visitors. RSS feeds are written in XML which is a very easy markup language. It has similarity from HTML XML uses tags in identifying fields. Webmasters can simply parse the RSS feed and [...]