Browse by Tags

New “How Do I” Videos Released on Entity Framework & WPF
26 August 09 10:18 AM
Yesterday we released a couple more videos onto the Visual Basic Developer Center on building WPF data-entry forms with Entity Framework: How Do I: Hook Up and Display Validation in WPF using Entity Framework? How Do I: Build a WPF Master-Detail Data Read More...
N-Tier Application Patterns with Entity Framework
05 August 09 03:20 PM
This month’s MSDN Magazine has a particularly good article in there by Danny Simmons , Development Manager on the Entity Framework team, on N-Tier Application Patterns with Entity Framework   that I recommend reading through. He explains the design Read More...
Postedby Beth Massi | 5 Comments    
Master-Detail Data Binding in WPF with Entity Framework
14 July 09 04:24 PM
Today I thought I would talk about a really common scenario in data applications, creating a master-details (one-to-many) data entry form. I’ve written about WPF data binding and Entity Framework a lot in the past: Posts: Master-Details with Entity Framework Read More...
WPF Data Binding Samples on Code Gallery
17 June 09 12:41 PM
One of the many samples released for Visual Studio 2010 Beta 1 that you should be aware of are examples of WPF data binding against Entity Data Models. You can find some easy to follow samples here: http://code.msdn.microsoft.com/WPFDatabinding This sample Read More...
Postedby Beth Massi | 0 Comments    
Using the WPF ObservableCollection with EF Entities
08 May 09 03:29 PM
The ObservableCollection is a special WPF collection that provides proper notifications to the UI when items are added, removed, or the list is refreshed because it implements INotifyCollectionChanged . It’s common to use this collection (or inherit from Read More...
Notifying the UI when Entity References Change in Lookup Comboboxes
04 May 09 07:51 PM
Last week I wrote about how to data bind WPF lookup comboboxes to entities returned from the Entity Framework. I described that the key to this type of binding is setting the SelectedItem to the object reference itself on the navigation property instead Read More...
Data Binding WPF Lookup Combobox Values to EF Entities
30 April 09 07:57 AM
It’s extremely common to have to hook up lookup tables on your data entry forms in order to populate foreign keys in a database. I’ve talked about how to do this in Winforms and WPF with Datasets and LINQ to SQL before: How Do I: Create a Lookup Combobox Read More...
OBA Part 1 - Exposing Line-of-Business Data
03 February 09 02:23 PM
Last post I talked about the high-level architecture of our O ffice B usiness A pplication for the new Northwind Traders. There are a lot of different architecture options to consider when building an OBA. OBA is all about using Microsoft Office with Read More...
ADO.NET Data Services - Intercepting Queries and Adding Validation
21 January 09 08:53 PM
Last few posts I've been building a WPF client against ADO.NET Data Services, if you missed them: Using ADO.NET Data Services ADO.NET Data Services - Building a WPF Client ADO.NET Data Services - Enforcing FK Associations and a Fix for Deleting Entities Read More...
ADO.NET Data Services - Enforcing FK Associations and a Fix for Deleting Entities
20 January 09 07:15 PM
Last post I described one way to build a smart client in WPF against ADO.NET Data Services. In this example we are editing the products table and associating them to categories in the categories table from Northwind. In the Northwind database the CategoryID Read More...
Using ADO.NET Data Services
09 January 09 07:52 PM
This week I worked through a good article on getting started with ADO.NET Data Services (a.k.a Astoria) called Using ADO.NET Data Services . If you're not familiar with the technology it's basically a framework for exposing your data models via RESTful Read More...
Master-Details with Entity Framework Explicit Load
10 December 08 04:45 PM
Unlike LINQ to SQL, in Visual Studio 2008 Service Pack 1 explicit loading is the default behavior in the Entity Framework. When a query is executed within the Entity Framework, the entities returned by the query are fully accessible, but any associated Read More...
Editing Data from Two Tables in a Single DataGridView
15 October 08 06:31 PM
I've had a lot of questions lately on how to display data from two separate tables in the database into a single DataGridView for editing. It sure would be nice if all our data was in a single table, but in reality most of the time it's not. Basically Read More...
What's New in Visual Studio 2008 SP1 - Client and Data Features
11 September 08 12:51 PM
Last night I spoke at East Bay.NET UG on some of the new features in Visual Studio Service Pack 1 focusing on client and data. I did a whirlwind tour of new SQL 2008 data types and Sync Services enhancements , ADO.NET Entity Framework , ADO.NET Data Services Read More...

This Blog

Syndication

Page view tracker