LINQ
Mircea Trofin, un program manager in Microsoft ha rilasciato delle guidelines per il progetto di framework/API usando LINQ. Si possono trovare qui: LINQ Framework Design Guidelines Technorati Tags: Framework, LINQ
Da poco rilasciata per il download la beta 2 dell' Entity Framework e anche i nuovi Entity Framework Tools. Queste le novita': Events to customize code generation Abstract types in EDM models Complex types <Using> support in metadata files Entity key serialization Increased persistence ignorance in entity data classes Improved connection management in ObjectContext Improved DataBinding usability Metadata annotations Better support for span over LINQ to Entities queries Improvements to LINQ queries: additional canonical functions and automatic mapping from CLR functions to server functions A new event for extensibility...
Technorati Tags: TechEd, LINQ, Entity Framework Mi raccomando andate a parlare con il team di ADO.NET per il focus group su LINQ e EDM: "The Microsoft LINQ/EDM team would like to invite TechEd 2007 attendees to take part in helping to define the direction of LINQ to Entities (LINQ/EDM). Come meet with the SQL Server product team members to provide your input to the future of and evaluative feedback on a range of LINQ/EDM topics! Participants will take part in a focus group session where they will share needs and preferences that will help shape LINQ/EDM. " Are you Attending...
Leggevo su quest'articolo: http://www.eweek.com/article2/0,1895,2009167,00.asp Anders Hejlsberg spiega che hanno intenzione di rilasciare una versione di LINQ che generera' codice che puo essere eseguito in parallelo su CPU multiple dividendo la query in parti che possono essere eseguite parallelamente. Si possono avere incrementi di prestazioni fino a sei volte rispetto la versione non parallela. Chiaramente, come per tutto il software in generale, alcune queries saranno piu' predisposte di altre ad essere "parallelizzate".