We are very excited to announce that .NET 3.5 SP1 Beta 1 and Visual Studio 2008 SP1 Beta 1 are now available!
This beta marks the entry of the ADO.NET Data Services Framework as well as the ADO.NET Entity Framework as part of the overall .NET/Visual Studio product and will be the final beta before the RTM of both technologies.
The remainder of this post will cover the changes and additions to the ADO.NET Data Services Framework since the last CTP in Dec 07. The
Since our last CTP in Dec 2007 along with the ASP.NET 3.5 Extensions Preview, there have been a number of changes and added features. I'll try to summarize the changes and features below. We'll follow up as we go with some more details on the changes and what to expect post Beta 1.
Changes:
1: [QueryInterceptor("ProductCategory")]
2: public Expression<Func<ProductCategory, bool>>
OnQueryProductCategory()
3: {
4: return (pc) => pc.Name.StartsWith("B");
5: }
Features:
We look forward to your feedback...
-Mike Flasko
Program Manager, ADO.NET Data Service Framework