|
This how-to video series is dedicated to getting developers productive on areas of data-based Windows Presentation Foundation (WPF) Application development in Visual Studio 2008.
This how-to video series is dedicated to getting developers productive on areas of data-based Windows Presentation Foundation (WPF) Application development in Visual Studio 2008.
Downloads: 1613 |
Started: Jul 1 2008
|
Contributors: 1
|
|
|
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
|
|
|
This sample demonstrates one way to build a WPF client against a remote data store using ADO.NET Data Services.
This sample demonstrates one way to build a WPF client against a remote data store using ADO.NET Data Services.
Downloads: 161 |
Started: Jan 16 2009
|
Contributors: 1
|
|
|
Expression Blend add-in that adds IntelliSense for editing XAML files.
Expression Blend add-in that adds IntelliSense for editing XAML files.
Downloads: 136 |
Started: Aug 4 2008
|
Contributors: 1
|
|
|
Code samples published on Szymon Kobalczyk's blog at http://geekswithblogs.net/kobush
Code samples published on Szymon Kobalczyk's blog at http://geekswithblogs.net/kobush
Downloads: 101 |
Started: Feb 16 2008
|
Contributors: 1
|
|
|
This Code Gallery project contains the samples and source code that had previously been hosted on the NetFX3 website. The NetFX3 website samples covered the Windows Workflow Foundation (WF), Window...
This Code Gallery project contains the samples and source code that had previously been hosted on the NetFX3 website. The NetFX3 website samples covered the Windows Workflow Foundation (WF), Windows Communication Foundation (WCF), and Windows Presentation Foundation (WPF) technologies. This is a selected subset of code samples that were authored by Microsoft for the WCF and WF technologies.
*Note*: Some of these samples were created with Beta versions of the .NET Framework, and may require code changes to work properly.
Downloads: 101 |
Started: Oct 9 2008
|
Contributors: 3
|
|
|
Here are some WPF code samples.
Here are some WPF code samples.
Downloads: 94 |
Started: Feb 21 2008
|
Contributors: 1
|
|
|
Rollup Hotfix for several issues in WPF designer in Visual Studio 2008 SP1
Rollup Hotfix for several issues in WPF designer in Visual Studio 2008 SP1
Downloads: 81 |
Started: Oct 31 2008
|
Contributors: 1
|
|
|
Charles Petzold's latest book, Applications = Code + Markup: A Guide to the Microsoft Windows Presentation Foundation, is the best WPF book available right now. Unfortuantely, all code samples in ...
Charles Petzold's latest book, Applications = Code + Markup: A Guide to the Microsoft Windows Presentation Foundation, is the best WPF book available right now. Unfortuantely, all code samples in the book are written in C#. In order to help VB developers trying to learn about WPF, we are working with a couple of VB experts to convert all samples appearing in the book to VB. As we finish converting each chapter, this page will be updated with a link to sample code package.
Quick info about two experts helping us with this.
- Evan Lim is currently teaching WPF & Blend courses at Foothill Community College in Los Altos, CA.
- Ged Mead, VB MVP, is currently based in an idyllic lochside location in the West of Scotland and is currently involved in an ever-widening range of VB.NET development projects, which include research for a proposed .NET book as well as writing articles, organising and creating online courses in .NET technologies.
Downloads: 67 |
Started: Jan 30 2008
|
Contributors: 1
|
|
|
Sample code for how to remove and modify the standard Windows chrome in WPF.
Sample code for how to remove and modify the standard Windows chrome in WPF.
Downloads: 56 |
Started: Sep 8 2008
|
Contributors: 1
|
|