Browse by Tags

WPF Data Binding: How to Bind DataSet to WPF Designer
13 November 09 05:58 AM
WPF Data Binding: How to Bind DataSet to WPF Designer In our previous posts, we mostly used the Entity Data Model as the ORM (Object-relational mapping) layer for the WPF Data Binding scenarios. Meanwhile, since DataSet is used broadly, we also provide Read More...
Postedby Yaohai | 0 Comments    
Accessing Master-Detail Data through ADO.NET Data Service in a Silverlight Application (Part 2)
07 November 09 02:42 AM
In Part 1 of this post, we developed our Silverlight application to access data through an ADO.NET Data Service. So far we are able to load the data at run time and navigate through the data records back and forth. Let’s now develop more functionality Read More...
Accessing Master-Detail Data through ADO.NET Data Service in a Silverlight Application (Part 1)
22 October 09 11:26 AM
With Visual Studio 2010 Beta2, users can add data sources to a Silverlight application using the Data Source Configuration Wizard . The added data source is shown in the Data Sources tool window, and can be drag-dropped to Silverlight designer, with data-bound Read More...
Entity Data Model: working with foreign key when you don’t have it
16 October 09 12:05 AM
It’s been debatable whether to include FK (foreign key) columns in the conceptual model. That’s why in Visual Studio 2010, a checkbox is added to Entity Data Model Wizard, so that the decision is left to the developers. While I was playing with it yesterday, Read More...
Postedby Yang Cao | 0 Comments    
Refresh the Primary Key Identity Column during Insert Operation
14 September 09 10:17 PM
If you have an identity primary key column defined in a database table, its value will be automatically set by the database engine when you insert a new row to the table. The identity value is determined by the column’s Identity Seed and Identity Increment Read More...
DataRepeater Control for Windows Forms
12 August 09 01:44 PM
The DataRepeater control is available in the Visual Basic Power Packs . As Yun Feng introduced in his post , the Visual Basic Power Packs is included in Visual Studio 2008 Service Pack 1 and will also be shipped in Visual Studio 2010 . The DataRepeater Read More...
Postedby John Chen | 6 Comments    
Build Your Own Navigation Bar in WPF with Insert / Save / Delete Action
08 August 09 05:05 PM
Some time ago, we built a navigation bar for our WPF application to navigate data. We can make it even more powerful, and add CRUD support into it. Because we are using Entity Data Framework, it’s pretty easy to achieve this. Don’t believe it? Let’s first Read More...
Postedby XiaoyingGuo | 4 Comments    
Customize format of DateTime string in WPF and WinForm data binding
07 July 09 04:17 AM
Drag-and-drop data binding helps you build business applications very easily, however sometimes you still need to customize the layout or format after data binding is set. For example, I built a simple application to display all the Customers, and for Read More...
Postedby Yang Cao | 1 Comments    
Filed under: , ,
Build Your Own Navigation Bar for Data Navigation in WPF
22 June 09 07:12 AM
You may have known that drag-drop data-binding experience has been introduced to WPF application development story from VS2010 Beta1, thanks to a lot of posts before this one. The whole experience in WPF is pretty similar to what we’ve already had with Read More...
Postedby XiaoyingGuo | 4 Comments    
Filed under: , ,
WPF Data Binding: Lookup tables
18 June 09 04:15 AM
A few weeks ago I wrote about creating a master-details form , where we looked at an example of a database used for tracking orders, as part of an order management system. We had used the Customers and Orders tables and built a master-details form that Read More...
Postedby MilindLele | 5 Comments    
WPF Sample on CodeGallery
11 June 09 09:51 PM
The MSDN CodeGallery now has VB and C# sample for WPF data binding http://code.msdn.microsoft.com/WPFDatabinding This is a sample of a WPF application and includes data binding, data validation, lookup binding. The solution is VS2010 Beta1 based, but Read More...
Postedby MilindLele | 0 Comments    
WPF Data Binding: Bind a generic object on a WPF designer
01 June 09 08:05 PM
In Visual Studio 2010 Beta1, we have enabled data binding experience for a few data sources on WPF designer. Generic object or business object is one of them. Besides this, we have also supported multiple object selection in data source configuration Read More...
Improvement of the data binding experience with ADO.Net Data Services
25 May 09 10:32 PM
In Visual Studio 2010 Beta1, the data binding experience with ADO.Net Data Services has been improved. In Visual Studio 2008 SP1, after adding an ADO.Net data service as web reference to a client project, it will not automatically show up in the data Read More...
Postedby John Chen | 2 Comments    
Visual Studio 2010 Data Resources to Chew On
22 May 09 08:29 AM
Sine we released Visual Studio 2010 Beta 1 to the public on Wednesday (as Yang mentioned here ) I thought it would be helpful to highlight some of the resources we have published to help you get started building business apps in your shiny copy of VS2010 Read More...
Postedby Beth Massi | 2 Comments    
WPF Data Binding: Creating a Master-Details form in Visual Studio 2010
20 May 09 10:00 AM
Visual Studio 2010 Beta is released. Late last year we had released a Community Technology Preview (CTP) of VS2010. At that time I had written about some improvements to the data binding improvements for WPF. The Beta has many more and we will discuss Read More...
Postedby MilindLele | 8 Comments    
More Posts Next page »

This Blog

Syndication

Page view tracker