G
Guy Mahieu
Hello all,
I've been developing enterprise solutions in Java for a few years now, and I
became quite curious about .NET. When the opportunity arose to start a new
(relatively small) project, I chose to give c# a try.
I am used to implementing a ValueObject pattern when it comes to retrieving
data from a datasource and showing it in a grid (table) or form view. I was
curious about the best way to go about this in dotnet using the DataGrid
component, can it display custom objects as rows and how do you bind columns
to properties or fields of those row objects? What are the do's and don'ts
when it comes to adding data to and editing data in a DataGrid component?
The application I am trying to put together is a single tier application
deployed on a few workstations that each connect to a (mysql) database on a
server.
Thanks in advance for your hints, comments, ...
Greetings,
Guy
I've been developing enterprise solutions in Java for a few years now, and I
became quite curious about .NET. When the opportunity arose to start a new
(relatively small) project, I chose to give c# a try.
I am used to implementing a ValueObject pattern when it comes to retrieving
data from a datasource and showing it in a grid (table) or form view. I was
curious about the best way to go about this in dotnet using the DataGrid
component, can it display custom objects as rows and how do you bind columns
to properties or fields of those row objects? What are the do's and don'ts
when it comes to adding data to and editing data in a DataGrid component?
The application I am trying to put together is a single tier application
deployed on a few workstations that each connect to a (mysql) database on a
server.
Thanks in advance for your hints, comments, ...
Greetings,
Guy