Screencasts by Mike Taulty
-
Visual Studio 2008 - Remote Debugging with MSVSMON.EXE
The application's on one machine and Visual Studio is on another. How do you connect across and debug and get access to symbols and source code? Using MSVSMON.EXE - this video takes a quick look at how ...
Posted: 25/01/2008 by Mike Taulty
Tags: Debugging
-
ADO.NET Data Services - Service Operations
ADO.NET Data Services has a service-side facility for adding pre-built operations ("Service Operations") which can run arbitrary logic which can additionally be parameterised using simple serialised types ...
Posted: 25/01/2008 by Mike Taulty
Tags: ADO.NET
-
ADO.NET Data Services - Query Interceptors
ADO.NET Data Services has a facility whereby we can plug-in code to run whenever a query for a particular entity set is executed. In this video, we take a look at how we can write these Query Interceptors.
Posted: 25/01/2008 by Mike Taulty
Tags: ADO.NET
-
ADO.NET Data Services - Querying with LINQ
For a .NET client that interacts with an ADO.NET Data Service, we can use LINQ in order to construct the query on the client side. We construct a query using LINQ and the client-side framework translates ...
Posted: 24/01/2008 by Mike Taulty
Tags: ADO.NET
-
ADO.NET Data Services - A Basic .NET Client
In this video we'll take a quick look at how we can build a simple, read-only .NET client against an ADO.NET data service and how we can continue to use the URI-based query mechanism to get data from that ...
Posted: 17/01/2008 by Mike Taulty
Tags: ADO.NET