ServicesResourcesConferencesOur TeamWeblogsAboutContact
   

Subscriptions

Post Categories

News

    MicrosoftBizTalkBlogs

Affiliations

Archives

REST (RSS)

thinktecture & DevelopMentor: Guerilla Enterprise .NET Kurs in München
Geballtes Know-How - für Sie!thinktecture und DevelopMentor kündigen im Rahmen einer Partnerschaft das erste in Deutschland stattfindende "Enterprise .NET"-Event an. Es wird in der Woche vom 26. Mai 2008 in München stattfinden und im berühmt-berüchtigten Read More
posted Friday, February 22, 2008 7:27 PM with 0 Comments

ADO.NET Data Services are not tied to databases
Just to make this point very clear:ADO.NET Data Services (aka 'Astoria') is not tied to a database, not tied to relational data and surely not tied to the ADO.NET Entity Framework. *Data* in 'Data Service' doesn’t mean 'Database', but it literally just Read More
posted Wednesday, December 19, 2007 8:45 AM with 1 Comments

ADO.NET Data Services ("Astoria") InstanceContextMode
Quick note:Astoria services are PerCall by default. A data service derives from WebDataService<T> which looks like this:[ServiceBehavior(InstanceContextMode=InstanceContextMode.PerCall)][AspNetCompatibilityRequirements(RequirementsMode=AspNetCompatibilityRequirementsMode.Allowed)]public Read More
posted Tuesday, December 11, 2007 10:36 PM with 0 Comments

ADO.NET Data Services ("Astoria") Service Metadata
You can access the SSDL (ADO.NET Entity Framework's store schema definition language, and *not* this one here) of your Astoria Data Service by appending $metadata to the base URL, like this:http://localhost:7777/Services/Data/NW/$metadata This Read More
posted Tuesday, December 11, 2007 8:05 PM with 2 Comments

LINQ-to-REST
The latest Astoria / ADO.NET Data Services CTP also includes a client-side library with support for creating LINQ queries against a REST API - very interesting.Details can be found here. Read More
posted Tuesday, December 11, 2007 3:34 PM with 2 Comments

Self-Hosting Your ADO.NET Data Services ("Astoria") Services
The official ADO.NET Data Services (hm, am I the only who thinks that this - again - is not a perfect name...?) documentation doesn't alk about and doesn't show how to self-host your Astoria services - the samples and quickstarts always use ASP.NET/IIS Read More
posted Tuesday, December 11, 2007 12:24 PM with 10 Comments


Powered by Community Server, by Telligent Systems