No They are not for writing demos, they are for serious work. But why not move into the WPF goodness for databinding, otherwise you be investing your time in an already legacy winforms.
PS : I did enjoy using Databinding with BindingSource and BindingNavigator in winforms but WPF is the way to go, initially DataBinding in WPF was going slower than Winforms but that was the price of learning. Regards Arjang On 7 November 2013 10:02, Kirsten Greed <[email protected]> wrote: > I am using Entity Framework with Winforms > I have set up my object as a data source and would like to do a sales > order maintenance screen. > > Can I use BindingSource and BindingNavigator controls in this scenario? > > With my VB6 legacy code i learned not to use them, however I want to try > again with VS2012 and C# > Thanks > Kirsten >
