Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~261 People Reached
Favorite Forums
Member Avatar for skylancer

hi friends, I want to develop 3 tier app but I still confused how to implement it 1. In data access layer, could I return datareader? it's the better approach? some people tell it is not good way, you better used arrayList. 2. I have one method with 3 transaction …

Member Avatar for skylancer
0
135
Member Avatar for skylancer

Hi, I've code like this [CODE] namespace RestaurantSoftClassLib.Karyawan { public class Karyawan { blablabla } } [/CODE] when I want to use the Karyawan's Class in User's Class [CODE] using RestaurantSoftClassLib.Karyawan; namespace RestaurantSoftClassLib.User { public class User { Karyawan.Karyawan karyawan; blablabla } } [/CODE] why I used to write Karyawan …

Member Avatar for ddanbe
0
126