I
Islamegy®
Lately i started to use microsoft code block and read about N-tier model..
I got some templates which implement custom collection for each database
table, I used to use DataTable and DataView in my programs so the Entity is
Datarow or Datarowview and the collection is the Dataview it self..
This way i was able to do all tasks without go back to the database, i was
searching with findRows or use RowFilter to search using "Like" and other
sql expression [i notes later in my first windows application that RowFilter
is really slow in preformance].
For what reason people need to implement custom collections and write all
this code to reimplement something already exist!!
thanx
I got some templates which implement custom collection for each database
table, I used to use DataTable and DataView in my programs so the Entity is
Datarow or Datarowview and the collection is the Dataview it self..
This way i was able to do all tasks without go back to the database, i was
searching with findRows or use RowFilter to search using "Like" and other
sql expression [i notes later in my first windows application that RowFilter
is really slow in preformance].
For what reason people need to implement custom collections and write all
this code to reimplement something already exist!!
thanx