Tag: 'ado.net data services'

Choosing a Data Access Layer for Silverlight 3
Choosing a Data Access Layer for Silverlight 3
September 29, 2009

If you're a regular reader of my blog, you'll probably remember my pithy blog post where I stated that "It all depends..." to the question "Which Data Access Should I Use for Silverlight 3?"  The reality is that much like the similar question I am confronted with at user groups for the past decade ("What data access should I use in my .NET app?"). The reasons for picking a strategy are wide and varied so I will not try to analyze all possible outcomes, but I think the different strategies need to be explained better.

How Silverlight 3 Validation Works
How Silverlight 3 Validation Works
September 28, 2009

As RIA Services is plodding towards a release, many people are looking at it to help them with validation of data in Silverlight. Using this validation in Silverlight 3 is pretty straightforward but there are some caveats.  I want to show you under the covers so you understand what is happening. In this first part of the series, let's look at what it means to use validation from the outside.

Introducing Project Niagara
Introducing Project Niagara
September 28, 2009

Url: http://niagara.codeplex.com

Niagara's Validation DSL - First Pass
Niagara's Validation DSL - First Pass
September 28, 2009

Url: http://niagara.codeplex.com

Silverlight Data Examples Have Been Updated!
Silverlight Data Examples Have Been Updated!
September 2, 2009

Url: http://www.silverlightdata.com

PHP toolkit for ADO.NET Data Services...And My XBox Demo
PHP toolkit for ADO.NET Data Services...And My XBox Demo
August 21, 2009

Url: http://blogs.msdn.com/pablo/archive/2009/08/21/...

Running ADO.NET Data Services 1.5 CTP1 on Windows 7
Running ADO.NET Data Services 1.5 CTP1 on Windows 7
May 29, 2009

Url: http://blogs.msdn.com/astoriateam/archive/2009/...

SQL Saturday Atlanta - Code and Slides
SQL Saturday Atlanta - Code and Slides
April 25, 2009

Url: http://wildermuth.com/Talks#SQL_Saturday___Atla...

Concerns about RIA Services Squashed
Concerns about RIA Services Squashed
March 20, 2009

Url: http://blogs.msdn.com/brada/archive/2009/03/19/...

ADO.NET Data Services 1.5 CTP Now Available
ADO.NET Data Services 1.5 CTP Now Available
March 17, 2009

Url: http://blogs.msdn.com/astoriateam/archive/2009/...

ADO.NET Data Services 1.5 Coming!
ADO.NET Data Services 1.5 Coming!
March 1, 2009

Url: http://blogs.msdn.com/astoriateam/archive/2009/...

Get John Papa's Excellent Silverlight Data Service Book for 40 Percent Off!
Get John Papa's Excellent Silverlight Data Service Book for 40 Percent Off!
February 12, 2009

Url: http://oreilly.com/catalog/9780596523091/index....

See my Silverlight Data Access Talk from DevReach
See my Silverlight Data Access Talk from DevReach
January 12, 2009

Url: http://www.silverlightshow.net/shows/Consuming-...

ADO.NET Data Services for Multiple Databases?
ADO.NET Data Services for Multiple Databases?
December 16, 2008

This all started with an innocent question by Bob Archer on Twitter. Bob wondered whether he could use ADO.NET Data Services in an application that was being touted as "Software as a Service" (SaaS). His concern was the apparent hard wiring of the Data Source in the DataService definition. This design might assume that you had to connect to a single database for all requests.

Updated My Silverlight 2/Astoria MSDN Article
Updated My Silverlight 2/Astoria MSDN Article
November 12, 2008

Url: http://msdn.microsoft.com/en-us/magazine/cc7942...

New Silverlight 2 ADO.NET Data Service Example
New Silverlight 2 ADO.NET Data Service Example
November 8, 2008

Url: http://www.silverlightdata.com

SQL Data Services is Cool...but It Won't Work in Silverlight 2
SQL Data Services is Cool...but It Won't Work in Silverlight 2
November 6, 2008

Url: http://www.microsoft.com/azure/data.mspx

VS2008   Silverlight 2 Beta 2  - Update
VS2008 Silverlight 2 Beta 2 - Update
August 12, 2008

Url: http://blogs.msdn.com/astoriateam/archive/2008/...

Implementing IExpandProvider for NHibernate.LINQ
Implementing IExpandProvider for NHibernate.LINQ
July 30, 2008

Url: http://sourceforge.net/projects/nhcontrib/

NHibernate.LINQ with ADO.NET Data Services
NHibernate.LINQ with ADO.NET Data Services
July 21, 2008

Implementing IUpdatable (Part 2)
Implementing IUpdatable (Part 2)
July 3, 2008

If you haven't read Part 1 yet, you can read it here.

Implementing IUpdatable (Part 1)
Implementing IUpdatable (Part 1)
July 1, 2008

I have been diving pretty deep into ADO.NET Data Services (see an upcoming article about ADO.NET Data Services and Silverlight 2 coming soon). I've been looking at the story around non-Entity Framework models through a Data Service and thought that NHibernate through a Data Service would be a great example.