Canonical functions : متد هایی که میتوان از آنها در query های دیتابیسی Linq استفاده کرد
301, MovedPermanently
https://msdn.microsoft.com/en-us/library/vstudio/bb738626(v=vs.100).aspx icon

This section discusses canonical functions that are supported by all data providers, and can be used by all querying 

technologies. Canonical functions cannot be extended by a provider  

لیست جالبیه

Canonical functions : متد هایی که میتوان از آنها در query های دیتابیسی Linq استفاده کرد
پیاده سازی الگوی Pivot Data با EntityFramework
301, MovedPermanently
http://stackoverflow.com/questions/8082057/how-to-use-pivot-table-with-entityframework/16771775#16771775 icon

LINQ Extensions Library - Pivot Extensions

The pivot feature enables transforming a collection of objects into a new collection of objects flattening the original hierarchy

: In the following example The Pivot extension method is used to transform a collection as follow


pivot1.png


 

پیاده سازی الگوی Pivot Data با EntityFramework