Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 713 Bytes

File metadata and controls

10 lines (7 loc) · 713 Bytes

DataBinding

This is a walkthrough on using databinding in winforms and EF. It will guide you through setting up databinding and entity frameowork to allow data to be read and modified with very little code. See the tutorial to learn how to use databinding and entity framework

Ideas For Improvement (Checked=Planned to do soon)

  • Style row based on if row is selected
  • Let user specify crieteria to only pull down those records
  • Make a Master Detail view of some other data so that you have a ui that shows the master record and the grid shows the detail records of that master record
  • Demonstrate deployment using Wix Toolset