|
Building a data access layer decouples the application from whatever persistence technology you may be using. LINQ to SQL and the ADO.NET Entity Framework allow you to achieve this decoupling.
The...
Building a data access layer decouples the application from whatever persistence technology you may be using. LINQ to SQL and the ADO.NET Entity Framework allow you to achieve this decoupling.
The Flexible Data Access sample application demonstrates how to build a Data Access Layer (DAL) that exposes Data Transfer Objects (DTOs) so that clients can query and update the Northwind sample database without knowing how objects will be persisted. This includes a generic change-tracking collection for WPF and Windows Forms apps to submit collections of objects for batch udating with just one trip to the service.
Downloads: 230 |
Started: Nov 19 2008
|
Contributors: 5
|
|
|
The heart of Windows Workflow Foundation is its declarative programming model. We walk you through some best practices to consider when using WF to realize software solutions in the real world.
The heart of Windows Workflow Foundation is its declarative programming model. We walk you through some best practices to consider when using WF to realize software solutions in the real world.
Downloads: 44 |
Started: Nov 19 2008
|
Contributors: 5
|
|
|
To introduce you to VSTO Power Tools Office interop API extensions, we’ll walk through the development of an application that automates Outlook, Excel, and Word.
To introduce you to VSTO Power Tools Office interop API extensions, we’ll walk through the development of an application that automates Outlook, Excel, and Word.
Downloads: 44 |
Started: Nov 19 2008
|
Contributors: 5
|
|
|
With Windows Presentation Foundation (WPF) you can lay text out on a path, then animate the individual points defining the path, and watch the characters bounce around in response.
With Windows Presentation Foundation (WPF) you can lay text out on a path, then animate the individual points defining the path, and watch the characters bounce around in response.
Downloads: 40 |
Started: Nov 3 2008
|
Contributors: 5
|
|
|
Ken Getz shows how the CollectionChanged event lets you reflect changes to your underlying data source in your bound data controls.
Ken Getz shows how the CollectionChanged event lets you reflect changes to your underlying data source in your bound data controls.
Downloads: 37 |
Started: Nov 19 2008
|
Contributors: 4
|
|
|
John Papa demonstrates how to build a Silverlight 2 user interface that communicates through WCF to interact with business objects and a database.
John Papa demonstrates how to build a Silverlight 2 user interface that communicates through WCF to interact with business objects and a database.
Downloads: 37 |
Started: Nov 11 2008
|
Contributors: 4
|
|
|
Here we introduce the Microsoft Geneva Framework, formerly code-named Zermatt, the new framework for building claims-based applications and services and federated security scenarios.
Here we introduce the Microsoft Geneva Framework, formerly code-named Zermatt, the new framework for building claims-based applications and services and federated security scenarios.
Downloads: 35 |
Started: Nov 19 2008
|
Contributors: 5
|
|
|
Here is an ASP.NET AJAX data-driven Web application that takes the best features from server- and client-side programming to deliver an efficient, user-friendly experience.
Here is an ASP.NET AJAX data-driven Web application that takes the best features from server- and client-side programming to deliver an efficient, user-friendly experience.
Downloads: 30 |
Started: Jan 12 2009
|
Contributors: 3
|
|
|
Matt Milner takes a look at some of the challenges and techniques related to testing Windows Workflow Foundation activities, workflows, and associated components.
Matt Milner takes a look at some of the challenges and techniques related to testing Windows Workflow Foundation activities, workflows, and associated components.
Downloads: 28 |
Started: Dec 30 2008
|
Contributors: 3
|
|
|
ADO.NET Data Services provide Web-accessible endpoints that allow you to filter, sort, shape, and page data without having to build that functionality yourself.
ADO.NET Data Services provide Web-accessible endpoints that allow you to filter, sort, shape, and page data without having to build that functionality yourself.
Downloads: 25 |
Started: Nov 12 2008
|
Contributors: 3
|
|