ADO.NET Data Services
Summary
This Drill covers important techniques for working with ADO.NET Data Services, the Microsoft framework that enables applications to expose data as a data service for consumption by clients within corporate networks and across the internet.
Audience
This Drill is for experienced developers who want to be able to use ADO.NET Data Services.
What you'll learn
You’ll learn how to use the ADO.NET Data Services .NET client library and access in-memory data with ADO.NET Data Services. You’ll also learn how to work with service operations, optimize ADO.NET Data Services, and secure data provided by ADO.NET Data Services. What’s more, you’ll learn how to use AJAX Sequence Updates and query ADO.NET Data Services with the AJAX client library.
What you need to know
We assume that you’re already familiar with programming concepts and that you’ve used Visual Studio. For this particular drill, you’ll also need to be comfortable with Visual C# syntax, Windows Forms programming, ASP.NET development, and JavaScript programming. Although not essential, some familiarity with LINQ to SQL and the ADO.NET Entity Framework would also be useful.