Hello, Should I add a "help" section? Something like this: ## Helps - [LINQ to Objects](http://stackoverflow.com/tags/linq-to-objects/info) - For querying collections of POCO (Plain old CLR objects) - [LINQ to SQL](http://stackoverflow.com/tags/linq-to-sql/info) - For querying SQL databases - [LINQ to Entities](http://stackoverflow.com/tags/linq-to-entities/info) - For querying SQL databases through [Entity Framework](http://en.wikipedia.org/wiki/ADO.NET_Entity_Framework) - [LINQ to XML](http://stackoverflow.com/tags/linq-to-xml/info) - For querying XML documents - [PLINQ](http://stackoverflow.com/tags/plinq/info) - for querying in parallel.