Sign in
MSDN Blogs
Microsoft Blog Images
More ...
Blog - Title
MSDN Blogs
>
WCF Data Services Team Blog
Server & Tools Blogs
>
Data Platform Blogs
>
WCF Data Services Blog
All About Data Platform
All About Data Platform
Data Development
ADO.NET (Managed Providers, DataSet & EF)
WCF Data Services
SQL Server Customer Advisory Team
SQL Server Protocols
Microsoft XML Team
JDBC
Microsoft Drivers for PHP for SQL Server
Sync
SQL Server Data Tools
StreamInsight
Data Quality Services
Data Quality Services
SQL Server Customer Advisory Team
Jessica Meats’ Blog
All MSDN DQS Postings
OLTP
SQL Server Team
ADO.NET (Managed Providers, DataSet & EF)
SQL Server Customer Advisory Team
SQL Release Services
SQL OS
Running SAP on SQL Server
Conor vs. SQL
SQL AlwaysOn Team
SQL Server Manageability
Integration Services
SSIS
Data Quality Services
SQL Server Customer Advisory Team
All MSDN SSIS Postings
Data Security & Storage
SQL Server Security
SQL Server Storage Engine
SQL OS
SQL Server Customer Advisory Team
Data in the Cloud
Windows Azure
Your Data in the Cloud
SQL Server Team
Silver Lining
WCF Data Services Blog
Live Now on Server & Tools Blogs
Subscribe
Comments
Contact
Menu
Blog Home
Atom
Translate this page
Powered by
Microsoft® Translator
Tags
Actions
ADO.NET Data Services
Authentication
Data Services
Design Notes
Design Video
How To
Media Resource
NuGet
OAuth
OAuth WRAP
OData
OData V3
PDC
Prerelease
Project Codename "Astoria"
Release
Samples
Sharepoint
Silverlight
Streaming
Tutorial
WCF Data Services
What's New
Workarounds
More
▼
Less
▲
Archives
Archives
May 2013
(1)
April 2013
(1)
March 2013
(1)
February 2013
(1)
January 2013
(1)
December 2012
(2)
October 2012
(4)
September 2012
(1)
August 2012
(6)
July 2012
(1)
May 2012
(4)
April 2012
(9)
January 2012
(1)
October 2011
(6)
September 2011
(2)
June 2011
(3)
May 2011
(2)
April 2011
(3)
March 2011
(2)
February 2011
(1)
January 2011
(2)
December 2010
(1)
November 2010
(4)
October 2010
(3)
September 2010
(4)
August 2010
(2)
July 2010
(5)
June 2010
(3)
May 2010
(8)
April 2010
(5)
March 2010
(3)
February 2010
(5)
January 2010
(3)
December 2009
(2)
November 2009
(5)
October 2009
(4)
September 2009
(8)
August 2009
(4)
May 2009
(2)
March 2009
(10)
February 2009
(1)
January 2009
(1)
December 2008
(1)
November 2008
(2)
October 2008
(5)
September 2008
(4)
August 2008
(4)
July 2008
(1)
June 2008
(1)
May 2008
(4)
April 2008
(5)
March 2008
(2)
February 2008
(4)
January 2008
(4)
December 2007
(6)
October 2007
(1)
September 2007
(4)
August 2007
(3)
July 2007
(2)
More
▼
Less
▲
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
WCF Data Services Team Blog
LINQ to ADO.NET Data Services
Posted
over 6 years ago
by
dpblogs
3
Comments
While we worked hard to make it such that any HTTP client can easily consume an ADO.NET Data Service, we are also working on client libraries for the .NET Framework, Silverlight and ASP.NET AJAX to up the level of abstraction clients written on those...
WCF Data Services Team Blog
ADO.NET Data Services Dec2007 CTP - Validation and Access Control
Posted
over 6 years ago
by
dpblogs
8
Comments
Note: This post refers to the CTP available here . When building frameworks to expose and consume data on the web, access policy and data validation are always one of the first topics discussed during the design process, at conferences, etc. Given this...
WCF Data Services Team Blog
Viewing Data Services Responses Using Atom Serialization in Internet Explorer
Posted
over 6 years ago
by
dpblogs
5
Comments
The default serialization format for ADO.NET Data Services is now Atom instead of alternative XML-based formats we experimented with in previous releases. In short, we chose this format because when combined with the Atom Publishing Protocol (APP) specification...
WCF Data Services Team Blog
ADO.NET Data Services ("Project Astoria") CTP is Released
Posted
over 6 years ago
by
dpblogs
10
Comments
The first CTP of the production version of ADO.NET Data Services is now available for download here as part of the ASP.NET 3.5 Extensions preview release . We are referring to this as the "first CTP" because the releases of Astoria prior to this were...
WCF Data Services Team Blog
ADO.NET Data Services == Project "Astoria"
Posted
over 6 years ago
by
dpblogs
11
Comments
A new name, but goals stay the same As per our last blog post, we just finished a round of presentations on Astoria at Tech Ed EMEA, Tech Ed Africa, Dev Connections and finally Dev Teach. Thanks to everyone that attended our sessions and who stopped by...
WCF Data Services Team Blog
Upcoming Astoria Presentations
Posted
over 6 years ago
by
dpblogs
4
Comments
A few members of the Astoria team will be presenting on the technology in the coming month. We look forward to meeting those attending the conferences and discussing the project with you. Presentations include: Pablo Castro @ Tech Ed: http://www.mseventseurope...
WCF Data Services Team Blog
Astoria data sources and system layering
Posted
over 6 years ago
by
dpblogs
12
Comments
The question is: what data sources should Astoria support as inputs? Should we allow ADO.NET Entity Framework only or open up more? If we open up more, how does the system need to be layered to enable the use of those alternate data sources? Let me step...
WCF Data Services Team Blog
URI Format - Part 1 - Addressing resources using URI path segments
Posted
over 6 years ago
by
dpblogs
13
Comments
Deciding on something that becomes a public interface of a developer-oriented technology is a tricky task. Not only does the resulting design need to be correct and complete, but also there are various aspects that are more around aesthetics and personal...
WCF Data Services Team Blog
Astoria CTP Refresh for Visual Studio 2008 Beta 2!
Posted
over 6 years ago
by
dpblogs
12
Comments
Some time ago we shipped Visual Studio 2008 Beta 2 and a couple of weeks later we added the ADO.NET Entity Framework Beta 2 release as well as the first CTP of the tools for it. Once all of the frameworks/tools were in Beta 2 we got a bunch of email ...
WCF Data Services Team Blog
Astoria Design: payload formats
Posted
over 6 years ago
by
dpblogs
20
Comments
The goal of Astoria is to make data available to loosely coupled systems for querying and manipulation. In order to do that we need to use protocols that define the interaction model between the producer and the consumer of that data, and of course we...
WCF Data Services Team Blog
Compatibility heads-up: prototype != production code
Posted
over 6 years ago
by
dpblogs
74
Comments
It's amazing to see how many people are building great things with Astoria so early in the cycle. We talk with folks in the development community often and we hear stories that range from teaching classes, to giving talks, to building experimental systems...
WCF Data Services Team Blog
Want to work in the Astoria team? We’re hiring!
Posted
over 6 years ago
by
dpblogs
2
Comments
It’s been some time now since we switched from “incubation mode”, where it was just a couple of guys hacking stuff, into “production mode”, were we are building a product, following good engineering practices, spending a ton of time on every design detail...
WCF Data Services Team Blog
Create your own hosted Astoria Data Service
Posted
over 6 years ago
by
dpblogs
84
Comments
At the Mix 2007 conference we announced an Astoria CTP which included two major pieces: CTP bits you can download, install and run on your own systems and an experimental read only online service over a few sample (northwind, etc) sets of data that we...
WCF Data Services Team Blog
Transparency in the design process
Posted
over 6 years ago
by
dpblogs
39
Comments
We have been looking at various options to ensure that the design of Astoria truly reflects the requirements of the day to day challenges that our developer community faces when building real-world web applications and services. We would like to start...
WCF Data Services Team Blog
Welcome!
Posted
over 6 years ago
by
dpblogs
4
Comments
Welcome to the Project Astoria Team Blog! The Astoria team (part of the “ Data Programmability ” (DP) team within the SQL Server organization at Microsoft) is responsible for analyzing how current and next generation internet enabled applications use...
Page 8 of 8 (190 items)
«
4
5
6
7
8