G
Guest
I am converting my C application to .NET. I intend to make heavy use o
Windows Forms (and eventually XAML). I have a very simple but homegrow
"database" that consists of essentially flat files (with no relation
between the files). I would like to take advantage of the neat IDE feature
of .NET (forms) development (those that expose the column names) and th
inherent data binding methods by providing a .NET compatible interface to m
data (allowing access and update sort of automatically). I am reasonabl
comfortable with COM. Where should I look for information on whic
interfaces I must implement?. Is there sample code out there to lessen m
task
Windows Forms (and eventually XAML). I have a very simple but homegrow
"database" that consists of essentially flat files (with no relation
between the files). I would like to take advantage of the neat IDE feature
of .NET (forms) development (those that expose the column names) and th
inherent data binding methods by providing a .NET compatible interface to m
data (allowing access and update sort of automatically). I am reasonabl
comfortable with COM. Where should I look for information on whic
interfaces I must implement?. Is there sample code out there to lessen m
task